by David Phillip Oster <oster@[EMAIL PROTECTED]
>
Jul 9, 2006 at 03:42 PM
In article <1152458427.769847.282540@[EMAIL PROTECTED]
>,
"garg" <eladmena@[EMAIL PROTECTED]
> wrote:
> 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.