The form exists, "AboutFormID" is a constant I defined in a .h file. 
The form appears and everything works but I get the warning I 
mentioned in the Subject line of this message.

I just remembered something else that it's doing. Maybe this is a 
separate problem? When the dialog goes away, there's no update event. 
So my program doesn't redraw the form underneath after the dialog 
form is deleted. Shouldn't there be a frmUpdateEvent?

Here's the code again:

void SplashAboutBox()
{
FormPtr frmP;

        frmP = FrmInitForm( AboutFormID );
        FrmDoDialog( frmP );
        FrmDeleteForm( frmP );
}

Eric

At 8:12 AM -0400 5/31/00, Jason Davidson wrote:
>I know that this is probably not the case but make sure that the Form that
>you are trying to show actually exist.  Ant the name of the Form you are
>using is correct because AboutFormID does not look correct. It should be
>something like FormAboutFrm.


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to