SrmClose Slows the T5

2005-03-10 Thread Aryeh Teitelbaum
When I exit my program on my T5, I close the serial comm (RS232) and after that it returns to the OS. The performance after that are very very slow. If I don't call to SrmClose there is no problem apart of that I can't open the serial comm again without booting. What happens ? Aryeh -- For

display in the input area

2005-03-09 Thread Aryeh Teitelbaum
I want to display data (on my T5) in the input area, how I do that ? Aryeh -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: full-screen write

2005-02-02 Thread Aryeh Teitelbaum
Thanks Chris. - Original Message - From: Chris Apers [EMAIL PROTECTED] To: Palm Developer Forum palm-dev-forum@palm.lyris.net Sent: Sunday, January 30, 2005 10:20 PM Subject: Re: full-screen write The GoLCD API is available with the lastest SDK from PalmOne Go to

full-screen write

2005-01-30 Thread Aryeh Teitelbaum
How can I enable/disable the full-screen write mode in my progam ? Aryeh -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Uncompress problems

2005-01-19 Thread Aryeh Teitelbaum
I have problems uncompressing an application icon. My code is: if (BmpGetCompressionType(bmp)) != BitmapCompressionTypeNone) if (BmpCompress(bmp,BitmapCompressionTypeNone) != errNone) return 0; The Compression type is BitmapCompressionTypeScanLine. BmpCompress returns 1282. Aryeh

Re: Serial Wakeup handler crashed

