Hi,
    I feel that it would be better to use the first method
you just described.

1. The choice of whether to check or not should
be with the user. But this depends entirely on *your*
application. There might be instants when the word
s/he has typed is not in the database (like names).

2. With the second method that you described,
your application might run a little slow because
it has to check spellings and respond to user.

The user would be more willing to wait a second or two
after s/he has typed out than when s/he is typing.


--
Thanks,
Arvind.
----------------------------------------------------------------------------
-
You've got the questions; we've got the answers.
Developers' Nation.
Visit us @ http://devnation.net for Palm development support.
----------------------------------------------------------------------------
-

"D B" <[EMAIL PROTECTED]> wrote in message news:49890@palm-dev-forum...
>
> Ok, i'm making an spell check application and
> currently i can select a word and check if the word
> exists, but i'd like to make this more dynamic.
> i was thinking about 2 possible ways of doing it,
>
> 1. write in the line(s) of text and then when that is
> done, click on a spell check button which would read
> in each word and check them against the database.
>
> or
> 2. after each word automatically check if the word is
> in the database, by monitoring the characters inputted
> and if the char inputted was a space then check the
> word before it against my database.
>
> so i was wondering if anyone could suggest which is
> the beast option and the best way of going about it.
>
> cheer
> db
>
> ____________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
> or your free @yahoo.ie address at http://mail.yahoo.ie
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to