In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Cosmetic issue

Xailer English public forum
Responder
Stephan Hennekens
Mensajes: 305
Registrado: Jue Nov 30, 2006 12:17 am

Cosmetic issue

Mensaje 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
notelo
Mensajes: 54
Registrado: Sab Abr 28, 2007 2:06 pm

Cosmetic issue

Mensaje 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
Stephan Hennekens
Mensajes: 305
Registrado: Jue Nov 30, 2006 12:17 am

Cosmetic issue

Mensaje 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
notelo
Mensajes: 54
Registrado: Sab Abr 28, 2007 2:06 pm

Cosmetic issue

Mensaje 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
Stephan Hennekens
Mensajes: 305
Registrado: Jue Nov 30, 2006 12:17 am

Cosmetic issue

Mensaje 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
notelo
Mensajes: 54
Registrado: Sab Abr 28, 2007 2:06 pm

Cosmetic issue

Mensaje 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
Stephan Hennekens
Mensajes: 305
Registrado: Jue Nov 30, 2006 12:17 am

Cosmetic issue

Mensaje 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
Stephan Hennekens
Mensajes: 305
Registrado: Jue Nov 30, 2006 12:17 am

Cosmetic issue

Mensaje 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
Responder