RE: Is the T3 still relevant?

2008-02-07 Thread Lee Church
Since the T# has long been discontinued it can hardly be considered relevant. I think your efforts should be concentrated on the E2 and Treo units; at least they are still in production. Lee Church www.mobitechsystems.com -Original

send jpeg file to server via ftp

2008-02-07 Thread tony_swj
hello, I capture a signature and save it on the sd card like xxx.jpg. My question is which api I can use for reading this file, I already try to use VFSFileRead but it is not working. VFS support the image file or not? before I transfer it via ftp, should I encoding it first, like base64?

...with endlines (Sorry 'bout that- I thought Lyris could word-wrap text.)

2008-02-07 Thread Dr. S.L. Sanders
Is the T3 still relevant? A while ago (Jan. 25, '08), I posted PalmPhotoDisplayImage() fails on T3 device, hoping for ideas for more experiments toward solving a problem of all-white images in T3's landscape orientation. I formatted my posting as a complete (but minimal) test program that

Is the T3 still relevant?

2008-02-07 Thread Dr. S.L. Sanders
Is the T3 still relevant? A while ago (Jan. 25, '08), I posted PalmPhotoDisplayImage() fails on T3 deviceā€¦, hoping for ideas for more experiments toward solving a problem of all-white images in T3's landscape orientation. I formatted my posting as a complete (but minimal) test program that

Re: In PODS multi-segment app, some function calls jump to wrong place

2008-02-07 Thread heath . schaefer
I know it sounds novice but start commenting calls out to your global functions one by one. You'll track it down eventually. Is there some kind of list file that is generated by the compiler that will tell you where the objects are placed? Maybe you could double check your code against that.

Re: Palm OS Debugger problem

2008-02-07 Thread Shorin
Yuk... are you sure? I was reading on the Palm website on instructions on how to do it... it said it was supposed to work. The problem I had was that I was trying to do simple freaking page flipping (of sorts) for a drawing app. I was creating an offscreen window, and drawing on it using

RE: Is the T3 still relevant?

2008-02-07 Thread Dr. S.L. Sanders
Thanks for answering, Lee! I knew the 5-year-old T3 was no longer being marketed by Palm, but thought there could be a lot of people out there like me, who still use the T3 because of its 320x480 landscape display. My product makes good use of that feature (at least on the simulators) to show

Re: Is the T3 still relevant?

2008-02-07 Thread Ryan Rix
Well, you couldn't really say that it is noncompatible with all Tungsten devices -- Have you tried it on a T5 or a T|X (technically a Tungsten)? Maybe you could use JpegLib only in the instance of when the T3 is in Landscape mode and use pnoJpegLib the rest of the time? Kind of a PitA and