PlanetSquires Forums

Support Forums => General Board => Topic started by: Marc van Cauwenberghe on September 30, 2012, 01:57:42 PM

Title: Array of forms
Post by: Marc van Cauwenberghe on September 30, 2012, 01:57:42 PM
And now for something completely different  ;)

I am trying to make a small card game. My cards will be forms that I will generate when the game starts.
Is it possible to have an array of generated forms?

Thanks for any answer.
Marc
Title: Re: Array of forms
Post by: David Kenny on October 20, 2012, 04:17:02 PM
Marc,

Just to be clear, if you are generating them at run-time, then FF won't be generating code for them.

That being said, FF doesn't stop you from creating forms on the fly as full PB is still available to you.  You can even add controls to FF forms.  You just have to write the code to create and manage them yourself (stored in a FF module for instance).  You can create any form arrays you can dream up.  :D

David
Title: Re: Array of forms
Post by: Marc van Cauwenberghe on November 02, 2012, 07:00:03 AM
Hi Kenny,

Sorry for not replying sooner. I finally skipped out of doing it that way. To difficult, Have indeed been spoiled by FF.
It takes care of a lot of things.

Thanks for replying.
Marc