Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problems with dynamic content with powerplant

0 views
Skip to first unread message

garg

unread,
Jul 9, 2006, 11:20:27 AM7/9/06
to
I have a specific window I want to duplicate many times, all instances
should have the same logic

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

David Phillip Oster

unread,
Jul 9, 2006, 11:37:35 AM7/9/06
to
In article <1152458427.7...@p79g2000cwp.googlegroups.com>,
"garg" <elad...@gmail.com> wrote:

Take a look at my http://www.turbozen.com/sourceCode The
ViewColumnDivider example is similar to what you are describing.

David Phillip Oster

unread,
Jul 9, 2006, 11:42:02 AM7/9/06
to

> 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.

garg

unread,
Jul 11, 2006, 2:58:34 AM7/11/06
to
thanks

0 new messages