Re: [Gambas-user] Need help on Tabstrip

2010-08-29 Thread Stefano Palmeri
Il domenica 29 agosto 2010 14:01:26 Benoît Minisini ha scritto: > > Il sabato 28 agosto 2010 22:05:28 Benoît Minisini ha scritto: > > > > Il sabato 28 agosto 2010 10:57:29 Reynaldi Jansen ha scritto: > > > > > Hello. > > > > > > > > > > I want to ask how to copy control in tab to another tab? > > >

Re: [Gambas-user] Need help on Tabstrip

2010-08-29 Thread Benoît Minisini
> Il sabato 28 agosto 2010 22:05:28 Benoît Minisini ha scritto: > > > Il sabato 28 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 >

Re: [Gambas-user] Need help on Tabstrip

2010-08-28 Thread Reynaldi Jansen
Yes i also get the same thing (hang) when remove the "two-lines" with gtk... Gambas 2.21... Anyway, thanks for your help Stefano! On Sun, Aug 29, 2010 at 6:27 AM, Stefano Palmeri wrote: > Il sabato 28 agosto 2010 22:05:28 Benoît Minisini ha scritto: > > > Il sabato 28 agosto 2010 10:57:29 Reyna

Re: [Gambas-user] Need help on Tabstrip

2010-08-28 Thread Stefano Palmeri
Il sabato 28 agosto 2010 22:05:28 Benoît Minisini ha scritto: > > Il sabato 28 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

Re: [Gambas-user] Need help on Tabstrip

2010-08-28 Thread Benoît Minisini
> Il sabato 28 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 new tab with textarea too inside the new tab... > > I don't have any i

Re: [Gambas-user] Need help on Tabstrip

2010-08-28 Thread Stefano Palmeri
Il sabato 28 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 new tab with textarea too inside the new tab... > I don't have any idea how to do t

[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! -