questions about appforge

2002-06-05 Thread Junyan
hi, i am new to appforge and didnt know if this is the right place to post my msg. so please forgive me if i had post in the wrong place. but i hope someone will be able to reply to this. i understand that appforge is able to use pdb file for data retrieving. these pdb files are generated by

scroll bar

2002-05-28 Thread Junyan
hi, i knw that you can use scrollbar for either a list or a field. but can scrollbars be used together with table or even a form that has other controls?? has anyone done before the above? if yes, how did you do it?? __ Do You Yahoo!? Yahoo! -

scrollbars

2002-05-27 Thread Junyan
hi, i would like to know how to u do coding for scrollbars using GCC. and also does scrollbars only works on field? how about on a page where there are buttons, labels and etc? can scrollbars be used in such a page? i had tried looking into some books but they dont teach on this subject so i

mutiple .c source file

2002-05-15 Thread Junyan
hi, i would like to ask if anyone out there has tried to create multiple .c file for a palm application. i am now using GCC and thus my source files are all in .c. if possible, can you teach or send me a sample of how to create an application that has mulitple .c file. thanks

Re: RE: questions

2002-03-06 Thread Junyan
of games installation. could you show me examples of how to use these functions? thanks regards junyan --- junyan_seah [EMAIL PROTECTED] wrote: --- In [EMAIL PROTECTED], Danny Epstein [EMAIL PROTECTED] wrote: this program does not allow user to input late entry. but i found out that when

questions

2002-03-05 Thread Junyan
it?? there is also any problem how do you track that the user has sync in games into a handheld? is there any way to track it?? thanks junyan __ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mailyahoocom/ -- For information

passing data into editable field

2002-02-24 Thread Junyan
and found out that there are various ways to code them but none of them seems to work for me. maybe it is due to mine carelessness or what ever. thanks junyan __ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com

fatal alert: object not in form

2002-02-20 Thread Junyan
= frmOpenEvent; openEvent.data.frmOpen.formID = SubmenuForm; EvtAddEventToQueue (openEvent); } thanks junyan --- Junyan wrote: hi. i would like to know what does these 2 fatal alert means 1) chunk under-locked You locked a handle, then you unlocked it, then you unlocked it again. You

chunk under-locked

2002-02-19 Thread Junyan
into a editable field. thanks and best regards junyan __ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

fatal alert

2002-02-19 Thread Junyan
hi. i would like to know what does these 2 fatal alert means 1) chunk under-locked 2) object not in form are these 2 errors most probably related to dynamic creation of field? either one of these error will appear when i tried to access the form that contain this field. the error will occur

Re: fatal alert

2002-02-19 Thread Junyan
; openEvent.data.frmOpen.formID = SubmenuForm; EvtAddEventToQueue (openEvent); } thanks junyan --- Junyan wrote: hi. i would like to know what does these 2 fatal alert means 1) chunk under-locked You locked a handle, then you unlocked it, then you unlocked it again. You should not try to unlock it more times

set palm-dev-forum digest

2002-02-17 Thread Junyan
set palm-dev-forum digest __ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see

exit program

2002-02-04 Thread Junyan
hi, i would like to know if there is anything i can use to prevent the user from returning back to the main page of the palm. in other words, i want to force the user to complete my application before exiting it. i had tried using a boolean variable to track it but failed. thanks junyan