Greetings.
Currently there is this bug in our phone application.
Launch phone application. Open another form using FrmPopupForm on top of the phone's main form. When a modal dialog is created using FrmAlert, memory reallocation happens. (The modal dialog doesn't even appear on the screen.)
It crashes in the following code: if(FrmAlert(WAPSettingMsgAlert) == WAPSettingMsgCancel) error = errNone;
Can someone help me on this?
The FrmAlert call in the operating system creates a dynamic form and populates it based on the contents of the alert resource. This will cause memory to be allocated, both for the transient form and to save the bitmap of the screen that the alert will obscure.
Without knowing more of the details of the system state when this happens, we can't provide any additional help.
-- Ben Combee, senior DTS engineer, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
