On Sep 26, 2005, at 10:33 AM, Henk Jonas wrote:
Hm, where do you call your paint function? It's not clear to me from your post.

Hi Henk,

In the function which serves as the event target for that form there is a switch on the formID which then can call a simple function like below.

DrawForm()
{
FormPtr frmP;
frmP = FrmGetActiveForm();
if(frmP)
FrmDrawForm (frmP);
}

The point is we never get that far - the app has crashed before the first line of this code executes.

Thanks for your interest!

Lance Drake

Reply via email to