Tool For Testing Exchange Manager Code: VFS Exchange

2007-05-17 Thread P. Douglas Reeder
If you have a program that can receive files from the Exchange Manager, my utility VFS Exchange may be useful for testing. You can verify your app is registered for all the extensions and MIME types it's supposed to be registered for, and verify your app correctly handles receiving data with

how to set proxy in simulators

2007-05-17 Thread Jayaseelan
hi this is jayaseelan, i am doing an webservice project, when after launching successfully i am going to login in the application, it shows Login Connection Failed You probably don't have good reception So can anyone reply hoe to set proxy in my Sprint Treo 650 simulator,(I am using proxy

Converting a filestream into pure binary file

2007-05-17 Thread Luc Le Blanc
Does there exist a ready-made solution (Windows/MacOS executable?) to convert a PalmOS filestream into a file containing only its binary data (i.e. removing the PalmOS PDB wrapping)? I would like to export data into a PC-usable format from PalmOS devices without a SD slot, hence without a VFS

Re: Converting a filestream into pure binary file

2007-05-17 Thread Michal Seliga
par can do it http://www.djw.org/product/palm/par/ Luc Le Blanc wrote: Does there exist a ready-made solution (Windows/MacOS executable?) to convert a PalmOS filestream into a file containing only its binary data (i.e. removing the PalmOS PDB wrapping)? I would like to export data into a

4/6/8-Way Navigator Input issues...

2007-05-17 Thread C. Gaberial Edwards
Hi, I'm having trouble polling input from the n-Way Navigator/Rocker. I couldn't find much information about it in the manual, and the closest I found was vchrRockerUp and vchrRockerDown. However, when I try to poll using either one nothing seems to happen. Maybe there's something I'm missing?

Re: Converting a filestream into pure binary file

2007-05-17 Thread Philip Sheard
You mean a PDB file containing a filestream, right? I do not know if there is a ready made solution, but it is fairly easy to roll your own. In a PDB file, the data will be contiguous. All you have to do is strip off the headers. Just get the offset of the first record, from the first record

Re: 4/6/8-Way Navigator Input issues...

2007-05-17 Thread Michal Seliga
its described in PalmDeveloperGuide_PalmOS.pdf chapter 9.9 5-Way Navigator and Keyboard API (its in sdk doenloadable from pluggedin.palmone.com) C. Gaberial Edwards wrote: Hi, I'm having trouble polling input from the n-Way Navigator/Rocker. I couldn't find much information about it in the

Re: Converting a filestream into pure binary file

2007-05-17 Thread Aaron Ardiri
On 5/17/07, Philip Sheard [EMAIL PROTECTED] wrote: You mean a PDB file containing a filestream, right? I do not know if there is a ready made solution, but it is fairly easy to roll your own. In a PDB file, the data will be contiguous. All you have to do is strip off the headers. Just get the

Re: 4/6/8-Way Navigator Input issues...

2007-05-17 Thread C. Gaberial Edwards
Thanks, that's exactly what I needed. Didn't realize that there were two different modes for the navigator. Thanks again, C. Gaberial Edwards -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

PACE: Phantom native event 0x0007

2007-05-17 Thread Michal Seliga
when i am testing my application using Garnet 5.4 simulator debug version then in some screens simulator crashes without any hint what could cause it. if i use reporter then last message is: PACE: Phantom native event 0x0007 any idea what could it mean? it happens when i use gremlins, i am not

Re: Simple way to detect if a device is a Treo?

2007-05-17 Thread David Thacker
Sadly, the 755P Simulator does not match the real device for either the companyID or the deviceID. The 755P Sim reports: CompanyID: hspr DeviceID: D052which is the 700P deviceID... For those who are keeping score at home, the deviceID-independent Treo test I ended up using was: if

Rocker Navigation Button Issues Part Duex

2007-05-17 Thread C. Gaberial Edwards
Okay, well I've got the information I need from my first post about this, however I've run into a problem with the Tungsten C. For some reason, it isn't posting the vchrRockerRight and vchrRockerLeft messages. RockerUp/PageUp and RockerDown/PageDown work perfectly fine, however. I'm probably

Re: Simple way to detect if a device is a Treo?

2007-05-17 Thread Douglas Handy
David, Sadly, the 755P Simulator does not match the real device for either the companyID or the deviceID. The 755P Sim reports: CompanyID: hspr DeviceID: D052which is the 700P deviceID... Its curious that it uses 'hspr' instead of 'Palm', as actual devices have for some time now since

Re: Rocker Navigation Button Issues Part Duex

2007-05-17 Thread Ben Combee
Tungsten C used the older key codes that were introduced in the Tungsten T. There used to be a KB article online at palmsource that I wrote talking about all of this, but it's gone now. On 5/17/07, C. Gaberial Edwards [EMAIL PROTECTED] wrote: Okay, well I've got the information I need from my

Re: Simple way to detect if a device is a Treo?

2007-05-17 Thread Ben Combee
I think those are controlled in an INI file in the simulator. Looks like someone just forgot to update them :( On 5/17/07, Douglas Handy [EMAIL PROTECTED] wrote: David, Sadly, the 755P Simulator does not match the real device for either the companyID or the deviceID. The 755P Sim reports:

Re: Rocker Navigation Button Issues Part Duex

2007-05-17 Thread C. Gaberial Edwards
Well, that brings me a little closer to a solution, thanks. You wouldn't happen to remember the title of the article? Thanks, C. Gaberial Edwards -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Rocker Navigation Button Issues Part Duex

2007-05-17 Thread Ben Combee
On 5/17/07, C. Gaberial Edwards [EMAIL PROTECTED] wrote: Well, that brings me a little closer to a solution, thanks. You wouldn't happen to remember the title of the article? It's long gone... but the actual header you need for those constants is still in the Palm SDK (not the Garnet one) --

Re: Rocker Navigation Button Issues Part Duex

2007-05-17 Thread C. Gaberial Edwards
Hmm, well I couldn't find it in the 4.0 SDK files but I'll keep looking. Thanks again. Sincerely, C. Gaberial Edwards -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Rocker Navigation Button Issues Part Duex

2007-05-17 Thread C. Gaberial Edwards
Okay, found it. Thanks again! C. Gaberial Edwards -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Rocker Navigation Button Issues Part Duex

2007-05-17 Thread Ben Combee
Remember that you need two SDKs: The Palm OS SDK (now called the Garnet SDK), that's stuck at version 5.0R4 The Palm SDK (was the PalmOne or Palm Solutions Group SDK) 5.4 The first is the base set of headers for development, while the second adds specific headers for developing for Palm's

Writing/Reading from SD cards

2007-05-17 Thread James
Hello everyone, I was wondering if there was an easy way to write and read from the SD. Basically I am in the process of creating a database and the file structure I want to preserve on the Palm. I read that you can create files as you would on other systems with FileOpen (fopen on PC) and

Re: PACE: Phantom native event 0x0007

2007-05-17 Thread Dmitry Grinberg
means pace saw an event it couldn't translate for custom events use only values over 0x8000 On 5/17/07, Michal Seliga [EMAIL PROTECTED] wrote: when i am testing my application using Garnet 5.4 simulator debug version then in some screens simulator crashes without any hint what could cause

Re: Writing/Reading from SD cards

2007-05-17 Thread Lionscribe
Just use all the VFS* functions. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/