At 8:20 PM +0100 26-01-00, Mike Davis wrote:
>I have a main form that has a field at the top of the display.
>When the cursor is in the first position AND I open a Modal Form
>that covers the main form then return to the main form, the cursor
>background color is changed.

I think what's happened is that the cursor is 'undrawing' some colors from
the modal form.  On debug ROMs, modal forms (dialogs) have a different
background color.

The blinking caret actually saves the bits under the caret, then draws the
vertical line, then 'erases' itself by restoring the bits under the caret.
So if the bits were saved from the dialog, then restored to the form, you'd
see this effect.

I think it means you're not closing down the field in the dialog properly.
The caret is normally disabled before the field closes.

                                --Bob



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to