Re: how in hell's name do you display a freaking simple fucking bitmap on palm?

2006-02-15 Thread Alexandre Rousseau
"Fackerz",Writing bitmaps to the screen? That's got to be one of the easiest things to do on a Palm. When a bitmap is in a resource file (and you have to do those right, plus remember that there is a limit to resource bitmap size), you need to do this (freebie alert):void UiPaintBitmapResource (Win

re: Call waiting notification treo650?

2006-02-15 Thread Venkatesh NKN
i am using PODS1.1, came with SDK5. if you are asking about treoSDK, I just copied the directories into palmos5sdk directory. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: how in hell's name...

2006-02-15 Thread Lance Drake
Hi fackerz, Lots of people draw bitmaps on the Palm. The fact you're having a difficult time is sad. Take a walk, think about something else. Let your mind work for you. Perhaps you can break down the problem by drawing a single pixel - then figure out where is the disconnect between

Re: how in hell's name do you display a freaking simple fucking bitmap on palm?

2006-02-15 Thread Richard Coutts
i've tried the bitmap drawing method in the help. btw i'm programming on 68K. it seems that whatever i do it cannot find the bitmap i created, although i have already set the damn thing on the resource editor and appresource.h. it always cannot find the bitmap so no image can possibly be disp

how in hell's name do you display a freaking simple fucking bitmap on palm?

2006-02-15 Thread fackerz
the hell, it seems that whatever i do i can't display an image. i've tried the bitmap drawing method in the help. btw i'm programming on 68K. it seems that whatever i do it cannot find the bitmap i created, although i have already set the damn thing on the resource editor and appresource.h. it a

Re: VFS and Internal Memory

2006-02-15 Thread Tinnus
The Zodiac has 2 external slots and 1 internal volume.2006/2/15, Brandon Schmidt <[EMAIL PROTECTED]>: Thanks for the info.  Follow-up question:1)  Do any Palm devices have more than one internal NVFS or more than one external NVFS?--For information on using the PalmSource Developer Forums, or to un

CW 9.3 expanded modes

2006-02-15 Thread Richard Coutts
I recently upgraded to CW 9.3 and see that there's now two expanded modes to choose from: * Expanded Mode (A4/A5-relative data) * Expanded Mode with A5-based Jumptable While I have a literal understanding of the two, is there an advantage of using one over the other? I'm guessing that the A

re: Janeiro impressions

2006-02-15 Thread David Oldis
Thanks for the response. It's too bad that Palm Source is dropping the ball. David -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Application still running if another app is opened during an alarm call

2006-02-15 Thread Andreica Cristian
A want to set my app to respond to an alarm. At the alarm time, if another app is launched, i want to show my app, and after I finished to use it, i want to go back in the first app without loosing the data. It is possible? Any idea about ? Thanks for your time. -- For information on using t

Re: VFS and Internal Memory

2006-02-15 Thread Martin Saxon
Brandon Schmidt wrote: > Thanks for the info. Follow-up question: > > 1) Do any Palm devices have more than one internal NVFS or more than > one external NVFS? The T5 at least has two internal NVFS (one of which is hidden). -- Martin 'music' at www.martinsaxon.co.uk -- For information on

Blog: Electronic Product Dev

2006-02-15 Thread tsonderskov
You may be interested in a new blog covering electronic product development: http://jtsystem.blogware.com/ Cheers, Torben. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Development for Palm Zire 71 - Needing Help

2006-02-15 Thread Borszczuk
On Wednesday 15 of February 2006 20:28 [EMAIL PROTECTED] wrote: > Can i use the Palm OS Developer Suit 1.2, to develop a program for a Palm > Zire 71? If not, what are the other alternatives for developing in the OS > 5.2.1? Thanks! Yes, you can. But I still find "classic" way (*good* editor+pilr

Re: VFS and Internal Memory

2006-02-15 Thread Brandon Schmidt
Thanks for the info. Follow-up question: 1) Do any Palm devices have more than one internal NVFS or more than one external NVFS? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Algorithm for TxtCompare

2006-02-15 Thread Dave Carrigan
I need to create databases on the desktop that are sorted in the same order that they would be sorted on PalmOS using TxtCompare and TxtCaselessCompare. The TxtCompare docs say that it uses up to 6 comparison tables for sorting. However, I can't find any information on what those tables are. I do

Re: Debugging when simulator crashes?

