Page 1 of 1

Flip Button

Posted: Fri Jan 11, 2019 1:34 am
by rmtarget
Hola amigos: necesito un botón o control tipo 'flip switch' de On/Off, alguien tendrá un ejemplo de esto o donde lo encuentro ? Gracias !

Re: Flip Button

Posted: Fri Jan 11, 2019 9:41 am
by gfilatov
rmtarget wrote: Fri Jan 11, 2019 1:34 am Hola amigos: necesito un botón o control tipo 'flip switch' de On/Off, alguien tendrá un ejemplo de esto o donde lo encuentro ? Gracias !
Hello,

Thanks for your request!

The above control will be available in the MiniguiEx at a next build (please take a look for the attached picture).

Syntax:
@ <row>,<col> SWITCHER <name> [ OF <parent> ] ;
HEIGHT 46 ;
IMAGE { 'MINIGUI_SWITCH_ON', 'MINIGUI_SWITCH_OFF' } ;
[ VALUE <cValue> ] ;
[ FONT <fontname> SIZE <fontsize> ] ;
[ LEFTCHECK ] [ CHECKED ] ;
[ ON MOUSEHOVER <bMouseHover> ] ;
[ ON MOUSELEAVE <bMouseLeave> ] ;
[ ON CLICK <bMouseClick> ]

Re: Flip Button

Posted: Fri Jan 11, 2019 4:10 pm
by serge_girard
Thanks Grigory !

This looks very nice!

Serge

Re: Flip Button

Posted: Fri Jan 11, 2019 4:42 pm
by rmtarget
Thanks a lot Grigory !! best regards

Re: Flip Button

Posted: Fri Jan 11, 2019 6:26 pm
by rmtarget
Excuse me Grigory, what does it mean 'MiniguiEx at a next build' ?

Re: Flip Button

Posted: Fri Jan 11, 2019 6:42 pm
by gfilatov
rmtarget wrote: Fri Jan 11, 2019 6:26 pm Excuse me Grigory, what does it mean 'MiniguiEx at a next build' ?
Please take a look for the following discussion at
http://www.hmgforum.com/viewtopic.php?f ... 39&p=55700

You can go to the homepage

http://hmgextended.com/

or the mirror http://hmgextended.org/

for an explanation and a latest Minigui Ex build. :idea:

Re: Flip Button

Posted: Fri Jan 11, 2019 7:05 pm
by rmtarget
Ok, thanks !!