Palm Vx and 3.5OS

2008-05-28 Thread Sally Anne Palmer
Hi, Hi, I'm hoping that someone on this list maybe answer this question even though it isn't really a dev question. But I search the archives and could find a definate answer. I bought a Palm Vx in January and it has OS 3.3 on it, yesterday a friend bought a Palm Vx on it and it has 3.5 OS. I

Dynamic Tables

2008-05-28 Thread Sally Anne Palmer
Hi, I'm developing a large scale application which uses the Dynamic UI features of the PalmOS to create froms, controls, etc. I really want to be able to dynamically create tables, however I read in the companion that this can not be done dynamically. I was wondering what the reason (apart

RE: FrmRemoveObject() quirk

2008-05-28 Thread Sally Anne Palmer
FrmHideObject and FrmShowObject. Keith Wolcott Sally Anne Palmer wrote: Hi Ken, I've been having the same problem this past week and it seems to be a bug in the FrmRemoveObject function related to a PrvFixupPointers function which it calls. Unfortunately there seems

RE: FrmRemoveObject() quirk

2008-05-28 Thread Sally Anne Palmer
Hi Ken, I've been having the same problem this past week and it seems to be a bug in the FrmRemoveObject function related to a PrvFixupPointers function which it calls. Unfortunately there seems to be no way to get around this bug and so you must remove the objects in reverse order. I ended up

Palm OS 3.5.3 patch

2001-08-29 Thread Sally-Anne Palmer
Hi, I was wondering if anyone had details of the fixes that have been made in this patch (3.5.3). On the web I could only find the following description The Palm OS® 3.5.3 update includes all changes in previous Palm OS® 3.5.x updates, plus two additional fixes. These are to address a flow

Dynamic RLE Compressed Bitmaps

2001-07-25 Thread Sally-Anne Palmer
Hi All, I've got an application which is creating a dynamic bitmaps using windows bitmap data received from a remote server, for uncompressed bitmaps I can do this easily. Now I want to convert a windows RLE bitmap header into the equivalent Palm RLE bitmap header at runtime. In my

Rom Transfer.prc for Sony Rom

2001-05-08 Thread Sally-Anne Palmer
Has anyone tried using the Rom Transfer program which comes with POSE on a Sony Clie to upload a Sony ROM. I have a copy of the Sony Emulator but not the ROMS (yet) I have a Sony device and I want to be able to use the emulator rather than the actual device for development. Will the Rom

TxtConvertEncoding Function for Sony 3.5 devices

2001-05-06 Thread Sally-Anne Palmer
Does anyone know where I can get information on the TxtConvertEncoding method that is in the Sony API for their 3.5 devices. I've downloaded the Sony 2.0 SDK but can't seem to find any info on it. What headers etc do I need to include and do I need a speical library that's not included in the

NetLibSelect timeout not working.

2001-02-15 Thread Sally-Anne Palmer
I'm using NetLibSelect to process commands from the socket connection and also user events is the following way. However, the timeout value for NetLibSelect does not seem to be working. When I'm not receiving any events from the network or user events it's supposed to wait 6 seconds and then

Reading data

2000-12-11 Thread Sally-Anne Palmer
Hi, I'm sending data to my palm application which is using NetUReadN to read the data from the socket. When I send more than 4830 bytes it seems that NetUReadN returns the timeout error 0x1212 from NetLibReceive. Does anyone know if there is a limit to the amount of data that can be read off

Palm Vx and 3.5OS

2000-09-27 Thread Sally Anne Palmer
Hi, Hi, I'm hoping that someone on this list maybe answer this question even though it isn't really a dev question. But I search the archives and could find a definate answer. I bought a Palm Vx in January and it has OS 3.3 on it, yesterday a friend bought a Palm Vx on it and it has 3.5 OS.

Dynamic Tables

2000-09-14 Thread Sally Anne Palmer
Hi, I'm developing a large scale application which uses the Dynamic UI features of the PalmOS to create froms, controls, etc. I really want to be able to dynamically create tables, however I read in the companion that this can not be done dynamically. I was wondering what the reason (apart

RE: FrmRemoveObject() quirk

2000-09-11 Thread Sally Anne Palmer
is to use FrmHideObject and FrmShowObject. Keith Wolcott Sally Anne Palmer wrote: Hi Ken, I've been having the same problem this past week and it seems to be a bug in the FrmRemoveObject function related to a PrvFixupPointers function which it calls. Unfortunately there seems

3.5 ROM on Palm Device

2000-06-16 Thread Sally-Anne Palmer
Hi, I was wondering if anyone has transfered a 3.5 ROM to a Palm V device. I've been writing a application using the 3.5 SDK and want to test it on the actual device but there is no installer available like there is for the 3.3 SDK so I'm an a bit wary of trying to install a ROM by hand. As it

3.5 ROM on Palm Device

2000-06-13 Thread Sally-Anne Palmer
Hi, I was wondering if anyone has transfered a 3.5 ROM to a Palm V device. I've been writing a application using the 3.5 SDK and want to test it on the actual device but there is no installer available like there is for the 3.3 SDK so I'm an a bit wary of trying to install a ROM by hand. As it

Calc App

2000-05-23 Thread Sally-Anne Palmer
Does anyone know if the source code for the Calc App 3.0 that comes with the OS is available as open source? thanks Sally-Anne. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

PilRC Plugin

2000-04-18 Thread Sally-Anne Palmer
Hi, I was wondering if any one had any trouble trying to create a List using PilRC with the Codewarrior Plugin. It seems to me that even though I've specificed the list as being usable it come out a notUsable in the .r file which is produced. Is this a bug in the Plugin or in PilRC? How can

converting a .rcp file to .rsrc file

2000-03-13 Thread Sally-Anne Palmer
Here's a copy of a message I posted to the pilot.programmer.gcc newsgroup but I thought someone here might beable to help to. Sally-Anne. Hi All, I was wondering if anyone knew of any existing tools or ways of taking a .rcp file with the text definitions of resources and changing it to become

enumerated types

2000-03-02 Thread Sally-Anne Palmer
Hi All, Has anyone had any problems using enumerated types in their apps. thanks Sally-Anne. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html