Hi all
First of all, thanks for all the people who've been replying to my previous
questions.
now, I am using NetLibSelect to check both communication and System Event.
currently code looks simliar to this...
EvtGetEvent(&event,0);
if (event.eType == nilEvent)
{
...
...
nNumFDs = NetLibSelect (AppNetRefnum, nWidth + 1, &readFDs, NULL, NULL,
nTimeOut, &nErrno);
...
...
}
...
...
if (! SysHandleEvent(&event)) {
if (! MenuHandleEvent(0, &event, &error))
if (! AppHandleEvent(&event))
FrmDispatchEvent(&event);
}
nTimeOut is set to around 30 seconds. The problem is that when I click on
field, I don't see cursor blinking at all. it just on for 30 seconds and
off for 30 seconeds.. so on.. basically, cursor blinks once every 30-60
seconds. even if I do newline on the field, field doesn't grow until 30
seconds.. anyone know what I have to do to prevent this? or is NetLibSelect
just too buggy? Any help appreciated.
thanks in advance.
sincerely
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/