Re: [Gambas-user] Two suggestions about TabPanel + 2 more

2014-01-20 Thread Benoît Minisini
Le 20/01/2014 00:43, Bruce a écrit : > On Sun, 2014-01-19 at 23:13 +0100, Benoît Minisini wrote: >> Le 18/01/2014 23:01, Bruce a écrit : >>> >>> 3) You cannot set accelerator keys for TabPanel tab titles like you can >>> for TabStrips >> >> I'm afraid it is not easy to implement... > Oh well, never

Re: [Gambas-user] Two suggestions about TabPanel + 2 more

2014-01-19 Thread Bruce
On Sun, 2014-01-19 at 23:13 +0100, Benoît Minisini wrote: > Le 18/01/2014 23:01, Bruce a écrit : > > > > 3) You cannot set accelerator keys for TabPanel tab titles like you can > > for TabStrips > > I'm afraid it is not easy to implement... Oh well, never mind. (It was just an observation) > > >

Re: [Gambas-user] Two suggestions about TabPanel + 2 more

2014-01-19 Thread Benoît Minisini
Le 18/01/2014 23:01, Bruce a écrit : > > 3) You cannot set accelerator keys for TabPanel tab titles like you can > for TabStrips I'm afraid it is not easy to implement... > > 4) Mousewheel scrolling through TabPanel tabs only works when the > TabPanel itself has the focus. (TabStrip scrolling hap

Re: [Gambas-user] Two suggestions about TabPanel

2014-01-19 Thread Benoît Minisini
Le 18/01/2014 17:19, Fabien Bodard a écrit : > The move left/right arrows must be at the left, because when we are > changing doc from code to form. > the arrow place position depend of the presence of right property panel. > > I think the tabs need to have all the same size if the close button is

Re: [Gambas-user] Two suggestions about TabPanel + 2 more

2014-01-19 Thread Fabien Bodard
2014/1/18 Bruce : > On Sat, 2014-01-18 at 17:19 +0100, Fabien Bodard wrote: >> The move left/right arrows must be at the left, because when we are >> changing doc from code to form. >> the arrow place position depend of the presence of right property panel. >> >> I think the tabs need to have all t

Re: [Gambas-user] Two suggestions about TabPanel + 2 more

2014-01-18 Thread Bruce
On Sat, 2014-01-18 at 17:19 +0100, Fabien Bodard wrote: > The move left/right arrows must be at the left, because when we are > changing doc from code to form. > the arrow place position depend of the presence of right property panel. > > I think the tabs need to have all the same size if the clos

[Gambas-user] Two suggestions about TabPanel

2014-01-18 Thread Fabien Bodard
The move left/right arrows must be at the left, because when we are changing doc from code to form. the arrow place position depend of the presence of right property panel. I think the tabs need to have all the same size if the close button is used. It ca be the size of the longest one. so when cl