Página 1 de 1

Cosmetic issue

Publicado: Jue May 24, 2007 11:32 am
por Stephan Hennekens
Hi Ignacio, Jose,
In one of my appl. I have a toolbar with a some buttons. One button has a
menu attached and therefore a small black arrow appears on the right side.
However, when positioning the text BELOW the image the arrow is positioned
more or less in the middle (of course still on the right side of the image).
To my opinion it looks nicer if the arrow is positioned at the right side of
the button and in the center (between top and bottom). What do you think?
Another question I have is of there is progress in the implementation of
native support of Sqlite?
Kind regards,
Stephan
PS
Xailer rock's!!


Attached files

Cosmetic issue

Publicado: Jue May 24, 2007 4:51 pm
por notelo
Stephan,
> In one of my appl. I have a toolbar with a some buttons. One button has a
> menu attached and therefore a small black arrow appears on the right side.
> However, when positioning the text BELOW the image the arrow is positioned
> more or less in the middle (of course still on the right side of the image).
> To my opinion it looks nicer if the arrow is positioned at the right side of
> the button and in the center (between top and bottom). What do you think?
As far as I know the arrow it is painted by the OS, so the only way to
change it is to write a custom control.
> Another question I have is of there is progress in the implementation of
> native support of Sqlite?
It is almost finished.
> PS
> Xailer rock's!!
Thanks !
Regards,
José Lalí­n

Cosmetic issue

Publicado: Jue May 24, 2007 5:41 pm
por Stephan Hennekens
Jose,
Thanks for clarifying and good to hear that Sqlite is getting so close!!
Xailers dbf browser (see picture) has also a button with a dropdown menu.
How can I get the same kind of button?
Regards,
Stephan
"José Lalín" <notelo@digo.com> wrote in message
news:4655a6b6$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>
> Stephan,
>
>> In one of my appl. I have a toolbar with a some buttons. One button has
>> a
>> menu attached and therefore a small black arrow appears on the right
>> side.
>> However, when positioning the text BELOW the image the arrow is
>> positioned
>> more or less in the middle (of course still on the right side of the
>> image).
>> To my opinion it looks nicer if the arrow is positioned at the right side
>> of
>> the button and in the center (between top and bottom). What do you think?
>
> As far as I know the arrow it is painted by the OS, so the only way to
> change it is to write a custom control.
>
>> Another question I have is of there is progress in the implementation of
>> native support of Sqlite?
>
> It is almost finished.
>
>> PS
>> Xailer rock's!!
>
> Thanks !
>
> Regards,
> José Lalín


Attached files

Cosmetic issue

Publicado: Jue May 24, 2007 6:15 pm
por notelo
Stephan,
> Thanks for clarifying and good to hear that Sqlite is getting so close!!
> Xailers dbf browser (see picture) has also a button with a dropdown menu.
> How can I get the same kind of button?
Just assign a menu to it.
Regards,
José Lalí­n

Cosmetic issue

Publicado: Jue May 24, 2007 7:45 pm
por Stephan Hennekens
I did connect a popup menu, but then the arrow appears as discribed in my
first mail.
Regards,
Stephan
"José Lalín" <notelo@digo.com> wrote in message
news:4655ba3f$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>
> Stephan,
>
>> Thanks for clarifying and good to hear that Sqlite is getting so close!!
>> Xailers dbf browser (see picture) has also a button with a dropdown
>> menu. How can I get the same kind of button?
>
> Just assign a menu to it.
>
> Regards,
> José Lalín

Cosmetic issue

Publicado: Jue May 24, 2007 9:34 pm
por notelo
Stephan,
> I did connect a popup menu, but then the arrow appears as discribed in my
> first mail.
Yes you are right.
These are the "guidelines" to achieve what you want:
* If the button has OnClick event assigned, it is a normal button.
* If the button has a menu attached but OnClick is empty then it is a
"wholedropdown" button.
* It the button has a menu *and* the OnClick event is assigned then ... Try
it :-)
Regards,
José Lalí­n

Cosmetic issue

Publicado: Vie May 25, 2007 12:07 am
por Stephan Hennekens
"José Lalín" <notelo@digo.com> wrote in message
news:4655e8fe$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>
> Stephan,
>
>> I did connect a popup menu, but then the arrow appears as discribed in my
>> first mail.
>
> Yes you are right.
>
> These are the "guidelines" to achieve what you want:
>
> * If the button has OnClick event assigned, it is a normal button.
>
> * If the button has a menu attached but OnClick is empty then it is a
> "wholedropdown" button.
>
> * It the button has a menu *and* the OnClick event is assigned then ...
> Try it :-)
>
> Regards,
> José Lalín

Cosmetic issue

Publicado: Vie May 25, 2007 12:08 am
por Stephan Hennekens
José,
cristal clear now. Thanks a lot!!
Regards,
Stephan
"José Lalín" <notelo@digo.com> wrote in message
news:4655e8fe$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>
> Stephan,
>
>> I did connect a popup menu, but then the arrow appears as discribed in my
>> first mail.
>
> Yes you are right.
>
> These are the "guidelines" to achieve what you want:
>
> * If the button has OnClick event assigned, it is a normal button.
>
> * If the button has a menu attached but OnClick is empty then it is a
> "wholedropdown" button.
>
> * It the button has a menu *and* the OnClick event is assigned then ...
> Try it :-)
>
> Regards,
> José Lalín