Re: Okay, who posted that stop-event!?!

2004-05-10 Thread D. Kirker
The wierd thing is I am not disabling the trigger. The OS is doing atomatically. It only does it in this form. Whether I close or open the slider. It must be a hardware event my program is responding to and closing. Thanks, D. Kirker Daniel Morais [EMAIL PROTECTED] wrote in message news:[EMAIL

Re: Okay, who posted that stop-event!?!

2004-05-08 Thread D. Kirker
What trigger would you be replying to??? Thanks, Donald Daniel Morais [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Le 28 avr. 04, à 11:31, Caspar Heiden, vd a écrit : Any hints, ideas, strategies on how to find this out? I also had the problem: if I remind correctly, this occur

Re: Okay, who posted that stop-event!?!

2004-05-07 Thread D. Kirker
I don't have any default buttons configured. I do not even have the code that would define it blank. I might try playing around with it. Thanks, D. Kirker Ben Combee [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At 10:13 PM 5/4/2004, you wrote: It just seems odd

Re: Okay, who posted that stop-event!?!

2004-05-04 Thread D. Kirker
It just seems odd that it is happening in only this form and any form called from it using FrmPopupForm. It must be something the form is watching for and handeling that it shouldn't. I guess it would be the same for the center nav button, with the exception that the fatal exceptions only occur in

Re: Okay, who posted that stop-event!?!

2004-04-29 Thread D. Kirker
It is really odd. If I press the center nav button on a form that luanches the main form the press is successful in the form it was pressed in but when the main form comes up it crashes. It even does this if I enter the main form without pressing the center nav button then press it. I just get

Re: Okay, who posted that stop-event!?!

2004-04-29 Thread D. Kirker
Oh, I also forgot. The program only exits in this app and in this specific form. Nothing else Thanks, Donald David Fedor [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] It might have nothing to do with software: I've heard of people who said this happened due to a slightly bent

Re: Okay, who posted that stop-event!?!

2004-04-28 Thread D. Kirker
I have the exact same problem in my program (a WAP browser). If I have the main browser window open and close or open the slider it closes the program. It only does this in that form and any form called from it with FrmPopupForm. It also crashes (Fatal Exception) if I press the center nav button

Re: find offset of character in string

2004-04-07 Thread D. Kirker
Thank you very much for your help. It worked. I also now know what Palm Source meant when they said StrStr and StrChr returned a pointer. For some bizarre reason I got a different impression on what a pointer was %-(. And congrats on your job at Palm Source. Regards, Donald Ben Combee [EMAIL

Re: find offset of character in string

2004-04-06 Thread D. Kirker
in the URL). Thanks, Donald Vu Pham [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] - Original Message - From: D. Kirker [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, April 05, 2004 7:32 PM Subject: Re: find offset

Re: find offset of character in string

2004-04-05 Thread D. Kirker
I had done a Google search on StrStr and found a little example like what Vu Pham posted. Thanks for the help, D. Kirker P.S. How could I delete the character at the offset found with StrStr and all the characters to the end of the string? Ben Combee [EMAIL PROTECTED] wrote in message news

find offset of character in string

2004-04-04 Thread D. Kirker
How do I find the offset of a character (or string) in a string and return it as an int? Thanks, D. Kirker -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Alert close call

2004-04-03 Thread D. Kirker
involving a global created in FORM_B's handler. Similar to when you call FrmDoDialog(...) and it returns the button tapped. I can't use the FrmDoDialog because FORM_B has other non-returning buttons it has to handle (that adds variables to a field and store them for when FORM_B returns). Regards, D

Re: Too Much Code?

2003-12-16 Thread D. Kirker
Never mnd. I fixed it I didn't have -O2 called in m68k-gcc-palmos. D. Kirker D. Kirker [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] The PRC file is about 400k. If anybody knows how to fix this please let me know. I plan on releasing in about a week and a half and still have some

Re: time between events

2003-12-13 Thread D. Kirker
I have tried that but I got an error when I tried to clear the variable or when I closed the app. I will try it again. Thanks, Donald Robert Moynihan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Vu Pham wrote: How about using TimGetTicks() at each of those events ?

time between events

2003-12-10 Thread D. Kirker
How do I find the elapsed time between a penDownEvent and a penUpEvent? Thanks, D. Kirker -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Retrieving text (as a string) from middle of a string

2003-12-01 Thread D. Kirker
How do I retrieve text (as a string) from the middle of a string? Similar to the substr, strleft, strright functions. Is there anything like it for PalmOS? Thanks, D. Kirker -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

Re: Too Much Code?

2003-11-10 Thread D. Kirker
] [mailto:[EMAIL PROTECTED] la part de D. Kirker Envoyé : samedi 8 novembre 2003 02:24 À : Palm Developer Forum Objet : Too Much Code? I am having a problem with my application. If I add any more code to it both the Palm Simulator and Emulator give me an assembly error on the handheld

Too Much Code?

2003-11-07 Thread D. Kirker
form with a list it has to populate it crashes with this assembly language error. It does this if I add any code. The main compiled file is 520kb, and I do not get any linking errors with PRC-Tools/GCC. I am using Pilrc 2.9 patch release 10 CW, and I think the latest version of GCC. Thanks, D