Re: Navigation vchrs

2005-12-14 Thread Henk Jonas
Doug Gordon wrote: I'm a bit confused about the vchr codes related to the navigation control. My app is already using some macros that test for a char called vchrNavChanged, and this works at least on Tungstens with the 5-way. But reading some other Palm documentation, they talk about codes s

Re: Problem Creatign a PRC on Tungsten E2

2005-12-14 Thread Alexandre Luz Barreto
I tried the function to mount the Prc on the TE2 Simulator. When i do a soft reset i get a error: datamgr.c, Line:3319, err opening db for set-database-info just before it finish reseting. and then my prc disapear. This must be where i lose my prc. any clues? thanx Alexandre Luz Barreto escre

Re: sysNotifyEventDequeuedEvent help!

2005-12-14 Thread Benjamin Bloomfield
I use the sysNotifyVirtualCharHandlingEvent to receive hardkey presses and it works fine.Code:    else if(np->notifyType == sysNotifyVirtualCharHandlingEvent)    {        SysNotifyVirtualCharHandlingTag* tag = (SysNotifyVirtualCharHandlingTag*)np->notifyDetailsP;         if(tag->keyDown.chr == vchr

Re: sysNotifyEventDequeuedEvent help!

2005-12-14 Thread JamesSturdevant
Will someone cancel this person's subscriptions until he learns how NOT to set auto replies to mailing lists. JamesS [EMAIL PROTECTED] wrote: Hola, gracias por escribirme, te contestaré a la mayor brevedad !!! Jose -- For information on using the PalmSource Developer Forums, or to unsubscr

SslRead() timeout

2005-12-14 Thread Philippe Fischer
Hello Palm developers, in my prog. a call to SslRead() will return netErrTimeout when the server takes more than 20s (approx.) to respond. Setting the IO timeout (SslContextSetIoTimeout()) has no effect (why?). Is there another timeout to set?. Consecutive calls to SslRead() will return netErrTim

Help me about creator ID

2005-12-14 Thread chinmaya
Hi all palm developers. Actually I am using both the codewarrior & PODS for my application development. By default both have same creatorID 'STRT'. I am trying to create a database using the same creatorid 'STRT'. Codewarrior is able to open a new database but PODS is unable to open to the datab

SslRead Timeout

2005-12-14 Thread Philippe Fischer
Hello Palm developers, in my prog. a call to SslRead() will return netErrTimeout when the server takes more than 20s (approx.) to respond. Setting the IO timeout (SslContextSetIoTimeout()) has no effect (why?). Is there another timeout to set?. Consecutive calls to SslRead() will return netErrTi

Re: SslRead Timeout

2005-12-14 Thread nekin patel
  hi dear i don't know answer of yr question. but can u solve my problem. i m developing pods application on garnet simulator 5.4 on C. i want to fatch images and ringtones from palm device. for that i hv to first detect expansion slot. i m having problem in reading drive of it and directo

Re: Help me about creator ID

2005-12-14 Thread nekin patel
hi chinmaya, i don't know answer of yr question. but can u solve my problem. i m developing pods application on garnet simulator 5.4 on C. i want to fatch images and ringtones from palm device. for that i hv to first detect expansion slot. i m having problem in reading drive of it and direc

Re: sysNotifyEventDequeuedEvent help!

2005-12-14 Thread PalmDev
hi   thanks. I had alot of problems with sysNotifyEventDequeuedEvent getting NULL write and crashes so i've switched to using sysNotifyVirtualCharHandlingEvent and it seems to be working now. thanks - Original Message - From: Benjamin Bloomfield To: Palm Developer Foru

Re: Help me about creator ID

2005-12-14 Thread Del Ventruella
You could go to the Palm OS web site, get a creator ID for your application, and use it during development under both IDE's. "STRT" is what CodeWarrior inserts in its wizard for a new application if you don't type in your own application ID (as I'm sure you know). If you actually plan to distribu

Re: Problem Creatign a PRC on Tungsten E2

2005-12-14 Thread David Thacker
Alexandre, It may be a problem in your MyApp application if it handles the sysAppLaunchCmdSystemReset launch code, but does something that NVFS is not happy with there. You can test this out by performing a "no-notify" reset instead of a standard soft reset. Install your app, then press and h

Re: Problem Creatign a PRC on Tungsten E2

2005-12-14 Thread Alexandre Luz Barreto
Hi David, MyApp dont handle sysAppLaunchCmdSystemReset. i tried what u said and yes de Myaap don´t desapear, but if i run it i get a fatal exeption. Thank you David Thacker escreveu: Alexandre, It may be a problem in your MyApp application if it handles the sysAppLaunchCmdSystemReset launc

Re: Problem Creatign a PRC on Tungsten E2

2005-12-14 Thread Alexandre Luz Barreto
Just got another point. The Prc is not being deleted at reset. the reset just break it. the database name becames weird characters creator and type becames blank. any clues? thanx David Thacker escreveu: Alexandre, It may be a problem in your MyApp application if it handles the sysAppLaunchC

"routine does not exist" error

2005-12-14 Thread Bonnie.Zeller
Hi -- I have a multi-segment application that gets the following error calling the VFSFileOpen() function:   "myapp called Palm OS routine #0xA348 (FileSystemDispatch). This routine does not exist in this version of the Palm OS. "     The PalmSource error page says that this is an unimpl

Re: "routine does not exist" error

2005-12-14 Thread Logan Shaw
[EMAIL PROTECTED] wrote: I have a multi-segment application that gets the following error calling the VFSFileOpen() function: "myapp called Palm OS routine #0xA348 (FileSystemDispatch). This routine does not exist in this version of the Palm OS. " The PalmSource error page says that this i

RE: "routine does not exist" error

2005-12-14 Thread Bonnie.Zeller
I'm running on an emulator. So, it is a problem with what the emulator supports rather than something I didn't link into my application? Thanks, Bonnie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Logan Shaw Sent: Wednesday, December 14, 2005 1:24 PM

Re: "routine does not exist" error

2005-12-14 Thread Logan Shaw
[EMAIL PROTECTED] wrote: I'm running on an emulator. So, it is a problem with what the emulator supports rather than something I didn't link into my application? Yes, most likely. System calls on Palm OS are done by calling traps. No link editing is necessary to do that. The compiler just pu

Help? Anyone around?

2005-12-14 Thread Leo Laskin
Is there anyone around/willing to help me over AIM/MSN/any of the other popular messenger mediums.  I am trying to modify an existing program and add two features.  Please email me off list if you are available for roughly 20-30 minutes. --Leo Laskin -- For information on using the PalmSource De

Re: Help? Anyone around?

2005-12-14 Thread
Hola, gracias por escribirme, te contestaré a la mayor brevedad !!! Jose -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Unique IDs for records

2005-12-14 Thread Richard Coutts
I've been reading up on unique record IDs and have a few questions -- -- I got several hits saying that http://oasis.palm.com/dev/kb/faq/1085.cfm has everything you wanted to know about unique IDs, but the link is dead -- can someone point me to the article? -- I understand that that withi

Re: Help me about creator ID

2005-12-14 Thread chinmaya
Hi Nekin, I am really sorry to say that I dont have any idea how to display an image on emulator. Actually I am also trying to display a .png image on my emulator screen that is comming from Network . I am not using any expansion slot. You can go for expansion manager.There you have to detect it

It's immediate, how to display a .png image?

2005-12-14 Thread chinmaya
Hi , Please suggest me. I want to display a .png image on my emulator screen i.e. comming from Network.How I will do it? Ok...Bye -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Help me about creator ID

2005-12-14 Thread Logan Shaw
chinmaya wrote: I am really sorry to say that I dont have any idea how to display an image on emulator. Actually I am also trying to display a .png image on my emulator screen that is comming from Network . I am not using any expansion slot. There isn't any support for PNG images on Palm OS (at