Re: Fluid Application Environment 3.0.alpha1 Released!
- Posted by useless_ Oct 12, 2013
- 2554 views
[21:02] <useless-afk> i *was* curious, until you said i couldn't run two or more widgets of the same code
I don't understand what you meant there. You don't "run" widgets, and you don't put code "in" them. You tell the gui to create them, and you create event handlers that the gui calls when a widget sends an event. Any code that the widgets "have" is in the widget library and the individual widget class libraries, not in your application. You can create multiple instances of things, as long as each widget has a unique name ("winDownload1", winDownload2", etc.). Because widget names are strings, you can use normal string handling techniques to deal with them.
So we cannot edit the widget library? What are the penalties for doing so?
useless