On Tue, Feb 10, 2004, Chris Hawks wrote: Chris:
You might want to change your mail alias for plucker-dev... ;-) > Is the problem you saw in FsFormInit() the fact that WinGetDrawWindow() > returns NULL if it's called before the form is drawn?? It shouldn't be called before FrmDrawForm. Move the following code to the line before the WinGetDrawWindow call and everything will be OK, backButtonIndex = FrmGetObjectIndex( fsForm, frmFullscreenBack ); FrmHideObject( fsForm, backButtonIndex ); FrmDrawForm( fsForm ); /Mike _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
