Re: [Gambas-user] Bug inTabStrip control

2009-07-13 Thread Benoît Minisini
> sorry here the code > > http://www.nabble.com/file/p24460070/test.zip test.zip > OK, got it! The gb.qt TabStrip should be fixed in revision #2111. Regards, -- Benoît -- Enter the BlackBerry Developer Challenge This

Re: [Gambas-user] Bug inTabStrip control

2009-07-13 Thread kobolds
You're right . thanks Werner-9 wrote: > > Werner wrote: >> kobolds wrote: >> >>> sorry here the code >>> >>> http://www.nabble.com/file/p24460070/test.zip test.zip >>> >>> Benoît Minisini wrote: >>> >>> > the whole project I doing now still in very messy status . but I >

Re: [Gambas-user] Bug inTabStrip control

2009-07-13 Thread Werner
Werner wrote: > kobolds wrote: > >> sorry here the code >> >> http://www.nabble.com/file/p24460070/test.zip test.zip >> >> Benoît Minisini wrote: >> >> the whole project I doing now still in very messy status . but I confirm the problem exist by create a new project to see if

Re: [Gambas-user] Bug inTabStrip control

2009-07-13 Thread kobolds
mine show tab strip 1 , but the button also show out Werner-9 wrote: > > kobolds wrote: >> sorry here the code >> >> http://www.nabble.com/file/p24460070/test.zip test.zip >> >> Benoît Minisini wrote: >> the whole project I doing now still in very messy status . but I confirm >>

Re: [Gambas-user] Bug inTabStrip control

2009-07-13 Thread Werner
kobolds wrote: > sorry here the code > > http://www.nabble.com/file/p24460070/test.zip test.zip > > Benoît Minisini wrote: > >>> the whole project I doing now still in very messy status . but I confirm >>> the problem exist by create a new project to see if it happen or not . >>> >>> now that y

Re: [Gambas-user] Bug inTabStrip control

2009-07-13 Thread kobolds
sorry here the code http://www.nabble.com/file/p24460070/test.zip test.zip Benoît Minisini wrote: > >> the whole project I doing now still in very messy status . but I confirm >> the problem exist by create a new project to see if it happen or not . >> >> now that you said that , I also not su

Re: [Gambas-user] Bug inTabStrip control

2009-07-13 Thread Benoît Minisini
> the whole project I doing now still in very messy status . but I confirm > the problem exist by create a new project to see if it happen or not . > > now that you said that , I also not sure whether the problem is because of > kde 4.3 qt 4.5 . > > I guess this is why I unable to compile gambas3 >

Re: [Gambas-user] Bug inTabStrip control

2009-07-13 Thread kobolds
the whole project I doing now still in very messy status . but I confirm the problem exist by create a new project to see if it happen or not . now that you said that , I also not sure whether the problem is because of kde 4.3 qt 4.5 . I guess this is why I unable to compile gambas3 on the y

Re: [Gambas-user] Bug inTabStrip control

2009-07-13 Thread Benoît Minisini
> qt . version 2.14 > > using binary from Guillermo Ballester Valor. > > > on opensuse 11.1 x64 kde 4.3 RC2 release 142 > OK, but please provide the real code (i.e. a project archive), as what you described is not coherent. Regards, -- Benoît -

Re: [Gambas-user] Bug inTabStrip control

2009-07-13 Thread kobolds
qt . version 2.14 using binary from Guillermo Ballester Valor. on opensuse 11.1 x64 kde 4.3 RC2 release 142 Benoît Minisini wrote: > >> follow my example to emulate the bug . >> >> 1 create a form >> 2. drag and drop a tabstrip control to the form >> 3. set the count to 3 , it will create

Re: [Gambas-user] Bug inTabStrip control

2009-07-13 Thread Benoît Minisini
> follow my example to emulate the bug . > > 1 create a form > 2. drag and drop a tabstrip control to the form > 3. set the count to 3 , it will create 3 tab > 4. add a button to tab1 > 5. at form _open() event add the following code > ' only left tab1 visible , hide the rest > > tabstrip1

[Gambas-user] Bug inTabStrip control

2009-07-13 Thread kobolds
follow my example to emulate the bug . 1 create a form 2. drag and drop a tabstrip control to the form 3. set the count to 3 , it will create 3 tab 4. add a button to tab1 5. at form _open() event add the following code ' only left tab1 visible , hide the rest tabstrip1[1].visible = tru