Would either of you be willing to send me a working model of what you 
created? I'm really at a loss on how to proceed here.

--- In flexcoders@yahoogroups.com, "Dimitrios Gianninas" 
<[EMAIL PROTECTED]> wrote:
>
> I used Jazzy as well with pur Java only... works great.
>  
> Dimitrios Gianninas
> RIA Developer
> Optimal Payments Inc.
>  
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of sanjaypmg
> Sent: Tuesday, December 19, 2006 11:56 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Spell Checker
> 
> 
> 
> Hi Guys,
> 
> I have developed spell checker functionality in Flex 1.5. I have 
> developed in flex and integrated it with coldfusion. to develop 
this 
> spellchecker component, I have used Java's Jazzy which i available 
> on net.
> 
> I have developed the same functionality which provided by MSWord.
> 
> you can use this Java Jazzy open source dictionary to develop this 
> functionily in flex 2.
> 
> Thanks
> Sanjay
> 
> --- In flexcoders@yahoogroups.com <mailto:flexcoders%
40yahoogroups.com> , "jmfillman" <jmfillman@> wrote:
> >
> > I've seen the Component on the Flex Exchange, and it's not going 
> to 
> > meet my needs, primarily because my app won't always have an 
> internet 
> > connection to use the Google API. Also, I need the custom 
> dictionary 
> > to be in my DB so users have access to it regardless of what PC 
> they 
> > are using.
> > 
> > So, I'm asking for some advice and ideas on creating my own Spell 
> > Check feature using PHP and MySQL.
> > 
> > I've been thinking about this in theory, and here are my initial 
> > questions where I would like feedback.
> > 
> > Do I call a remoteObject after every keystroke to compare against 
> a 
> > database table of words or do I wait until all the fields are 
> filled 
> > out and then have the user click a button to Spell Check the 
> fields? 
> > Maybe both?
> > 
> > How efficient is this going to be with say 100,000 words in the 
> word 
> > list to check against?
> > 
> > What about integrating a PHP spell checking function?
> > 
> > How do I loop backward until I find a space so I am only checking 
> the 
> > last word?
> > 
> > How to allow the user to add words not in the standard dictionary 
> to 
> > their custom table, from where they are in the application?
> > 
> > How do I then set the style of the last word to red underline, 
> change 
> > the text color, or some other visual representation to note an 
> > incorrect word?
> > 
> > If using a Spell Check button, I'd like to change the tab color 
to 
> a 
> > different color, if there are spelling mistakes in fields on that 
> > tab. I'd also like to highlight fields where there are spelling 
> > mistakes.
> >
> 
> 
> 
>  
> 
> -- 
> WARNING
> -------
> This electronic message and its attachments may contain 
confidential, proprietary or legally privileged information, which is 
solely for the use of the intended recipient.  No privilege or other 
rights are waived by any unintended transmission or unauthorized 
retransmission of this message.  If you are not the intended 
recipient of this message, or if you have received it in error, you 
should immediately stop reading this message and delete it and all 
attachments from your system.  The reading, distribution, copying or 
other use of this message or its attachments by unintended recipients 
is unauthorized and may be unlawful.  If you have received this e-
mail in error, please notify the sender.
> 
> AVIS IMPORTANT
> --------------
> Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés 
destinés au seul usage du destinataire visé.  L'expéditeur original 
ne renonce à aucun privilège ou à aucun autre droit si le présent 
message a été transmis involontairement ou s'il est retransmis sans 
son autorisation.  Si vous n'êtes pas le destinataire visé du présent 
message ou si vous l'avez reçu par erreur, veuillez cesser 
immédiatement de le lire et le supprimer, ainsi que toutes ses pièces 
jointes, de votre système.  La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des 
personnes autres que le destinataire visé ne sont pas autorisés et 
pourraient être illégaux.  Si vous avez reçu ce courrier électronique 
par erreur, veuillez en aviser l'expéditeur.
>


Reply via email to