Re: Palm Certification ???

2007-01-08 Thread Aaron Ardiri
On 1/9/07, Shruti Wadhwa <[EMAIL PROTECTED]> wrote: Hi All, I don't know whether to post this here or not, but i really need your views. I just want to know that how effective is Palm Certification ? Should i go for it or not ? I am in dilema , please send your views so that i can set my vision.

Palm Certification ???

2007-01-08 Thread Shruti Wadhwa
Hi All, I don't know whether to post this here or not, but i really need your views. I just want to know that how effective is Palm Certification ? Should i go for it or not ? I am in dilema , please send your views so that i can set my vision. Thanks Shruti _

Re: Html support to PlamOS

2007-01-08 Thread James Fisher
Hi, what are you trying to do? We supply Palm with the html rendering engine that they use for the User Guide, MyTreo application and Quick Tour, QuickSetup applications. James wini wrote: Hi!!! Can anybody plase help me, I am in trouble. How does HTML 3.2 supprts to plam OS programming? Can

test my treo posting

2007-01-08 Thread yinxiang
posting -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Html support to PlamOS

2007-01-08 Thread wini
Hi!!! Can anybody plase help me, I am in trouble. How does HTML 3.2 supprts to plam OS programming? Can I am able to display an HTML page in my palm application? wat ever anybody know please tell me in detail... thanks In advance -- For information on using the PalmSource Developer Forums, or t

Has anybody multiple sleep request notification?

2007-01-08 Thread yinxiang
Hi everybody: I'm using Treo 600, and trying to make some app. on it.Recently I add I use sysNotifySleepRequestEvent to do my job, but I found the result is always be odd. I add "SndPlaySystemSound(SndSysBeepType(1));" to my event handler, I found even if I only catch the sysNotifyS

segmentation hang me out

2007-01-08 Thread Durgesh Trivedi
Frm last some day i m strugling with the segmentation but not get succeed i got 1 example in the palm database 4 PNO but it not include global variable in it But during segmentation my global variable are creating problem and in the forum some 1 suggest me to use the feature manager but still

Re: jpeg decompress library for palmos ?

2007-01-08 Thread Dmitry Grinberg
hello, > Dmitry Grinberg: > >IJG has code you can use to decode a jpg one line at a time. stick that > >into an armlet and use. > > Can i use this code in my 68K project in PODS ? > How can it be done ? > Does a lot of changes need to be done ? no changes at all, it compiles as is i believe.

Re: jpeg decompress library for palmos ?

2007-01-08 Thread Regis St-Gelais
Marcin, here are some answer to your questions 1- when you say "my program has to be in 68K ", is it because your application need to support pre OS 5 devices? (thats my case, thats in part why I never ported jcpalm and jdpalm to pno) 2- I don't think you would see significant differences with

ANS: PODS launches simulator debuggerMI VERY slowly netstat

2007-01-08 Thread Bill Myers
If this is already posted I sure couldn't find it anywhere. I was having a problem with any emulator or simulator launching from PODS VERY VERY slowly, it would take about 2 minutes. I finally figured out how to fix this. I'm on XP enUS. For me, it was a netstat / DNS resolution issue. 1

Re: jpeg decompress library for palmos ?

2007-01-08 Thread Marcin
Regis St-Gelais: > As you already know, jdpalm and jcpalm are in 68K code. > I never had the time to convert them into pno :( [...] Unfortunately my program has to be in 68K :/ So is it possible to read jpeg faster ? I'm not very into palm programming, but i guess that if i use static library (

Transperancy Issue

2007-01-08 Thread Anoop
Hi all, I have been working on the issue in handling the transparency of the bmp images in device for a long time. Someone please guide us in resolving this issue. I have created an offscreen window to cut a small portion of the bmp and display in the active window at the specified loca

Re: Http connection

2007-01-08 Thread Greg
Try http/https from pdadevelopers.com. It is really simple to use. I am using it to sync data with a web server. Only negative is it can only handle a max of 64k. The developer has promised a fix for this but I have not heard from him in a couple of weeks. Greg -- For information on using the

Re: jpeg decompress library for palmos ?

2007-01-08 Thread Regis St-Gelais
"Marcin" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Hello. > What i need is to decompress big jpeg image from memory card (VFS), but i > cant store the whole decompressed data in memory (or the whole file) > because > of it potential size (few MB) > > i have to proce

Subject: Re: CW 9.3 link error mixing Constructor and PilRC resources

2007-01-08 Thread Michael Yokoyama
Perhaps you could split up the multi-tabbed setup form into five forms, and implement the tabs in a way that jumps from setup form to setup form. I have written an application which uses this scheme and it worked. Luc Le Blanc wrote: >I have a multi-tabbed setup form where it makes sense to regro

Re: jpeg decompress library for palmos ?

2007-01-08 Thread Dmitry Grinberg
IJG has code you can use to decode a jpg one line at a time. stick that into an armlet and use. On 1/7/07, Marcin <[EMAIL PROTECTED]> wrote: > > Hello. > What i need is to decompress big jpeg image from memory card (VFS), but i > cant store the whole decompressed data in memory (or the whole file)