choosing between which window is done by using a specific LTextButton
problems I get:
1) How do I tell LMultiViewPane that it has many instances of the same
window
2) How do I set a LRadioGroup that will group dynamically created
LTextButtons (I don't know how many buttons I'll have)
thanks in advance
Elad
Take a look at my http://www.turbozen.com/sourceCode The
ViewColumnDivider example is similar to what you are describing.
> problems I get:
> 1) How do I tell LMultiViewPane that it has many instances of the same
> window
Since you create the subViews dynamically, you can just insert them with
AddPanel().
> 2) How do I set a LRadioGroup that will group dynamically created
> LTextButtons (I don't know how many buttons I'll have)
Use an LRadioGroupView as the container, and its children are
automatically grouped.