Re: Visor 16bit color problem

2001-06-17 Thread Miron Ophir
Dear Mr. Ardiri, Thank you for your advise. We tested the device with toggle and it is supporting the 16 bit screen depth. This was expected as a starter application we wrote is also able to change screen depth to 16 bits. The problem is that we have a large application (~300 k, 11 segments)

ftrset/ftrget and Hacks/Callbacks

2001-06-17 Thread Oren P
Hi, While working on a serial callback, and having weird crash problems I've found that following: FtrGet sometimes just won't return from the call, when invoked from the serial callback. I have managed to go around it by eliminating the Feature access from the callback, but would appreciate

Re: Visor 16bit color problem

2001-06-17 Thread Aaron Ardiri
Thank you for your advise. We tested the device with toggle and it is supporting the 16 bit screen depth. This was expected as a starter application we wrote is also able to change screen depth to 16 bits. The problem is that we have a large application (~300 k, 11 segments) which fails to

Re: VFS manager: how to register a default directory and use it?

2001-06-17 Thread Tom Zerucha
On Wed, Jun 13, 2001 at 08:53:47PM +0400, Evgeny Rokhlin wrote: Hello, All! Hi All, I'm currently updating some program to make it use the VFS. The program uses a .pdb file and I'd like to let the user place this file on the SD card. So I'm trying to register a default directory on the SD

Re: Better algorythm for drawing?

2001-06-17 Thread Dreemhaus
I always just draw a thin rectangle. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Gamma Correction on the Color devices?

2001-06-17 Thread Tom Zerucha
I know that there is a call which converts the RGB 24 bit data into an index, but does it apply any gamma correction for the screen when it selects a web-safe-palette index (or 16 bit color modes)? Are there gamma correction values for the various devices? I have some pics that are coming out a

Re: Hey! How do you draw a circle with code?

2001-06-17 Thread The Armadillo With The Mask
Jim Schram wrote: At 12:06 PM -0400 2001/06/16, [EMAIL PROTECTED] wrote: How do you draw a circle with code? You know like the line commands like WinDrawLine(x,y,x,y)? Thanks! The Palm OS does not include an API to draw a circle, so you have to implement this yourself. A good

Re: Accessing form struct members

2001-06-17 Thread manikumar
Hi, You can check the attribute visible, using the function FrmVisible. --Boolean FrmVisible(const FormType *formP) - returns true if form is visible else false A probable way to replace formP-window.windowFlags.modal is : WinHandle winh; Boolean mod;

The CW segment that wouldn't die

2001-06-17 Thread P. Alan Johnson
I've created a segment in my CW7 project. Now I cannot delete it. I can right click and select delete or highlight it and delete it with the Delete key and the segment disappears. However if I change targets then back again or exit CW then start it again, the segment returns. Has anyone run into

Palm shareware authors forum?

2001-06-17 Thread Nick Hoggard
I can't find any forums specifically for palm shareware authors. Is there any interest in creating one? And does anyone out there know how to? Nick H _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- For

RE: Palm shareware authors forum?

2001-06-17 Thread P. Alan Johnson
There is the Palm Entrepreneur's Forum. Visit http://www.markspace.com/pef/ for more information. If you have specific questions about PEF, I'd be happy to answer them. --Alan == Alan Johnson handsbreadth [EMAIL PROTECTED] www.handsbreadth.com

Do I have to trap ALL the handlers?

2001-06-17 Thread Grant Beattie
I need to write a driver that allows for the remote tapping of various controls/menus on the screen (the Palm is behind a display case at a science center). The Palm could be running a variety of applications (not written here). I have been able to get so far as to get the virtual or remote pen

Tables - PopUpTrigger - Dynamic List Problem

2001-06-17 Thread Vini Bhatnagar
Hi , Is it possible to have a table column with type PopUpTrigger and link it to a list that has custom draw function ? The reason is I have to populate different contents in the list depending on the selected row. I have a column in a table thats of type PopupTrigger. In the Init of the