Re: Spontaneous Hard Reset on Zire

2004-01-06 Thread Brenda
On Tue, 6 Jan 2004 18:24:12 -0500, Jatinder Singh wrote: >I have an application which I developed and while running on two end-user >Zire21 devices, it caused a hard reset. There was no dialog for "Press Up >to Erase Data" but all applications (not in flash) and data on the device >are gone. This h

Re: Running processes

2004-01-06 Thread Christopher N. Ryan
I am trying to figure out which apps are causing my Treo to connect to the Internet. I get the notifications when my Treo makes a connection but there is nothing about who is connecting. Most of the time when my phone connects it is in the background (well, on an alarm, Mail app connects, get

Re: Multi-Segment shared library - Available

2004-01-06 Thread LionScribe
There is no charge, of course! LionScribe "LionScribe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Good news. > I have created a template for a multi-segmented shard library. It is a > CodeWarrior 9.2 project. It has the ability of being debugged. It is > relatively simple to use

Re: SysKeyboardDlg

2004-01-06 Thread Luc Le Blanc
Actually, can you use the Palm OS keyboard form resource, load it and set up your own event handler with FrmDoDialog? Not having to write yor own resource would save half the trouble. -- Luc Le Blanc I previously wrote : > My understanding was that he wanted to prevent the built-in leyboard f

Re: Memory access in Palm OS

2004-01-06 Thread Alan Ingleby
"Peyman Purparhizkar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On the other hand I am using CodeWarrior under Windows XP but when I go to > target setting I can only choose 'Macintosh 68k' or 'MacOs merge'.Also the > 'Rom Transfer.prc' file that I have uploaded to my Emulator,

Re: CW 9.2/Palm OS 68K Linker crashes

2004-01-06 Thread Alan Ingleby
FWIW, I use CW9.2 a LOT, and never get crashes. Alan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Spontaneous Hard Reset on Zire

2004-01-06 Thread Alan Ingleby
"Jatinder Singh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have an application which I developed and while running on two end-user > Zire21 devices, it caused a hard reset. There was no dialog for "Press Up to > Erase Data" but all applications (not in flash) and data on the d

Multi-Segment shared library - Available

2004-01-06 Thread LionScribe
Good news. I have created a template for a multi-segmented shard library. It is a CodeWarrior 9.2 project. It has the ability of being debugged. It is relatively simple to use. If you would like the code to use or to improve, just drop me a line. LionScribe [EMAIL PROTECTED] -- For information

Re: Mail App integrated with palm desktop?

2004-01-06 Thread Ben Combee
At 05:33 PM 1/6/2004, Robert Simmons wrote: Along the same line of thought.. What is needed to develop a plugin to the palm desktop?? See the desktop-forum mailing list and the documentation in the Palm Desktop SDK (http://www.palmos.com/dev/tools/desktop/). -- Ben Combee <[EMAIL PROTECTED]> Cod

Re: Mail App integrated with palm desktop?

2004-01-06 Thread Robert Simmons
Along the same line of thought.. What is needed to develop a plugin to the palm desktop?? -- Robert "Robert Simmons" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Greetings, > > I was interested in having a mail application that works with the palm desktop. > Something like a comb

Spontaneous Hard Reset on Zire

2004-01-06 Thread Jatinder Singh
I have an application which I developed and while running on two end-user Zire21 devices, it caused a hard reset. There was no dialog for "Press Up to Erase Data" but all applications (not in flash) and data on the device are gone. This has happened to two users (both with Zire 21 devices ) We prov

Re: Can you find out if you are running on the emulator

2004-01-06 Thread Keith Rollin
At 3:35 PM +0100 1/6/04, Aaron Ardiri wrote: > Aaron -- your paper also has the routine Boolean onPOSE() { >return HostGetHostID() == hostIDPalmOSEmulator; } Is this one less guaranteed? you need POSE 3.0 or greater to use this; and, POSE 3.0 came out *years* ago :) its even up around 3.

FrmSetTitle() via SysAppLaunch() and OS5.0

2004-01-06 Thread Paul Nevai
Is it known that if I have a form and and an frmP to it and then do a SysAppLaunch() job and FrmSetTitl(frmP,...) from inside the subroutine, then this resets the Tungsten T [OS 5.0]? In what OS 5.x was this fixed? It works fine in OS 4-. It must be one of those PACE issues. /PaulN -- For info

Re: SysKeyboardDlg

2004-01-06 Thread Luc Le Blanc
My understanding was that he wanted to prevent the built-in leyboard from being launched. Indeed, to trap events within the keyboard, you have to write your own keyboard and handler (I did it in my application). -- Luc Le Blanc Laurens a écrit : > "Luc Le Blanc" <[EMAIL PROTECTED]> wrote in mes

Re: SysKeyboardDlg

2004-01-06 Thread Laurens
"Luc Le Blanc" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Intercept these keyDownEvents in the main Event loop. If you need help to understand this, maybe you should get a Palm OS > programming book... The problem is that the keyboard dialog runs inside its own event loop. The

Re: Palm OS 6

2004-01-06 Thread Ben Combee
At 01:24 PM 1/6/2004, Todd wrote: According to BrightHand (http://www.brighthand.com/article/Palm_OS_6_Shipped_on_Schedule) Palm OS 6 has shipped. I have looked everywhere I can think of, and I can't find it. Has it shipped? Where is it? How do I get it? To get it right now, you need to be a licens

Re: Segmenting C++ Apps in CW 9.2

2004-01-06 Thread Mitch
The project settings were changed to "small" instead of "smart"... switched them back and that helped. I spent some time looking at a link map... not a pretty thing. Is there some documentation that I could review about segmentation and code generation to better understand when too-long jumps mig

Palm OS 6

2004-01-06 Thread Todd
According to BrightHand (http://www.brighthand.com/article/Palm_OS_6_Shipped_on_Schedule) Palm OS 6 has shipped. I have looked everywhere I can think of, and I can't find it. Has it shipped? Where is it? How do I get it? Thanks Todd Christensen -- For information on using the Palm Developer

Re: CW 9.2 crashes with HsNavSample ( always)

2004-01-06 Thread Vu Pham
- Original Message - From: "Ben Combee" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, January 06, 2004 12:39 PM Subject: Re: CW 9.2 crashes with HsNavSample ( always) > At 12:28 PM 1/6/2004, Ben Combee wrote: [] > OK, a few quick observations. >

Re: select() with sysFileDescStdIn on Simulators

2004-01-06 Thread Brian Smith
On Tue, 6 Jan 2004, Vu Pham wrote: > It seems that, on the simulator, the networking lib replies too fast ( > because of LAN instead of wireless ) that the user action is not > detected by select(). At least in the emulators, sysFileDescStdIn doesn't do anything in NetLibSelect. My guess is that

Re: CW 9.2 crashes with HsNavSample ( always)

2004-01-06 Thread Ben Combee
At 12:28 PM 1/6/2004, Ben Combee wrote: At 12:09 PM 1/6/2004, Vu Pham wrote: Learning the source of HsNavSample makes my app run with navigator keys, but compiling the sample causes the Cw9.2 crashes with the error : Palm OS 68K Linker encountered an unhandled exception 0x0005 at addres (

Re: Sticky breakpoints gone in CW 9.2?

2004-01-06 Thread Ben Combee
At 12:28 PM 1/6/2004, Tom Frauenhofer wrote: I have had something similar happen to me. I start debugging, then hit a breakpoint. It has happened to me when I hit F5 (or the Run icon) or when I single-step (sometimes after several single-steps) (could be either the step inside or step over).

Re: vchrRockerUp is 0x000B or 0x0132 ?

2004-01-06 Thread Ben Combee
At 11:29 AM 1/6/2004, Matthew Henry wrote: Treo 5-way is different from the PalmOne 5-way. Of course. Doing that same thing differently on every single device is part of The Zen of Palm (tm). I do this to be safe #define IS_TREO_5WAY_UP(x) (x->eType == keyDownEvent && (x->data.keyDown.chr == vch

Re: CW 9.2/Palm OS 68K Linker crashes

2004-01-06 Thread Ben Combee
At 11:50 AM 1/6/2004, Regis St-Gelais wrote: I've noticed that it often crashs when the compiler create a segment bigger that 64K. Maybe it can help you reproduce the probleme. That's a useful point. The libprc library that's used by the linker did not like large segments in the original 9.0 rele

RE: CW 9.2 Include paths for statements like #include a nd

2004-01-06 Thread Ben Combee
At 11:51 AM 1/6/2004, Muriph, Michael wrote: I looked there and there was nothing entered. I was wondering how CW was finding the files. What you mention is a target specific setting. I am guessing there is something in the global prefs for CW? There are no global access paths. However, CW wi

Re: Source code for the built in NotePad app

2004-01-06 Thread Baxter
Comes with the SDK - look for "memo". -- - Free software - Baxter Codeworks www.baxcode.com - "Muriph, Michael " <[EMAIL PROTECTED]> wrote in message

Re: Source code for the built in NotePad app

2004-01-06 Thread Ben Combee
At 12:25 PM 1/6/2004, Muriph, Michael wrote: Is this available somewhere? NotePad is part of the PalmOne-specific apps, rather than part of the core OS distribution. PalmOne has released no code for this application. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Pa

Re: CW 9.2 crashes with HsNavSample ( always)

2004-01-06 Thread Ben Combee
At 12:09 PM 1/6/2004, Vu Pham wrote: Learning the source of HsNavSample makes my app run with navigator keys, but compiling the sample causes the Cw9.2 crashes with the error : Palm OS 68K Linker encountered an unhandled exception 0x0005 at addres ( the memory at address ... could not be

Re: Memory access in Palm OS

2004-01-06 Thread Peyman Purparhizkar
Hi Alan, Thank you for your answer , char *ptr; ptr = MemPtrNew(1) ; doesn't help, The launch code is 'sysAppLaunchCmdNormalLaunch' Here are the variable values passed to my PilotMain() when I start the program : cmd = 0 cmdPBP = 0x launchFlags = 142 On the other hand I am using

Re: Sticky breakpoints gone in CW 9.2?

2004-01-06 Thread Tom Frauenhofer
I have had something similar happen to me. I start debugging, then hit a breakpoint. It has happened to me when I hit F5 (or the Run icon) or when I single-step (sometimes after several single-steps) (could be either the step inside or step over). It's not a show-stopper for me - I can usuall

Source code for the built in NotePad app

2004-01-06 Thread Muriph, Michael
Is this available somewhere? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Memory access in Palm OS

2004-01-06 Thread Peyman Purparhizkar
Thank you for your answer , char *ptr; ptr = MemPtrNew(1) ; doesn't help, The launch code is 'sysAppLaunchCmdNormalLaunch' Here are the variable values passed to my PilotMain() when I start the program : cmd = 0 cmdPBP = 0x launchFlags = 142 On the other hand I am using CodeWarrio

Re: CW 9.2 crashes with HsNavSample ( always)

2004-01-06 Thread Vu Pham
Sorry that I didn't say clearly : this sample was downloaded from Handspring site. Vu - Original Message - From: "Vu Pham" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, January 06, 2004 12:09 PM Subject: CW 9.2 crashes with HsNavSample ( always) > Lea

CW 9.2 crashes with HsNavSample ( always)

2004-01-06 Thread Vu Pham
Learning the source of HsNavSample makes my app run with navigator keys, but compiling the sample causes the Cw9.2 crashes with the error : Palm OS 68K Linker encountered an unhandled exception 0x0005 at addres ( the memory at address ... could not be written ) Localtion : PalmOS68KLinke

RE: CW 9.2 Include paths for statements like #include a nd

2004-01-06 Thread Muriph, Michael
I looked there and there was nothing entered. I was wondering how CW was finding the files. What you mention is a target specific setting. I am guessing there is something in the global prefs for CW? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Matthew

select() with sysFileDescStdIn on Simulators

2004-01-06 Thread Vu Pham
My networking app uses select() with sysFileDescStdIn in ReadFD to detect user's action. It works under the real device Treo 600 : it can detect when the users click on the buttons and then act correspondingly, but it does not work on the simulators ( 5.2, 5.3 simulator and Treo600 simulator ). I

Re: CW 9.2/Palm OS 68K Linker crashes

2004-01-06 Thread Regis St-Gelais
-- "Ben Combee" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > At 05:22 AM 1/6/2004, [EMAIL PROTECTED] wrote: > Does it produce valid results on the other links? I currently have two > open bugs with this linker that I'm trying to reproduce. One seems to be a > problem w

Mail App integrated with palm desktop?

2004-01-06 Thread Robert Simmons
Greetings, I was interested in having a mail application that works with the palm desktop. Something like a combination of outlook express (or Netscape communicator if you are a MS hater) and the palm desktop integrated. If something like this exists, it would be great. Otherwise I might consider

Re: vCard field name for Custom 4?

2004-01-06 Thread Joshua Richie
I figured this out by looking at the source code in AddressTransfer.c in the address source code. Should have looked there first. I was trying to do a quick and dirty vCard on my own without using the PDI library. For future reference, Garming stores their GPS location in Custom 4 coded as fol

Re: vchrRockerUp is 0x000B or 0x0132 ?

2004-01-06 Thread Matthew Henry
Treo 5-way is different from the PalmOne 5-way. Of course. Doing that same thing differently on every single device is part of The Zen of Palm (tm). I do this to be safe #define IS_TREO_5WAY_UP(x) (x->eType == keyDownEvent && (x->data.keyDown.chr == vchrRockerUp || x->data.keyDown.chr == vchr

Re: CW 9.2 Include paths for statements like #include a nd

2004-01-06 Thread Matthew Henry
"Muriph, Michael " <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >Where can I find the paths that CW 9.2 searches for the above types of > includes? > Edit-> Settings-> Target -> Access Paths ->System Paths -- For information on using the Palm Developer Forums, or to unsub

CW 9.2 Include paths for statements like #include a nd

2004-01-06 Thread Muriph, Michael
Where can I find the paths that CW 9.2 searches for the above types of includes? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: SysKeyboardDlg

2004-01-06 Thread Luc Le Blanc
Intercept these keyDownEvents in the main Event loop. If you need help to understand this, maybe you should get a Palm OS programming book... -- Luc Le Blanc sangeetha bose a écrit : > Hi, > I dint get your answer properly. Could you please > explain me again/ > > I want to trap the keydown eve

vchrRockerUp is 0x000B or 0x0132 ?

2004-01-06 Thread Vu Pham
I am working on the 5-way navigator and get the following problem : The Up and Donw keys does not work if I use the definitions of vchrRockerUp ( 0x0132 ) or vchrRockerDown ( 0x0133) , but it does work if I redefine these two key 's values as 0x000B and 0x000C. I get these values by looking at the

Re: SysKeyboardDlg

2004-01-06 Thread sangeetha bose
Hi, I dint get your answer properly. Could you please explain me again/ I want to trap the keydown event in the Keyboard dialog which will be invoked by the vchrKeyboardAlpha,vchrKeyboardNumeric, vchrKeyboard. Thanks, Sangeetha. --- Luc Le Blanc <[EMAIL PROTECTED]> wrote: > Intercept vchrKeyboard

Re: CW 9.2/Palm OS 68K Linker crashes

2004-01-06 Thread Ben Combee
At 05:22 AM 1/6/2004, [EMAIL PROTECTED] wrote: Hi all I have an extremely irritating issue with CW 9.2 crashing every 3rd or 4th compilation attempt with the following error Does it produce valid results on the other links? I currently have two open bugs with this linker that I'm trying to repro

Re: Please my job!!!!! Sms -Treo 180

2004-01-06 Thread Flex
The smslib.h as far as I remember is for T|W, not for the treos. I must dig through the archives to find the headers+sample code. I've patched the headers sample code and made a separate c file with all the required functions to send sms in 1 line of code but can't find it now... it's on some ba

Re: Can you find out if you are running on the emulator

2004-01-06 Thread Aaron Ardiri
> Aaron -- your paper also has the routine > > Boolean onPOSE() > { >return HostGetHostID() == hostIDPalmOSEmulator; > } > > Is this one less guaranteed? you need POSE 3.0 or greater to use this; and, POSE 3.0 came out *years* ago :) its even up around 3.5 i think from memory :P checking th

Re: Can you find out if you are running on the emulator

2004-01-06 Thread Richard Coutts
> Boolean onPOSE() > { > UInt32 value; > Err err; > // works on all versions of the Palm OS > return (FtrGet('pose', 0, &value) == errNone); > } Aaron -- your paper also has the routine Boolean onPOSE() { return HostGetHostID() == hostIDPalmOSEmulator; } Is this one less guaranteed?

Re: SysAppLaunch()

2004-01-06 Thread Aaron Ardiri
> > Alternatively look for a calculator replacement that runs without globals. > > How can you readily know that? > Trouble is I don't control which calculator users choose. the thing is, you cannot. why not just write your own calculator module and embed it within your own application? you could

Re: SysAppLaunch()

2004-01-06 Thread Luc Le Blanc
Roger Stringer a écrit : > >Subject: Re: SysAppLaunch() > >From: Luc Le Blanc <[EMAIL PROTECTED]> > >Date: Mon, 05 Jan 2004 13:57:36 -0500 > > > >I had the same need, but could not find a proper way to spawn the > >calculator and return to my application afterwards. So > >instead, when the user hi

Re: SysKeyboardDlg

2004-01-06 Thread Luc Le Blanc
Intercept vchrKeyboard, vchrKeyboardAlpha and vchrKeyboardNumeric (see Chars.h) -- Luc Le Blanc sangeetha bose a écrit : > Hi All, > > Is there any way to trap the KeyDownEvent from the > Keyboard Dialog (when you Tap on the abc or 123 silk > screen button ). Purpose for me is to restrict the >

Re: Can you find out if you are running on the emulator

2004-01-06 Thread Anatoliy SHUBA
On Tue, 6 Jan 2004 14:16:20 +0100, Aaron Ardiri wrote > > Sorry Aaron, as all russian guys I am forget put your copyright. > > > > To all! > > Code from above I had take from > > > > "Aaron ARDIRI. Palm OS® Platform: Software Protection" > > [Russian translation] > > someone translated that pap

Re: Can you find out if you are running on the emulator

2004-01-06 Thread Aaron Ardiri
> Sorry Aaron, as all russian guys I am forget put your copyright. > > To all! > Code from above I had take from > > "Aaron ARDIRI. Palm OS® Platform: Software Protection" > [Russian translation] someone translated that paper to russian? first i heard of it. --- Aaron Ardiri [EMAIL PROTECTED]

Re: Can you find out if you are running on the emulator

2004-01-06 Thread Anatoliy SHUBA
On Tue, 6 Jan 2004 12:39:26 +0100, Aaron Ardiri wrote > > I know two methods: > > > > Boolean onPOSE() > > { > > UInt32 value; > > Err err; > > // works on all versions of the Palm OS > > return (FtrGet('pose', 0, &value) == errNone); > > } > > > > #include "HostControl.h" // distributed

Re: SysAppLaunch()

2004-01-06 Thread Roger Stringer
Subject: Re: SysAppLaunch() From: Luc Le Blanc <[EMAIL PROTECTED]> Date: Mon, 05 Jan 2004 13:57:36 -0500 I had the same need, but could not find a proper way to spawn the calculator and return to my application afterwards. So instead, when the user hits the calculator button, I link my applicatio

Re: Sticky breakpoints gone in CW 9.2?

2004-01-06 Thread Luc Le Blanc
Ben Combee a écrit : > At 10:41 PM 1/5/2004, Luc Le Blanc wrote: > >I run CW 8.3. Regularly, I quit a debug session with set breakpoints. If I > >start another debug session with the same PRC, previous breakpoints > >remain, but > >I cannot go beyond the first one I hit, the blue arrow sticks onto

Re: Can you find out if you are running on the emulator

2004-01-06 Thread Aaron Ardiri
> I know two methods: > > Boolean onPOSE() > { > UInt32 value; > Err err; > // works on all versions of the Palm OS > return (FtrGet('pose', 0, &value) == errNone); > } > > #include "HostControl.h" // distributed with POSE > Boolean onPOSE() > { > // works only on versions of the Palm O

Re: Can you find out if you are running on the emulator

2004-01-06 Thread Anatoliy SHUBA
I know two methods: Boolean onPOSE() { UInt32 value; Err err; // works on all versions of the Palm OS return (FtrGet('pose', 0, &value) == errNone); } #include «HostControl.h» // distributed with POSE Boolean onPOSE() { // works only on versions of the Palm OS >= 3.0 return (HostGetHo

RE: Does the Zire 71 contain RS232 -port ?

2004-01-06 Thread Niilo Minkkinen
> > > "Niilo Minkkinen" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > news:[EMAIL PROTECTED] > > > > Im wondering that because it is _not_ directly said in Palm > documentation - > > correct me if wrong. > > At least the connection to external RS232 -peripheral do not work. > > Hi Niilo, > > RS232 w

CW 9.2/Palm OS 68K Linker crashes

2004-01-06 Thread [EMAIL PROTECTED]
Hi all I have an extremely irritating issue with CW 9.2 crashing every 3rd or 4th compilation attempt with the following error CodeWarrior Plugin Error Palm OS 68K Linker encountered an unhandled exception 0xc0005 at address 0x0041c384 (The memory at address 0x0084 could not be read) L

Re: Can you find out if you are running on the emulator

2004-01-06 Thread Aaron Ardiri
> Is there a way of finding out if you are running on the emulator > at run-time? if (FtrGet('pose', 0, &value) == errNone) { // on emulator } i documented this in my paper about software protection - which, you should be able to find within the archives. thats the most reliable mechanism for

Re: Can you find out if you are running on the emulator

2004-01-06 Thread Jan Slodicka
Hi this code should do it: char userName[dlkUserNameBufSize] ; DlkGetSyncInfo( NULL, NULL, NULL, userName, NULL, NULL); if( StrCompare(userName, "Palm OS Emulator") == 0 ) // You are on the emulator Regards, Jan Slodicka - Original Message - From: "Charles Garcia-Tobin" <[EMA

Can you find out if you are running on the emulator

2004-01-06 Thread Charles Garcia-Tobin
Hi there Is there a way of finding out if you are running on the emulator at run-time? Cheers Charles / // Charles García-Tobin ""-. ///[] _ _\ // Software and _|_o_LI

Re: Daylight Savings Time

2004-01-06 Thread Horst Borscht
> "Barnett, Phil R" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > > Does anyone have a function to share that determines if the date set in > the palm is or is not within DST? > > Thanks. > > Phil Barnett Hi Phil, this is my routine. I don't know how to get the system setti

Re: Software Protection question

2004-01-06 Thread Aaron Ardiri
> > thats what your job was to do. i just did the gcc version - because that > > is what i use in my developments :) works fine for me :P same concept, > > wont take long to port to CW sources. just not something i intended to do > > I thought the whole point of this forum was for smart, hardworki

RE: Does the Zire 71 contain RS232 -port ?

2004-01-06 Thread Agus Silas
You can use SrmReceiveCheck before SrmReceive. SrmReceiveCheck informs you the number characters waiting in the Rx buffer. Agus -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Horst Borscht Envoyé : mardi 6 janvier 2004 09:21 À : Palm Developer Forum Objet

Re: Does the Zire 71 contain RS232 -port ?

2004-01-06 Thread Horst Borscht
"Niilo Minkkinen" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > > Im wondering that because it is _not_ directly said in Palm documentation - > correct me if wrong. > At least the connection to external RS232 -peripheral do not work. Hi Niilo, RS232 works fine on my Zire71.

SysKeyboardDlg

2004-01-06 Thread sangeetha bose
Hi All,   Is there any way to trap the KeyDownEvent from the Keyboard Dialog (when you Tap on the abc or 123 silk screen button ). Purpose for me is to restrict the user to enter some of the characters from that Keyboard Dialog.   Thanks in advance, Sangeetha. __ D