RE: Easier way in creating pdb file

2003-10-11 Thread Mark Cameron
E-camm (www.ecamm.com) also has a cross-platform tool, the Palmfile Toolkit. Haven't tried it yet, but their other tools are great. -Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Williams Sent: Friday, October 10, 2003 10:15 PM To: Palm

Re: Easier way in creating pdb file

2003-10-11 Thread Brian
Thanx guys, i'll look into it. P.S. Excuse me shushil, where can this PDBMake application be located? Best Regards, Brian Mark Cameron wrote: E-camm (www.ecamm.com) also has a cross-platform tool, the Palmfile Toolkit. Haven't tried it yet, but their other tools are great. -Mark -Original

Re: table memory leak

2003-10-11 Thread Dave Lasker
Here's how Address works: a) If you never modify in any table field, the field handles are freed by the OS when you exit the form. b) If you modify a table field, then PrvEditSaveRecordField() is called. The last line of this function is FldFreeMemory() which frees the old field. Then, that row

RE: Where is the Keylock preference stored?

2003-10-11 Thread Jeff Ishaq
Nobody has this information? -Jeff -Original Message- From: Jeff Ishaq Sent: Thursday, October 09, 2003 7:55 PM I've developed an application that optionally shows a splash screen for a moment when the device is turned on, and for a moment before the device shuts down. The new

Problem with Simulator debug

2003-10-11 Thread Guanghe Pan
I had a problem when debug using Simulator, It says Transport Timeout error. I am using Codewarrior 6, I had checked Use TCP/IP sockets under IDE preferences. How can I solve this problem? Any other settings I missed? Thanks in advance -Guanghe __ Do you

Bad behaviour of T3 DIA Compatibility PRCs

2003-10-11 Thread Ralf Zimmermann
I discovered a bad behaviour of the T3 DIA Compatibility PRCs. I am using the files AppSlipRotate.prc and StatusBarLib.prc, which I got from the archive T3_DIA_Compatibility_prcs.zip from the pluggedin program at PalmOne. If you only install the file AppSlipRotate.prc on the T3 and not the other

Re: Problem with Simulator debug

2003-10-11 Thread Ben Combee
At 12:06 PM 10/11/2003, Guanghe Pan wrote: I had a problem when debug using Simulator, It says Transport Timeout error. I am using Codewarrior 6, I had checked Use TCP/IP sockets under IDE preferences. How can I solve this problem? Any other settings I missed? We had to tweak the debugger in the

Dynamic Input Area opens on FrmDrawForm()

2003-10-11 Thread Chris Updegraft
Hello, I am trying to implement support for the Dynamic Input Area (DIA) on the Tungsten T-3. I have installed the required support .prcs (AppSlipRotate.prc and StatusBarLib.prc). I am successfully telling the OS to enable the DIA. I am also able to receive an event when the user has minimized

Re: Dynamic Input Area opens on FrmDrawForm()

2003-10-11 Thread Magnus Berg
I have a similar problem. I also use dynamic forms and I can't disable the InputTrigger nor the OrientationTrigger the first time I open a form. But when I open the next form (the same or any other), the triggers are disabled. All forms are dynamic and the behaviour is identical on both the