[Gambas-user] Create Event

2010-09-02 Thread Reynaldi Jansen
Hello again. I have a form and textarea with tabstrip as parent... Then i create textarea1_cursor event in the first textarea... When user invoke to open new tab.count, it will create a new textarea... DIM hTextArea as TextArea TabStrip1.count += 1 hTextArea = NEW TextArea(TabStrip1) My questio

Re: [Gambas-user] Need help on Tabstrip

2010-08-28 Thread Reynaldi Jansen
8 agosto 2010 10:57:29 Reynaldi Jansen ha scritto: > > > > Hello. > > > > > > > > I want to ask how to copy control in tab to another tab? > > > > I have a tabstrip with textarea, and when user want new tab, i want > it > > > > create a ne

[Gambas-user] Need help on Tabstrip

2010-08-28 Thread Reynaldi Jansen
Hello. I want to ask how to copy control in tab to another tab? I have a tabstrip with textarea, and when user want new tab, i want it create a new tab with textarea too inside the new tab... I don't have any idea how to do this on gambas... Sorry for a poor question :-( Thanks! -