Re: [Gambas-user] Proposal about Separator

2016-04-13 Thread Rolf-Werner Eilert
Yes, that works well, too. Rolf Am 13.04.2016 11:52, schrieb Fabien Bodard: > Prefer a Panel with Arrange to none to a HBox. HBox alway call an > arrange internal procedure. > > > 2016-04-13 11:10 GMT+02:00 Rolf-Werner Eilert : >> Aaaah thanks so much, that does the job perfectly! >> >> Rolf >> >

Re: [Gambas-user] Proposal about Separator

2016-04-13 Thread Fabien Bodard
Prefer a Panel with Arrange to none to a HBox. HBox alway call an arrange internal procedure. 2016-04-13 11:10 GMT+02:00 Rolf-Werner Eilert : > Aaaah thanks so much, that does the job perfectly! > > Rolf > > Am 13.04.2016 11:06, schrieb Tobias Boege: >> On Wed, 13 Apr 2016, Rolf-Werner Eilert wro

Re: [Gambas-user] Proposal about Separator

2016-04-13 Thread Rolf-Werner Eilert
Aaaah thanks so much, that does the job perfectly! Rolf Am 13.04.2016 11:06, schrieb Tobias Boege: > On Wed, 13 Apr 2016, Rolf-Werner Eilert wrote: >> That's the point, I like the look without border. What I intended was to >> make an optical separation between the list + toolbutton on the left a

Re: [Gambas-user] Proposal about Separator

2016-04-13 Thread Tobias Boege
On Wed, 13 Apr 2016, Rolf-Werner Eilert wrote: > That's the point, I like the look without border. What I intended was to > make an optical separation between the list + toolbutton on the left and > the two at the right. > > Or did you mean something else? > I'm also confused how "optical" the

Re: [Gambas-user] Proposal about Separator

2016-04-13 Thread Rolf-Werner Eilert
That's the point, I like the look without border. What I intended was to make an optical separation between the list + toolbutton on the left and the two at the right. Or did you mean something else? Am 13.04.2016 10:46, schrieb Jorge Carrión: > Why don't use a Button instead a ToolButton? A t

Re: [Gambas-user] Proposal about Separator

2016-04-13 Thread Jorge Carrión
Why don't use a Button instead a ToolButton? A toolButton is a button that doesn't show its borders without mouse cursor upon it... 2016-04-13 10:38 GMT+02:00 Rolf-Werner Eilert : > What I miss is a Border property. If you switch Visible off, the whole > separator distance is skipped, i. e. it i

Re: [Gambas-user] Proposal about Separator

2016-04-13 Thread Rolf-Werner Eilert
What I miss is a Border property. If you switch Visible off, the whole separator distance is skipped, i. e. it is "out of order", same like Enabled switched off. Rolf Am 13.04.2016 09:59, schrieb Jorge Carrión: > I don't understand: If you don't want see it, don't set it... int' it? > > Regards

Re: [Gambas-user] Proposal about Separator

2016-04-13 Thread Jorge Carrión
I don't understand: If you don't want see it, don't set it... int' it? Regards 2016-04-13 8:40 GMT+02:00 Rolf-Werner Eilert : > Look at the screenshot. I set a separator between the ToolButton and the > next ComboBox. > > The separator produces a thin gray line which looks as if it was the > bor

[Gambas-user] Proposal about Separator

2016-04-12 Thread Rolf-Werner Eilert
Look at the screenshot. I set a separator between the ToolButton and the next ComboBox. The separator produces a thin gray line which looks as if it was the border of the ToolButton on its left. So it would be great if the separator's border could be switched off to make it completely "invisib