On Mon, Feb 14, 2005 at 11:46:16PM +0000, Robert Parlett wrote:
> On Monday 14 February 2005 22:46, Wendell Turner wrote:
> > In the v11 gui, can I have dynamic tabs?
>
> You do need to initialize any dynamically added components (including a 
> TabSet) by calling init(), resize() and firstly().   So if ts is the TabSet 
> then the following should work
> 
>       t := TabItem("label=Something")
>       ts.add(t)
>       t.init()
>       t.resize()
>       t.firstly()
>       ts.resize()

No, this doesn't work for me.  I get
  invalid field name
on the t.init call.

Wendell



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Unicon-group mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to