PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Anthony Billingsley on May 08, 2013, 01:27:32 AM

Title: Showing a Form Construct
Post by: Anthony Billingsley on May 08, 2013, 01:27:32 AM
Looking through FF example programs I came across this construct for displaying a form

frmFind_Show hWndForm, %FALSE

I haven't been able to find any information on it.  Where do I need to look?  I've looked through PB, FF and WinAPI help files without finding anything.  I did find FF_CLOSEFORM in the function library.  I'm kind of surprised that I didn't find something like FF_OPENFORM or FF_DISPLAYFORM.

Thanks,
Tony
Title: Re: Showing a Form Construct
Post by: Israel Vega Alvarez on May 08, 2013, 02:20:10 AM
In help of Firefly you can see...User Reference Guide - Displaying Forms.

Title: Re: Showing a Form Construct
Post by: Anthony Billingsley on May 08, 2013, 02:27:05 AM
Thanks, not sure how I missed that.