Re: about hardCradleChr and vchrResetAutoOff

2004-06-19 Thread Ben Combee
At 10:58 PM 6/18/2004, you wrote: I use codewarrior9.3,and develop for clie TH55 with KB100.If you don't know KB100,please visit http://www.pdasupport.com/PEGA_KB100Clie.htm I find it send 2 keyDownEvent(.data.keyDown.chr=hardCradleChr and vchrResetAutoOff) when I input the first key. The

Creating a PDB file on the PC

2004-06-19 Thread Eddie Gomez
I'm looking to find an application which allows me to create a .PDB file on the PC. I'm looking to create a few files to interface with an existing app I created for the palm. I'm surprised to find there is not much out there. I suppose I could create my own but I prefer not to reinvent the

about EvtGetEvent

2004-06-19 Thread Miken
In event handler callback routine,I return true to tell OS I have handled it. If I call EvtGetEvent outside the callback function,how do I let OS know I have handled? For example,please see the following code: While(1) { EvtGetEvent (); if () break; } if receive a event in the

Re: Creating a PDB file on the PC

2004-06-19 Thread Veronica Loell
Eddie Gomez wrote / skrev: I'm looking to find an application which allows me to create a .PDB file on the PC. I always use PDBC, http://obermuhlner.com/public/Projects/Palm/PDBC/, have you had a look at the palm wiki? http://flippinbits.com/twiki/bin/view/FAQ/WebHome have sections on tools

RE: Creating a PDB file on the PC

2004-06-19 Thread Nathan Black
Bah I spent like 4 hours today figuring out how to do this correctly, was having problems with mine, with placeholder bytes and whatnot... turned out to be endian issues actually :P And I thought, naw, no one on this list has a good resource I already looked. hehe anyway i needed it to integrate

RE: about EvtGetEvent

2004-06-19 Thread Nathan Black
Remeber that the basic event loop code is something like this: if (! SysHandleEvent(event)) if (! MenuHandleEvent(0, event, error)) if (! AppHandleEvent(event)) FrmDispatchEvent(event);

Re: about EvtGetEvent

2004-06-19 Thread Miken
Thanks for Nathan's help. I'm sorry I don't let you know what I mean.I only want to tell OS I have handled it before it don't finish. I receive a keyDownEvent event from kb-100,and I need a longer time to handle.KB-100 will resend the event because it think it lose the package. (If you don't know

RE: about EvtGetEvent

2004-06-19 Thread Nathan Black
I'm sorry I don't let you know what I mean. Sorry your English is hard to understand I believe that you don't have to tell the OS anything. You can just call EvtGetEvent, and do what you want with it. So if you get a keyDownEvent, and you're processing it, then you check it later, and you're

about fragment

2004-06-19 Thread Miken
I get the available Storage/dynamic memory using the following code: nCards = MemNumCards(); for (cardNo = 0; cardNo nCards; cardNo++) { for (i=0; i MemNumRAMHeaps(cardNo); i++) { heapID = MemHeapID(cardNo, i); if (MemHeapDynamic(heapID)) {

overlays

2004-06-19 Thread El Hombre
Hi all folks, I have created overlays for all palmos 5 applications and now I need to include all those overlay prc's into one prc - prc of my application. Can someone tell me how can I tell to system to find (and use) overlays from resources of my application? I believe there is some possible way

Re: prc-tools

2004-06-19 Thread Ton van Overbeek
In article [EMAIL PROTECTED], geoff wrote: i have installed cygwin and the problem is i dont tar and build commandsa arent working If you want a ready-to-run version of prc-tools for Cygwin use the Cygwin setup utility (no tar needed). Have you read the instructions on

Re: Creating a PDB file on the PC

2004-06-19 Thread Roberto Machorro
Hi Saturday, June 19, 2004, 3:55:59 AM, you wrote: I'm looking to find an application which allows me to create a .PDB file on the PC. I have used the following three methods: a) Writing own functions. This is a PITB to do from scratch, you are right, don't re-invent the wheel. Not

Re: about fragment

2004-06-19 Thread jimrandomh
Miken wrote: I get the available Storage/dynamic memory using the following code: nCards = MemNumCards(); for (cardNo = 0; cardNo nCards; cardNo++) { for (i=0; i MemNumRAMHeaps(cardNo); i++) { heapID = MemHeapID(cardNo, i); if (MemHeapDynamic(heapID)) {

Re: Creating a PDB file on the PC

2004-06-19 Thread Jan Exner
Roberto Machorro [EMAIL PROTECTED] writes: I'm looking to find an application which allows me to create a .PDB file on the PC. I have used the following three methods: [...] Just to add one more method: I create .pdb files on the Palm or an emulator, then just deliver them inside the same

Segment errors

2004-06-19 Thread Edward P. Ross
I am debugging an application that is failing in a certain area. When I hit 'debug', i break into the current form, which is in segment 2. However, if I view the stack, the breakpoint is set to a line to the 5th file in the next segment. This is weird - and something i have not seen before.

Re: Creating a PDB file on the PC

2004-06-19 Thread Greg Lutz
At 12:55 AM 6/19/2004, Eddie Gomez wrote: I'm looking to find an application which allows me to create a .PDB file on the PC. I'm looking to create a few files to interface with an existing app I created for the palm. I'm surprised to find there is not much out there. I suppose I could create my

re: TreeView in C

2004-06-19 Thread David Beers
You might take a look at the source code to Progect (http://sourceforge.net/projects/progect/). David = David Beers Pikesoft Mobile Computing www.pikesoft.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see