PlanetSquires Forums

Support Forums => General Board => Topic started by: Frank Applin on March 02, 2011, 04:25:51 PM

Title: New to FireFly and PB for Windows
Post by: Frank Applin on March 02, 2011, 04:25:51 PM
Hi,

I am a long time programmer. I just haven't done Windows API programming in about 17 or 18 years. I have been a PowerBuilder/VB/C# programmer since the old days.

Is it possible that someone demonstrate how to open one form (with a callback) from a "main" form (preferably in FireFly)? All the examples seem to entail just one form.

Thanks,

Frank
Title: Re: New to FireFly and PB for Windows
Post by: Frank Applin on March 02, 2011, 04:27:48 PM
btw - I'm basically trying to re-create the PowerBasic EchoServer example in FireFly. I want a main form with a menu option to start the TCPIP server.
Title: Re: New to FireFly and PB for Windows
Post by: Paul Squires on March 02, 2011, 08:22:09 PM
Hi Frank,

There is a help file topic called "Multi-Form Project" located under the "User Reference Guide" section. It talks about how to display and subsequently close the popup forms that you spawn from the main form. Hopefully that topic describes the process okay.


Title: Re: New to FireFly and PB for Windows
Post by: Frank Applin on March 03, 2011, 08:54:07 AM
Thanks, Paul. I see it now!