New topic: 

FolderItem - Spell Check

<http://forums.realsoftware.com/viewtopic.php?t=27989>

       Page 1 of 1
   [ 4 posts ]                 Previous topic | Next topic         Author  
Message       imaginateware.com           Post subject: FolderItem - Spell 
CheckPosted: Mon May 11, 2009 7:32 pm                        
Joined: Sat Jan 03, 2009 10:33 am
Posts: 98              Hi,

I am trying to get my app to find the base dictionary spell check database 
So It doesn't say the spelling database could not be found.

I don't know what is wrong with this line
Code:
f = app.executablefile.parent.parent.child("Resources").child("base 
dictionary").child("MagicSpeller SCOWL-6 base dict")



Here's the full code 

This is in the open event
Code:
dim f as folderitem
magicspeller_register("Ronald Heibert","serial#")
//f = getFolderItem("").child("base dictionary").child("MagicSpeller SCOWL-6 
base dict")
f = app.executablefile.parent.parent.child("Resources").child("base 
dictionary").child("MagicSpeller SCOWL-6 base dict")



This in the EditSpellCheck menu handler

Code:
dim f as folderitem
f = app.executablefile.parent.parent.child("Resources").child("base 
dictionary").child("MagicSpeller SCOWL-6 base dict")

magicspeller_register("Ronald Heibert","serial#")
magicSpeller_fieldsToCheck.append realvocalize.communicateString
magicSpeller_checkSpelling()
Return True



Brian   
                            Top                kendoll           Post subject: 
Re: FolderItem - Spell CheckPosted: Mon May 11, 2009 9:46 pm                    
           
Joined: Mon Jul 17, 2006 10:39 am
Posts: 1430              This is not a question about REALbasic.  You're likely 
to get better answers if you read the documentation provided with this 3rd 
party software, or direct your questions to a more appropriate forum.     
_________________
Kenneth McCleary
UPshift Studios
http://ken.upshiftstudios.com/  
                            Top               imaginateware.com           Post 
subject: Re: FolderItem - Spell CheckPosted: Mon May 11, 2009 10:04 pm          
              
Joined: Sat Jan 03, 2009 10:33 am
Posts: 98              I asked the company InfiniteLine and they referred me to 
here
since it was a folderitem question

I don't know where to go now

I just need to change the folderitem so it goes inside the application's bundle
Spelling Database not found

That is the only thing that is stopping me from releasing my application.

Brian   
                            Top                kendoll           Post subject: 
Re: FolderItem - Spell CheckPosted: Mon May 11, 2009 10:19 pm                   
            
Joined: Mon Jul 17, 2006 10:39 am
Posts: 1430              Unless you have more information you have not yet 
shared, this is clearly a question regarding the MagicSpeller library.  Either 
you are not using the library correctly, or you are missing files critical for 
it to function correctly; neither of which directly involve REALbasic.

"f" points inside your app's resources folder, but you don't use it for 
anything.  Furthermore, the file referenced by "f" is not likely to exist if 
you don't copy it in manually (or have an automatic process handle it for you). 
    
_________________
Kenneth McCleary
UPshift Studios
http://ken.upshiftstudios.com/  
                            Top           Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 4 posts ]     

-- 
Over 900 classes with 18000 functions in one REALbasic plug-in. 
The Monkeybread Software Realbasic Plugin v8.1. 

&lt;http://www.monkeybreadsoftware.de/realbasic/plugins.shtml&gt;

[email protected]

Reply via email to