time sleep

2004-04-04 Thread Duc Dang
Hi, I used NetLibReceive() function for synchronization but with small DB ( short time), it can receive and with large DB ( long time), it hang device. Then, I set this timeout is -1 but still hang. Could someone tell me what I can do for solving this problem ? Thank you. Duc -- For information

Re: SmartPhone development

2004-04-03 Thread Duc Dang
Hi, I see MobileVB but I have not used it yet. Consider, pls. Duc *** REPLY SEPARATOR *** On 4/3/2004 at 3:46 AM [EMAIL PROTECTED] wrote: Hello everyone After successfully developing an application for Palm devices i am now planning to create a similiar application for

hang device when waiting reply

2004-03-24 Thread Duc Dang
Hi, I am using Tungsten C for testing sync and sync app is used NetLib function. I tested it on POSE and work right and on Tungsten C, it sometimes hang. When I sync with small DB, it work right (time response is less than time sleep on device (3m)) but I sync with large DB, it will hang (time

Re: SysAppLaunch

2003-11-13 Thread Duc Dang
Hi, you can use that : case OptionsContact: localID = DmFindDatabase (0, ConAppDbName); if (localID) SysUIAppSwitch(cardNo, localID, sysAppLaunchCmd_CallContactApp, NULL); handled = true; break; with UInt16 cardNo=0; LocalID localID; And : #define

Re: SysAppLaunch

2003-11-13 Thread Duc Dang
sorry, i have not intended to send all you. Duc *** REPLY SEPARATOR *** On 11/13/2003 at 5:54 PM Duc Dang wrote: Hi, you can use that : case OptionsContact: localID = DmFindDatabase (0, ConAppDbName); if (localID) SysUIAppSwitch(cardNo, localID

Palm OS 3.5-en-colordbg.rom

2003-11-05 Thread Duc Dang
Hi all, Help me please! I have function keyDownEvent : case keyDownEvent: // Scroll down key presed? if (gCurrentActPk-1){ if ((eventP-data.keyDown.chr == pageDownChr) (IsLast == true))

Dial phone

2003-09-08 Thread Duc Dang
Hi all, I want to build a dial phone app but I do not know how begin. Please, tell me any idea or doc, examples...ect Thanks, Duc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/