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

Oops.  When I call the correct gui library, this works fine.
Thank you.

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