How to decompress a GZIP file and read the content?

2007-08-06 Thread Jayaseelan
Hello all, I am currently dealing with a project in which i will be given a GZIP file ... from this file have to read the content decompressing it .. this, i have to do through my application ... Waiting for favourable reply as soon as possible. Note: i have attached a sample GZIP

Linking Constructor and PilRC resources

2007-08-06 Thread Luc Le Blanc
I ship my app as a stand-alone (main) PRC, plus 2 resource PRCs to allow changing operating language on the fly. The user can thus use the PRC's native language or switch to another language. Moving some forms from Constructor to PilRC in order to break the 100-object limit, I used Rsrc2Rcp to

Re: How to decompress a GZIP file and read the content?

2007-08-06 Thread Michal Seliga
find syszlib or syszlibarm for palmos (google will help) parse gzip file header to find where is zlib compressed stream feed this stream to syszlib decompress functions done thats probably simplest solution i know, maybe there is source which will do all this in one simple function available

RE: Linking Constructor and PilRC resources

2007-08-06 Thread luis maldonado
Hi Luc, I'm having similar problems and what I ended up doing was porting the entire application to use just the PILRC .rcp files. The problem I had was that the CW IDE no longer supports the constructor file names and event when I added the .rsrc file exentension on the IDE, CW

Re: form background themes/graphics

2007-08-06 Thread luis maldonado
Hi Phreak, all I'm trying to do is to put a background color to my forms on the TX device, something like what they already are doing on the launcher page... I have searched the net with good results, i'll keep trying. thanks for the info From: Phreak OnALeash [EMAIL PROTECTED] Reply-To:

How to set Category

2007-08-06 Thread stuffandstuffandstuffus
Can I program in a default category for a Palm OS app, like Games so that if that category exists it automatically ends up there instead of unfiled, but doesn't cause a problem if the category doesn't exist? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

Re: How to set Category

2007-08-06 Thread Andrew Tamoney
Put something like LAUNCHERCATEGORY Main or LAUNCHERCATEGORY Games into your RCP file On 8/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Can I program in a default category for a Palm OS app, like Games so that if that category exists it automatically ends up there instead of unfiled, but

Re: How to set Category

2007-08-06 Thread Borszczuk
[EMAIL PROTECTED] wrote: Can I program in a default category for a Palm OS app, like Games so that if that category exists it automatically ends up there instead of unfiled, but doesn't cause a problem if the category doesn't exist? Default category can be given as the application resource.

Saving data

2007-08-06 Thread stuffandstuffandstuffus
Okay, the next for me is attempting to save data from a Palm app. I was reading through the information and it was a bit overwhelming with the options and complication. I'm hoping to get here at least a pointer to where to focus my reading for what I want. Right now all I want to do is save

Re: Saving data

2007-08-06 Thread Dmitry Grinberg
Simplest to deal with (and fastest to code) is FileStreams, here is the link: http://www.google.com/search?hl=enq=file+streaming+api+68k On 8/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Okay, the next for me is attempting to save data from a Palm app. I was reading through the information

Controlling phone calls on the treo

2007-08-06 Thread Harold
I am writing a treo app that should detect when a user is attempting to make an outbound call, grab the number they are trying to call, and prevent the call from connecting until my app has finished processing. Anybody know how to do this, or whether it is even possible? I've figured out how