Re: Making my own IDE...

2003-09-27 Thread John McDowell
Baxter, I've heard of PilotMAG. What's your experience been with it? John Mc Baxter [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Take a look at PilotMAG. It's a front-end for the prc-tools/cygwin compiler. It was $25 when I bought it. --

Re: bitmap movie

2003-08-15 Thread John McDowell
Message - From: John McDowell [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 4:12 PM Subject: bitmap movie I have a series of bitmaps which when run one after another form a crude movie. I put them into a loop

bitmap movie

2003-08-14 Thread John McDowell
I have a series of bitmaps which when run one after another form a crude movie. I put them into a loop and I would like the movie to keep running until the user taps the screen. What is the best way to break out of the loop? John Mc -- For information on using the Palm Developer Forums, or

Hide DB content

2002-10-16 Thread John McDowell
to change the db and app in some way? John McDowell -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

repeating button code

2002-10-09 Thread John McDowell
I'm trying to get the Up/Down repeating buttons to scroll a field. So far I've found examples that scroll tables but none that scrolls a field. Can someone send me example code or suggest example code for the above? Thanks in advance, John McDowell -- For information on using the Palm

TxtSetNextChar

2002-09-27 Thread John McDowell
functions? while (i l) { for (j = 1; j 8 i l; j++) { k = TxtGetNextChar(s, i, ch); k = TxtSetNextChar (eStr, j, ch); ++i; } err = EncDES(eStr, deskey, dStr, false); if (i 8) StrCopy (tStr, dStr); else StrCat (tStr, dStr); } John McDowell -- For information on using the Palm Developer

newline in string resource

2002-09-09 Thread John McDowell
I have a string resource that I would like to add some simple formatting to with newlines. Is this possible? I'm using \n but am getting errors. John Mc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/