Re: [Gambas-user] Toolbar height is wrong

2012-02-28 Thread Demosthenes Koptsis
On 02/28/2012 12:56 PM, Benoît Minisini wrote: Le 28/02/2012 11:52, Demosthenes Koptsis a écrit : should i set any other property to work? Because tlbrMain.Height = Desktop.Scale * 7 does not work. See attached project i changed it. Thanks! No, you have no control on the toolbar height. T

Re: [Gambas-user] Toolbar height is wrong

2012-02-28 Thread Benoît Minisini
Le 28/02/2012 11:52, Demosthenes Koptsis a écrit : > should i set any other property to work? > > Because > > tlbrMain.Height = Desktop.Scale * 7 > > does not work. > > See attached project i changed it. > > Thanks! > No, you have no control on the toolbar height. This won't change. But I was wro

Re: [Gambas-user] Toolbar height is wrong

2012-02-28 Thread Demosthenes Koptsis
should i set any other property to work? Because tlbrMain.Height = Desktop.Scale * 7 does not work. See attached project i changed it. Thanks! On 02/28/2012 12:28 PM, Benoît Minisini wrote: Le 28/02/2012 11:16, Demosthenes Koptsis a écrit : Hello, i reopen an issue about Toolbar. In attac

Re: [Gambas-user] Toolbar height is wrong

2012-02-28 Thread Benoît Minisini
Le 28/02/2012 11:16, Demosthenes Koptsis a écrit : > Hello, > > i reopen an issue about Toolbar. > In attached Project142 there is a form with a toolbar (red bg) and a > hbox (green bg). > > In hbox toolbuttons appears correctly but not in Toolbar. > > Toolbar in run mode gets a small height and hi

[Gambas-user] Toolbar height is wrong

2012-02-28 Thread Demosthenes Koptsis
Hello, i reopen an issue about Toolbar. In attached Project142 there is a form with a toolbar (red bg) and a hbox (green bg). In hbox toolbuttons appears correctly but not in Toolbar. Toolbar in run mode gets a small height and hides the toolbuttons. I attach the project and a screenshot. C