Re: dynamic UI inconsistencies

2002-04-03 Thread Ellen Dash
WinDrawPixel, which works only on 3.5 and later (3.5 New Feature Set), draws in the current draw window using the current foreground color. So, make sure that the ROM is for 3.5 or later, the current draw window is the one you think it is, and that the current foreground color is something you

Re: dynamic UI inconsistencies

2002-04-03 Thread Ellen Dash
Nevermind again ... upon closer inspection, the lines were a dark purple. Pixels and chars show in my other ROM which has no color. Thanks for the tip. Ellen _ Join the world’s largest e-mail service with MSN Hotmail.

dynamic UI inconsistencies

2002-04-02 Thread Ellen Dash
Hi, I have been developing an application which dynamically constructs its UI based on passed in data. I have been developing with POSE 3.4 with the 3.5 color debug ROM and with the ROM from my Visor Neo. I dynamically create a popup trigger along with a list. This works fine on both ROMs

Re: dynamic UI inconsistencies

2002-04-02 Thread Ellen Dash
Ooops... resolved the popup trigger problem. (Don't ask.) Still have the pixel problem though. Can anyone use WinDrawPixel in POSE? Ellen From: Ellen Dash [EMAIL PROTECTED] Reply-To: Palm Developer Forum [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Subject: dynamic UI

dynamic popup trigger

2002-03-25 Thread Ellen Dash
Hi, I am trying to dynamically create a popup trigger, but don't see any kind of API for setting the listid in the popup. Has anyone had success doing this? Thanks, Ellen _ Chat with friends online, try MSN Messenger:

Re: resource db help

2002-03-22 Thread Ellen Dash
Matt, I thought I had dug through the archives before I posted - but taking your advice, I went and dug some more. I found examples (signature, PalmPaint) where bitmaps are saved to Records - but not as a Resource. I need to make my bitmap a resource so that I can use it to dynamically

resource db help

2002-03-21 Thread Ellen Dash
Hi, I hope someone can help out here.. I've been beating my head on this problem for far too long. I need to create a dynamic bitmap and store it in a resource DB. The problem is that I have a pointer to the bitmap, and to stuff it in the resource DB with something like DmAttachResource, I

how to save bitmap to resource db?

2002-03-20 Thread Ellen Dash
I would like to be able to create a bitmap dynamically and then save it to a resource database. I have something like: -- void SaveBitmap () { BitmapType *bmpP; WinHandle win; Err error; RectangleType onScreenRect; // making a simple bw (depth=1)

dynamic bitmaps

2002-03-19 Thread Ellen Dash
Hi, I would like to be able to create a bitmap dynamically - in some cases it will be a bitmap on a form, in other cases it will be a bitmap to be used in a graphic button. For now, I'm just trying to get the form bitmap to work. I am creating the bitmap, using Win draw functions to draw the