Array of forms

Started by Marc van Cauwenberghe, September 30, 2012, 01:57:42 PM

Previous topic - Next topic

Marc van Cauwenberghe

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

David Kenny

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

Marc van Cauwenberghe

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