2005-01-06 Thread Aryeh Teitelbaum
it at all. Aryeh Teitelbaum - Original Message - From: Dominique [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum palm-dev-forum@palm.lyris.net Sent: Thursday, January 06, 2005 2:09 AM Subject: Re: Serial Wakeup handler crashed I share your frustrations! Have you

Serial Wakeup handler crashed

2005-01-03 Thread Aryeh Teitelbaum
with OS 5.2.1. How can I upgrate my OS to 5.4, or how can I use the Wakeup handler for RS-232 serial port at my OS version? Thanks, Aryeh Teitelbaum -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Bitmap

2004-12-20 Thread Aryeh Teitelbaum
Thanks Logan. I used the rowBytes in place of the width and it works !! Aryeh - Original Message - From: Logan Shaw [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Thursday, December 16, 2004 8:12 AM Subject: Re: Bitmap [EMAIL PROTECTED] wrote: 1. I know we can

Re: Bitmap

2004-12-16 Thread Aryeh Teitelbaum
, and it certainly doesn't equal bitmapwidth / 2 for all 4-bit bitmaps, especially if bitmapwidth is an odd number!) I had a problem with bitmaps format storage . How can I know the line length if is it not constant ? There is any kind of compression used in bitmap storage ? Aryeh Teitelbaum

Re: Picture zooming

2004-12-14 Thread Aryeh Teitelbaum
Thanks Ben. Aryeh - Original Message - From: Ben Combee [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, December 13, 2004 6:42 PM Subject: Re: Picture zooming At 08:19 AM 12/13/2004, you wrote: Thanks Henk. But do you know about any API ready to be used ?

Re: Picture zooming

2004-12-13 Thread Aryeh Teitelbaum
Thanks Henk. But do you know about any API ready to be used ? On March was announced by the The Khronos Group about a 2D/3D graphics API standard for mobile multimedia applications, but I didn't found any real available tool. Aryeh Teitelbaum - Original Message - From: Henk Jonas [EMAIL

Picture zooming

2004-12-13 Thread Aryeh Teitelbaum
Any body knows how to zoom a picture ? A year ago I looked for tools without success, then I tried to build a function with partially succes due differences on pictures formats. There is now any available tool ? Thanks, Aryeh Teitelbaum -- For information on using the Palm Developer Forums

Re: pow of math.h function does not compile

2004-11-09 Thread Aryeh Teitelbaum
Thanks Ben , I came to the same conclusion. I found the MathLib sources at the CodeWarrior files, and I included some of them in order to use the pow function. Thanks also to Dave and Henk. Aryeh Teitelbaum - Original Message - From: Ben Combee [EMAIL PROTECTED] To: Palm Developer Forum

pow of math.h function does not compile

2004-11-08 Thread Aryeh Teitelbaum
I try to use the pow funcion, I made the math.h include, but it does not want to compile it. It says me function has no prototype. Anybody knows how to use it ? Aryeh Teitelbaum -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Re: pow of math.h function does not compile

2004-11-08 Thread Aryeh Teitelbaum
. - Original Message - From: Aryeh Teitelbaum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, November 08, 2004 10:08 AM Subject: pow of math.h function does not compile I try to use the pow funcion, I made the math.h include, but it does not want to compile

Want to draw in the bottom input area

2004-10-12 Thread Aryeh Teitelbaum
Anybody has information on how to convert the bottom input area into a regular screen ? I tried with this: WinSetCoordinateSystem(kCoordinatesOneAndAHalf) but it doesn't help, thanks Aryeh Teitelbaum -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Problems getting triggers pointer with 'LstNewList'

2004-07-18 Thread Aryeh Teitelbaum
have problems getting the pointer of the trigger control, when I create a dynamic popup list with the following function: error = LstNewList ((void **)frmP, 1811+i*3+2, 10, 40, 40, 80,stdFont, editLabel[i].total, 1811+i*3); There is any known problem with 'LstNewList' ? Thanks, Aryeh

Re: applications icons in the Application Launcher

2004-06-17 Thread Aryeh Teitelbaum
the bitmap handle of the large app. icon, and DmDatabaseInfo for the hidden bit check. Is that right ? Aryeh Teitelbaum - Original Message - From: Ben Combee [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 4:30 PM Subject: Re: applications icons

applications icons in the Application Launcher

2004-06-16 Thread Aryeh Teitelbaum
How can I get the icons (and app. icon name) of all applications appearing in the Application Launcher ? Aryeh Teitelbaum -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: 'MemGluePtrNew'

2004-06-15 Thread Aryeh Teitelbaum
Thanks Ben. Aryeh Teitelbaum - Original Message - From: Ben Combee [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, June 14, 2004 6:56 PM Subject: Re: 'MemGluePtrNew' At 12:49 PM 6/14/2004, you wrote: How a memory allocated by 'MemGluePtrNew', is freed

'MemGluePtrNew'

2004-06-14 Thread Aryeh Teitelbaum
How a memory allocated by 'MemGluePtrNew', is freed ? Aryeh Teitelbaum -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Bitmap zooming

2004-06-08 Thread Aryeh Teitelbaum
Thanks David Aryeh Teitelbaum - Original Message - From: David Fedor [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 12:01 AM Subject: Re: Bitmap zooming If you're looking for an API that is going to make this simple, you're out of luck

Re: Bitmap zooming

2004-06-07 Thread Aryeh Teitelbaum
Thanks Aryeh Teitelbaum - Original Message - From: Tim Kostka [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, June 07, 2004 7:32 AM Subject: Re: Bitmap zooming If you're looking for an API that is going to make this simple, you're

Bitmap zooming

2004-06-06 Thread Aryeh Teitelbaum
How can I zoom a bitmap in and out ? Aryeh Teitelbaum -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Contacts Exchange Manager

2004-06-03 Thread Aryeh Teitelbaum
application, and my application has to decide and send commnads to the Contacts app. 2. How can I zoom a bitmap, in and out ? Thanks, Aryeh Teitelbaum Jerusalem college of Technology - Machon Lev -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com

Re: Palm OS low lwvwl funcionality

2004-05-27 Thread Aryeh Teitelbaum
Thanks for your answers, Aryeh Teitelbaum Jerusalem College of Technology - Machon Lev - Original Message - From: Ben Combee [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, May 24, 2004 6:39 PM Subject: Re: Palm OS low lwvwl funcionality At 11:41 AM 5/24

Palm OS low lwvwl funcionality

2004-05-24 Thread Aryeh Teitelbaum
. There is a way to run two applications at the same time ? Thanks for your help, Aryeh Teitelbaum Jerusalem College of Technollogy - Machon Lev -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/