[Gambas-user] new label

2009-08-14 Thread abdurrahman ulusoy
hi.  When user click a button create  a new label, and when click on this label user see a new text. how can i do this. (label quantity more then one  ) ___ Yahoo! Türkiye açıldı! http://yahoo.com.tr İnternet üzerindeki en

Re: [Gambas-user] new label

2009-08-14 Thread Fabien Bodard
public sub btn_click() dim lbl as label lbl=new label(me) as lbl end public sub lbl_click() print Last.name end 2009/8/14 abdurrahman ulusoy uluso...@yahoo.com: hi. When user click a button create  a new label, and when click on this label user see a new text. how can i do this. (label