[Gambas-user] Add objects to a scrollview
Ron Onstenk
ronstk at ...239...
Fri Sep 8 18:36:13 CEST 2006
On Friday 08 September 2006 13:43, rolf wrote:
> Hi everybody out there,
>
> still fighting with objects I would like to ask if someone can give me a hint,
> how to add objects like comboxes, textlabels... to a scrollview dynamically
> at runtime. BTW the scrollview itself is element of a tabstrip.
>
> Many thanks for your suggestions
> Rolf
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
dim frm as form
dim tabs as tabstrip
dim scv as scrollview
dim cbox as cpmbobox
dim lbox as ListBox
frm = new Form()
tabs = new TabStrip(frm)
scv = new ScrollView(tabs)
cbox = new ComboBox(scv)
lbox = new ListBox(scv)
Ron
More information about the User
mailing list