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
>>
>> 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 and
 the two at the right.

 Or did you mean something else?

>>> I'm also confused how "optical" the separation should be. You don't want to
>>> separate the two by a visible line, right? Just some horizontal space. Then
>>> replace the Separator by an empty HBox of the desired size. That's what I do
>>> in these cases.
>>>
>>> Regards,
>>> Tobi
>>>
>>
>> --
>> Find and fix application performance issues faster with Applications Manager
>> Applications Manager provides deep performance insights into multiple tiers 
>> of
>> your business applications. It resolves application problems quickly and
>> reduces your MTTR. Get your free trial!
>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 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 separation should be. You don't want to
>> separate the two by a visible line, right? Just some horizontal space. Then
>> replace the Separator by an empty HBox of the desired size. That's what I do
>> in these cases.
>>
>> Regards,
>> Tobi
>>
>
>
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 and
>> the two at the right.
>>
>> Or did you mean something else?
>>
> I'm also confused how "optical" the separation should be. You don't want to
> separate the two by a visible line, right? Just some horizontal space. Then
> replace the Separator by an empty HBox of the desired size. That's what I do
> in these cases.
>
> Regards,
> Tobi
>


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 separation should be. You don't want to
separate the two by a visible line, right? Just some horizontal space. Then
replace the Separator by an empty HBox of the desired size. That's what I do
in these cases.

Regards,
Tobi

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 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 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
>>>
>>> 2016-04-13 8:40 GMT+02:00 Rolf-Werner Eilert <
>> eilert-sprac...@t-online.de>:
 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
>> "invisible".
 Is it possible to implement that?

 Regards
 Rolf




>> --
 Find and fix application performance issues faster with Applications
 Manager
 Applications Manager provides deep performance insights into multiple
 tiers of
 your business applications. It resolves application problems quickly and
 reduces your MTTR. Get your free trial!
 https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


>> --
>>> Find and fix application performance issues faster with Applications
>> Manager
>>> Applications Manager provides deep performance insights into multiple
>> tiers of
>>> your business applications. It resolves application problems quickly and
>>> reduces your MTTR. Get your free trial!
>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>>> ___
>>> Gambas-user mailing list
>>> Gambas-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>>
>>
>>
>> --
>> Find and fix application performance issues faster with Applications
>> Manager
>> Applications Manager provides deep performance insights into multiple
>> tiers of
>> your business applications. It resolves application problems quickly and
>> reduces your MTTR. Get your free trial!
>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 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
> >
> > 2016-04-13 8:40 GMT+02:00 Rolf-Werner Eilert <
> eilert-sprac...@t-online.de>:
> >
> >> 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
> "invisible".
> >>
> >> Is it possible to implement that?
> >>
> >> Regards
> >> Rolf
> >>
> >>
> >>
> >>
> --
> >> Find and fix application performance issues faster with Applications
> >> Manager
> >> Applications Manager provides deep performance insights into multiple
> >> tiers of
> >> your business applications. It resolves application problems quickly and
> >> reduces your MTTR. Get your free trial!
> >> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> >> ___
> >> Gambas-user mailing list
> >> Gambas-user@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/gambas-user
> >>
> >>
> >
> --
> > Find and fix application performance issues faster with Applications
> Manager
> > Applications Manager provides deep performance insights into multiple
> tiers of
> > your business applications. It resolves application problems quickly and
> > reduces your MTTR. Get your free trial!
> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
>
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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
>
> 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
>> 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 "invisible".
>>
>> Is it possible to implement that?
>>
>> Regards
>> Rolf
>>
>>
>>
>> --
>> Find and fix application performance issues faster with Applications
>> Manager
>> Applications Manager provides deep performance insights into multiple
>> tiers of
>> your business applications. It resolves application problems quickly and
>> reduces your MTTR. Get your free trial!
>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>>
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>


--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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
> 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 "invisible".
>
> Is it possible to implement that?
>
> Regards
> Rolf
>
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Proposal about Separator

2016-04-13 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 "invisible".


Is it possible to implement that?

Regards
Rolf

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user