Re: Palm device and Windows Mobile

2006-02-28 Thread Roger Stringer
At 03:15 AM 2/28/2006, you wrote: Subject: Re: Palm device and Windows Mobile From: Ingbert Grimpe <[EMAIL PROTECTED]> Date: Mon, 27 Feb 2006 17:35:39 +0100 Will this forum continue to be a 'Palm developer forum' or will there be two (or three after ALP) forums -> PalmOS + Win Mobile? Would make

Re: Quicktime for Palm

2006-02-28 Thread Billy
Ingbert Grimpe wrote: [EMAIL PROTECTED] wrote: How do I build a Palm media player using the QUICKTIME API? Is this possible? The is no QuickTime for PalmOS afaik. It will be difficult to use an API for MacOS or Windows on a PalmOS device ... BTW there are players already that can play Qu

Re: RSS renderer

2006-02-28 Thread Donald C. Kirker
You will have to use an XML parser to parse the xml data and then render it yourself. It is not too hard to do (I have done it in WAPUniverse). There are no "public" libraries with sources. -Donald -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see htt

Re: Error: Unable to launch Target Environment :(

2006-02-28 Thread Ray Heindl
[EMAIL PROTECTED] wrote: > Hi, > I am trying to run my program but get the following error: > Launching (Error: Unable to launch Target Environment: Target is > not responding (timed out)) It sounds like you may have already done this: search the archives for this group and the tools group; yo

Re: IR problems after firmeare update on Treo 650

2006-02-28 Thread Regis melo
Stefan,     What Microcontroller are You using?     I'm using Microchip and  my app doesn't work with Z22, but works with Tungsten, Treo, ...     When I test with Treo, I see that the communication is very slown... Regis Stefan Kolb wrote: Hello, in my application I uses the serial man

saving events and playback later

2006-02-28 Thread PalmDev
I'm trying to save the pendown/penup events to the db and to play back later and its not working. here is an example: 1. start the calcuator app. Pen down/up events are saved until exit to the launcher 2. tap on the numbers : 1, 2, 3 3. exit to launcher Now i have 3 events saved for pendown/

IR problems after firmeare update on Treo 650

2006-02-28 Thread Stefan Kolb
Hello, in my application I uses the serial manager with SrmOpen (0x8001, 9600 to communicate in RAW IR mode with a microcontroller. everything works fine on the Treo 650 with the firmeware 1.13 ROW. After I update to 1.20 ENA I habe serious communication problems. My Treo sends Data to the

re: Treo Media Controls

2006-02-28 Thread rheard
Thank you for the pluggedin reference... it looks like it will solve my issue. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Hi-color or indexed color?

2006-02-28 Thread Peter
Hi Tinnus, Many thanks, you were very helpful! I will probably choose the "565 and direct buffer access" approach. I think I will fall back on WinDrawBitmap() with noDither for legacy 8-bit devices and prepare to apply some bit-shifting on native 24-bit screens (if any). Thanks again! Rega

Re: Float point functions

2006-02-28 Thread Ben Combee
On 2/28/06, Regis melo <[EMAIL PROTECTED]> wrote: > So, what is the reason of FlpCompDouble, for example? It's a union type that lets you access the same memory space as a C float variable and the system version that's used for the device's floating point functions. It just exists to avoid a lot

Re: Float point functions

2006-02-28 Thread Luc Le Blanc
Regis melo wrote: > So, what is the reason of FlpCompDouble, for example? Dunno. I only use the FlpCompDouble type to call AtoF. After that I do computations on float or double types using regular operators or Mathlib APIs. Anticipating your next question ;) check: http://www.radiks.net/~rhueb

Re: Quicktime for Palm

2006-02-28 Thread Ingbert Grimpe
[EMAIL PROTECTED] wrote: How do I build a Palm media player using the QUICKTIME API? Is this possible? The is no QuickTime for PalmOS afaik. It will be difficult to use an API for MacOS or Windows on a PalmOS device ... BTW there are players already that can play QuickTime files, so you mig

Quicktime for Palm

2006-02-28 Thread catupi_br
How do I build a Palm media player using the QUICKTIME API? Is this possible? Thanks for any comment! -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Quicktime for Palm

2006-02-28 Thread catupi_br
How do I build a Palm media player using the QUICKTIME API? Is this possible? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Float point functions

2006-02-28 Thread Regis melo
So, what is the reason of FlpCompDouble, for example? Luc Le Blanc wrote: Regis melo wrote:     How can I represent a float point value using C and Palm OS?     There is any implementation that do that for me?     Float f  = 2.34; How about trying

RSS renderer

2006-02-28 Thread Viper
Does anyone know where I could find a RSS renderer for Palm? I want to be able to display the news headlines in my application on a form, so I don't want a standalone RSS renderer but more of a library with sources. -- For information on using the PalmSource Developer Forums, or to unsubscribe,

Re: Is Palm OS Going Away?

2006-02-28 Thread Ingbert Grimpe
Regis melo wrote: I'm curious about AppForge. What You can't do with AppForge that You need to go to Palm OS API? I needed to start learning C, simply because there's no way to set a Palm's (or any other supported device) time. There's much more (no support for filestream pdbs for example), wh