Anyone using Jspell in Forms for spell checking?

I have this working in our application using the jspellintegration.pll code from OTN.
It is OK if the field to be checked is on the 'root' canvas, but not if the field is on a popup window (dialog window) canvas. I register the field in WNFI trigger as per code sample, but Form crashes when I set the dictionary type (jspell.setdictionarytype).
I have raised a TAR but been told that code samples from OTN are not supported!
Has anyone got jspell working on fields on a popup canvas?
Any help much appreciated!
Regards, Adrian.

Adrian,
I don't know if this applies but I've had trouble getting the ImageButtonComplete PJC to work on popup canvases. This PJC puts an icon and text on a push button. We experience a crash when setting the icon for these PJC buttons on a popup canvas - works great normally.
We finally had to set the icon for this PJC in a timer. I know this is not a recommended course of action but everything else fails. I tried doing sleep loops of varying length but the timer was the only mechanism that didn't crash.
Try creating a timer (hope I'm insulting you with an example) where you have been doing your PJC set
declare
TM_ID TIMER;
begin
TM_ID:=CREATE_TIMER('ADRIAN_TIMER',1,NO_REPEAT);
end;
Then in a when-timer-expired trigger at the form level
if GET_APPLICATION_PROPERTY(TIMER_NAME)='ADRIAN_TIMER' then
do your PJC stuff
I'm certain it is superb advice to avoid timers but you might try just to see if it works.
Mick

Similar Messages

  • May i know which tools used for spell check in iphone 4..?

    Hi,
         I want to know what kind of tools used in iphone 4 for spell check. It works fantastic while typing messages and it pop up related words automatically..I liked it very much..So, i want to know what kind of tools they used to achieve this..
    Thanks..

    im pretty sure that it private information.  Apple doesn't want other companies knowing their secrets.

  • How to use multiple languages at the same time for spell checking?

    I use two different languages all the time and words are mostly so different (English and Finnish) that I could have spell checking on for both languages at the same time.
    Now it seem to allow to select only one language at the time and I have to switch back and fort zillion of times per day.

    Thanks for the quick answer.
    The Dictionary Switcher doesn't seem to work with Finnish language, it doesn't detect it at all to be one of the choices although in the Firefox context menu Languages -> Finnish/Finland is shown.
    Also, if it would work, I would need to get rid of multiple EN_* langauges. I just need EN_UK or EN_US, not all 22 different EN_*.
    One option would be to create a custom dictionary, which would have words from both languages. The next task is then to find out how to make this kind of custom ENFI-dictionary, which would have words from both English and Finnish languages.
    Finnish may be a some kind of special case for spell checking anyway, because the support is in its separate plugin:
    http://voikko.sourceforge.net/

  • Which dictionary is used for spell check.

    Hi,
    I wanted to find out which dictionary is used for spell check? Is it Miriam Webster? My product manager and myself are curious.
    Regards.
    Ram.

    Hi Ram,
    Its ApEx Dictionary.
    Thanks
    Rana

  • PJC for Spell Checking

    Dear Experts,
    My forms & database version is
    Forms [32 Bit] Version 10.1.2.3.0 (Production)
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit
    I need a PJC for Spell Checking.
    I tried to download it from
    http://forms.pjc.bean.over-blog.com/article-a-spell-checker-java-bean-38414462.html
    but the link is not working.
    Help me out, please...
    Thanks in advance..

    Hello,
    The Bean's material was uploaded on MegaUpload, that is closed, now. Unfortunately, I cannot managed to contact the Bean creator, so that it seems that this code is lost :(
    <p>
    As an alternative, here is the way I use (see at the very end of the article), using the MSWord internal spell check option.</p>
    Francois

  • Why does Apple charge for spell check while MS Word offers it for free?

    I have been using MS Office for Mac until recently when I could not open PowerPoint files sent to me. I bought iWork '08 to remedy that and right after I installed it, Spell Catcher said my trial period was up and that I could buy it. Of course, I'm NOT going to buy it! I tried running a spell check in Pages but it did not pick up on all of my purposely misspelled words. Do I really have to PAY for spell checking? I am not impressed with iWork '08!
    As a side note: Does anyone notice how difficult it is to get into Discussions recently? Is it beacause of iPhone traffic?

    Spell Catcher is not something that is installed with iWork as far as I am aware, I have spell check built in to Pages and keynote and I have never seen any mention of "spell catcher"
    This is the company that makes SpellCatcher: http://www.rainmakerinc.com/
    They are not affiliated with Apple. In fact, No development has occurred since last year.

  • Trying to spell check email, I get this: "This language is no longer available for spell checking.

    Firefox does automatically check my emails like it does when I use Word Perfect. When I select spell check, I get this message: "This language is no longer available for spell checking. Please check another in the spelling options box."
    When I click on the spelling options box, I get the same message. I have never changed any settings as regards to spell checking

    Which language is selected if you check that via the right-click context menu > Languages in a text area?
    Is that dictionary still installed and enabled?
    * [[Troubleshooting extensions and themes]]
    See also:
    * http://kb.mozillazine.org/Spell_checking
    * http://kb.mozillazine.org/Dictionaries
    * [[Using the spell checker]]
    You can look here for dictionaries:
    * https://addons.mozilla.org/firefox/language-tools/

  • I need language dictionnaries for spell checking/correcting. I have firefox nightly v.27.0a1. Should I keep this version and wait or go back to classic firefox?

    The French and Arabic dictionaries seem to be not compatible with firefox nightly. I have the latest version: 27.0a1. Will updates be made in the coming future to fix that?
    Many thanks by advance!
    A loyal firefox user.

    Do you confirm that I should download and use firefox "classic" version instead of nightly to be able to install the French / Arabic dictionary add-ons for spell checking/correcting when writing in the browser?

  • Change Language for Spell Checking in Mail

    Hi,
    as far as I could see from other articles here and on other sites, there is no easy way to change the language for spell checking in Mail. It's difficult to imagine that this is true, as in this global world switching from one to another language in different mails is (at least for non-US/UK/etc. users) an immanent need.
    Thanks for letting me know if I am mistaken.

    Tom Gewecke wrote:
    there is no easy way to change the language for spell checking in Mail.
    If what you are asking about is some kind of shortcut to avoid using the Edit menu, you are correct that nothing like that exists for Mail (or other Apple apps). I think if you use something like SpellCatcher you can switch via a single keystroke.
    The fastest method I know of is through AppleScript. I personally use "quick and dirty" routines for shifting from French to English and vice versa, both in Mail and Safari. Your typical toggle-switch bare-bones app looks like this:
    tell application "Mail"
    tell application "System Events"
    tell application process "Mail"
    set frontmost to true
    try
    click menu item "Show Spelling and Grammar" of menu "Spelling and Grammar" of menu item "Spelling and Grammar" of menu "Edit" of menu bar 1
    set fen to window "Spelling and Grammar"
    click pop up button 1 of fen
    set lemenu to menu 1 of pop up button 1 of fen
    if selected of menu item "Français" of lemenu is true then
    click menu item "British English" of lemenu
    else
    click menu item "Français" of lemenu
    end if
    click button 1 of fen
    on error
    beep 2
    end try
    end tell
    end tell
    end tell
    Nothing fancy here! Compile it, keep it handy (in the dock for example), and a single click does the switch for you. You can make endless variations on this, even make it look kind of smart, with dialogs and all that, thus defeating the purpose.
    AppleScript support is kind of sketchy so you have to use UI programming.
    Cheers,
    RTP

  • Dictionary for spell checking

    Hi,
    why can't I change the dictionary that Pages uses for spell checking as I can in any other application?
    Best Regards,
    Michael

    Dear Foretcalme,
    I was reading your post and looked for the pull-down menu you mentioned for changing the language of the text. At first I had the same problem you had, I would change it from one language to another and it would switch back when I went back to the document. Then I realized that you need to select text in your document and THEN change the language. Think of it like bold. You have to bold text. If you just bold where the cursor is, nothing gets bolded. I hope that makes sense. When I did that all the red marks went away and it was able to correct spelling in the correct language.
    This method is actually better because then you could select some text in the document and set it to one language and select other text in the same document and set it to another language. Multiple languages in the same document and the spelling dictionaries take it all in stride. It is actually very useful.
    Hope this helps.

  • Language selection for spell check keeps reseting to "none"

    On Macbook Air, OS X 10.7.2, Pages '09, the language  selection for spell check resets to none as soon as I begin to type in the document

    I use Windows, and it is exactly as you said, Sir Hup.
    I made the change, in the drop-down list in the dialog box, in my case from 'English' (which I have to assume is US English) to 'Australian English'.
    The problem I am encountering is that making that change doesn't stick for the browser as a whole, but only for the input box on the tab, the dialog box was opened on.
    How do I get the change to apply for spell checking in the browser as a whole?
    Jenifur Charne

  • Onscreen font size for "spell check" and "font"

    How do I increase the onscreen font size for "spell check" and "font"? I just tried to spell check a document and the font size was so small I can't see what it says. Also, when you click on 'font' to change it, I wish the list of fonts was larger so I could see it clearer. I have pretty good vision so it's not that, it's just the size of the font....it must be at least 6! Thanks for your help.

    Hi, Diane. I don't know what sort of display you're using, but it sounds like you have a flat LCD display. At any resolution lower than its maximum, a flat-screen LCD display is always blurry, and the lower the resolution, the blurrier it is. This is because unlike a CRT display, an LCD has a fixed number of physical pixels in it that can't be changed. If you instruct it to "pretend" it has a smaller number of larger pixels by setting it for a lower resolution, each of the "pretend" pixels has to be made up of several real pixels instead of just one, and no pixel can be (for example) half white and half blue: a pixel is an indivisible unit that is always all one color. So the only way the hardware can use several pixels to represent one larger one is to gradate the colors of those pixels as best it can to approximate the intended image, and that inevitably spreads the gradation out — which is exactly what blurring is. This is just an inbuilt property of LCD displays, not a defect that needs to be (or can be) fixed. The solution is to buy a display that works well for you at its highest resolution — which will probably mean a lower-resolution display than you have now.

  • German as standard-language for spell check

    How to set german as standard-language for spell check in safari?

    I use Windows, and it is exactly as you said, Sir Hup.
    I made the change, in the drop-down list in the dialog box, in my case from 'English' (which I have to assume is US English) to 'Australian English'.
    The problem I am encountering is that making that change doesn't stick for the browser as a whole, but only for the input box on the tab, the dialog box was opened on.
    How do I get the change to apply for spell checking in the browser as a whole?
    Jenifur Charne

  • Norwegian language for spell checking in pages

    Where can i donload norwegian language for spell checking in pages ? and how to install it?
    Thanks for any answers...

    Try the links at
    http://m10lmac.blogspot.com/2011/06/norwegian-spell-check-and-dictionaryapp.html

  • Has anyone used ROXIO TOAST II for burning DVD

    Has anyone used ROXIO TOAST II for setting up intro and burning to DVD. I used to do this in IDVD which has been abandoned in the Maverick

    Just to say that that I've tested iDVD on 10.9 and it works for me. It's a discontinued program of course, and hasn't been supported for several years, but I don't think it runs any differently on 10.9 than it did on say, 10.6.
    However…can't help you with Toast because I don't use it.
    Russ

Maybe you are looking for

  • Crystal report field in Infoview with hyperlink to .exe needs to pass param

    I believe I have exhausted my searching and could not find an answer to this. I have a CR that will eventually need to be published in InfoView.  One of the fields has a hyperlink that points to a .exe. The problem is that I need to have CR pass the

  • Adding wireless capability to HP Laserjet Pro M1536DNF

    I presently have an Hp Laserjet 3052 to which I do not believe I can add wireless capability. I am considering a Laserjet  M1535DNF. The spec sheet says that wireless can be added by using a separate accessory. Is this a reasonable purchase if I must

  • Incoming ichat convo very quiet

    Hey Guys, Just trying to get a podcast going in GB3. Myself and a buddy are audio chatting on ichat, except he comes in quiet on my end. I have to turn up my system volume to a good 3/4 of the way to hear him properly. When trying to import into GB3

  • IBot Creation in OBIEE 10G

    Hi All, I have OBIEE 10G installed in a unix server and BI client in windows XP. Now when I configure the scheduler via BI client, under the general tab in which format can i mention the unix server path for the scheduler script, default script and t

  • RTF Files for Oracle Proposals

    Do we have to take care of generating proposal in a particular language through java dynamic fields. Because we are generating the whole rtf document through java code.So in order to generate the proposal in a particular language , what do we have to