2006-02-15 Thread Jennifer Wilson
I know with the Tungsten C simulator there is usually a log file in the same directory as the simulator itself. On 2006-02-15 08:47:51 -0600, "Robert Baruch" <[EMAIL PROTECTED]> said: I have FrmCloseAllForms already :( Rather than trying to add or subtract code based on guesses as to what

Development for Palm Zire 71 - Needing Help

2006-02-15 Thread mauricio_zequim
Hi! Can i use the Palm OS Developer Suit 1.2, to develop a program for a Palm Zire 71? If not, what are the other alternatives for developing in the OS 5.2.1? Thanks! -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/foru

MemoryMgrNew

2006-02-15 Thread Nicolás Balparda Bossi
I'm getting a FatalAlert wiht the message: "MemoryMgrNew.c", Line: 4177, Free Handle"   Any ideas?   Thanks  Nicolás   -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Newbie to Palm - VS2005 Compatability

2006-02-15 Thread Al Smith
> The maker of the Palm Treo 700w device is Palm (formely Palm One) > The Maker Palm OS is Palm Source (if it is still the proper name) > They are two defferent compagnies. Thank you so much! I was really confussed between the two - and the two web sites - but things are starting to make sense.

re: Janeiro impressions

2006-02-15 Thread ll
The emulator is far from a useful finished product, but there has been no new release since Inside Track began. Inside Track itself is rarely updated - it is not some special place where the real developer support is to be found. It has not been worth $1.49 to us. Palm and PalmSource do not seem

RE: Debugging when simulator crashes?

2006-02-15 Thread Robert Baruch
I have FrmCloseAllForms already :( Rather than trying to add or subtract code based on guesses as to what the problem might be, I'm looking for a rational procedure to follow when Simulator crashes. Anyone? Thanks, --Rob -- For information on using the PalmSource Developer Forums, or to uns

RE: Timer

2006-02-15 Thread Nicolás Balparda Bossi
Thanks Bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Moynihan Sent: Miércoles, 15 de Febrero de 2006 12:38 p.m. To: Palm Developer Forum Subject: Re: Timer Nicolás Balparda Bossi wrote: > Could anyone give me some advice on how to use a tim

Re: How to install Applications (*.prc) files in code?

2006-02-15 Thread Mike Margerum
1.create a feature pointer the size of the prc about to come down. feature points aren't restricted to 64k 2. dmwrite the downloaded bytes into it 3. call dmcreatedatabasefromimage 4. free feature pointer. [EMAIL PROTECTED] wrote: I get Application from server to palm os client and I want to i

Re: Timer

2006-02-15 Thread Robert Moynihan
Nicolás Balparda Bossi wrote: Could anyone give me some advice on how to use a timer on palm? I really cant find anything useful :( Have you looked at the "Alarm Manager" part of the Palm OS Reference? You set an alarm (or we could say 'timer') using "AlmSetAlarm()" and then, when the time

Re: Assembler Error: Value of -35828 too large for field of 2 bytes

2006-02-15 Thread Aaron Ardiri
On 2/15/06, Jagat <[EMAIL PROTECTED]> wrote: > if instead of 10k code written directly, I write a function and call that > from option 1 ? yes. your compiler can handle cross segment function calls. switch statements on the other case are normally written using lookup tables; and, almost every com

Re: Newbie to Palm - VS2005 Compatability

2006-02-15 Thread Al Smith
Thanks Dean! Your comments have helped a lot. I guess what I need is an article expanding on what you stated so I can get more of the complete picture. Every bit helps. Thanks again, Al "Dean Gahlon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> I understand that vs2005 can

Re: Assembler Error: Value of -35828 too large for field of 2 bytes

2006-02-15 Thread Jagat
if instead of 10k code written directly, I write a function and call that from option 1 ? - Original Message - From: "Aaron Ardiri" <[EMAIL PROTECTED]> To: "Palm Developer Forum" Sent: Wednesday, February 15, 2006 7:20 PM Subject: Re: Assembler Error: Value of -35828 too large for fi

Re: Assembler Error: Value of -35828 too large for field of 2 bytes

2006-02-15 Thread Aaron Ardiri
> Who knows what that means? I avoided the errors by adding a "-O1". > But how come? this error occurred due to the size of the code. if you have a function thats greater than 32kb, chances are that you may have a switch statement that has a large amount of code inside it. all jumps in 68k are do

Timer

2006-02-15 Thread Nicolás Balparda Bossi
Could anyone give me some advice on how to use a timer on palm? I really cant find anything useful :(   Thanks  Nicolás   -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

New to Palm - Need advice on how dev project

2006-02-15 Thread aldtrust
Hi all, I am new to Palm. In fact, I've never owned nor have I programed one line of code for a Palm. I do have much experience on the PC platform. I've got a new project I've taken up for a service oriented company. The backend data is stored on a database server using MySQL. Where I need