nilevent doubt

2007-05-13 Thread Palmman
I am using nilevent to do ananimation. I have 2 forms. when I go to form 2 I do the animation. Thats working fine. I need to come back to my form 1 when i tap stylus on form 2. Thats where while coming back I am getting crash near if (AppHandleEvent(event)) . the call stack ends here.

re: system font change

2007-05-13 Thread Alexander R. Pruss
The unofficial mobile-stream sdk includes information on the global font table. You'd need a bit of ARM code to edit that. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: 64k Size limit for resources

2007-05-13 Thread Alexander R. Pruss
One small issue is that on some devices the VFS*Import/Export functions don't work with 64k resources, I think. This means that the re-assembled databases may cause trouble with some file utilities or backup utilities. This may not bother you. -- For information on using the ACCESS Developer

Re: 64k Size limit for resources

2007-05-13 Thread Aaron Ardiri
On 5/13/07, Alexander R. Pruss [EMAIL PROTECTED] wrote: One small issue is that on some devices the VFS*Import/Export functions don't work with 64k resources, I think. This means that the re-assembled databases may cause trouble with some file utilities or backup utilities. This may not bother

re: recent applications

2007-05-13 Thread Alexander R. Pruss
See popup.c in the partial source code release for myKbd: www.sf.net/projects/handypalmstuff Note that this only works on the T5/TX/LD (and maybe T3) as far as I know. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

Re: nilevent doubt

2007-05-13 Thread Lionscribe
Where are you handling your animation, in the application (Main) event handler, or in your form event handler. It should be in the FormEventHandler. Lionscribe P.S. You could use FrmGetActiveFormID instead of - FrmGetFormID(FrmGetActiveForm()) -- For information on using the ACCESS Developer

Re: nilevent doubt

2007-05-13 Thread Lionscribe
At second thoughts, how are you returning to form 1? The crash may have nothing to do with animations, just with double-postings of close events, or double opening forms. Lionscribe -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

Re: Palm OS Developer Suite broken? How do I get started programming?

2007-05-13 Thread Flash Sheridan
In article [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Then I went with the Palm OS Developer Suite Installer that they offer on the website, … just gives this error, as if the developer suite is deliberately non-functional.… you may need to run palmdev-prep PODS (now GODS) is not

re: recent applications

2007-05-13 Thread Michal Seliga
you are right, i didn't found preference you are accesing on my Treo680 :-( -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

RE: nilevent doubt

2007-05-13 Thread Jagat Nibas Mahapatra
I am using frmpopupform and frmreturntoform So there is no double closing of forms I guess -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lionscribe Sent: Sunday, May 13, 2007 7:32 PM To: Palm Developer Forum Subject: Re: nilevent doubt At second