Replying to myself for the case somebody is interested. First of all it really seems to be if not a bug then at least a "feature" of T3. It demonstrates in 320x480 mode:
When showing an alert (FrmCustomAlert), the OS shows the dialog at the very bottom and then draws over it the status bar. As it is a modal dialog with hidden form pointer, we cannot properly react in the DIA notifications handler. However, this solution seems to work: Boolean g_bTungstenT3 = true ; if( g_bTungstenT3 ) StatShow() ; // Display alert dialog if( g_bTungstenT3 ) StatHide() ; In case the graffiti state is apriori unknown, it can be tested with StatGetAttribute(). I would prefere a better solution (suppressing the status alltogether), but could not find any. Jan Slodicka ----- Original Message ----- From: "Jan Slodicka" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, March 31, 2004 11:33 AM Subject: FrmCustomAlert partially off screen in the T3 full-screen mode > Hello, > > when calling FrmCustomAlert on T3 in the full-screen mode (graffiti area > hidden), the alert dialog is drawn partially off the screen. > > Does somebody know how to prevent this behavior? (Except writing own dialog > resource as that causes unnecessary code increase.) > > > With best regards, > Jan Slodicka > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
