Flip Button

HMG en Español

Moderator: Rathinagiri

Post Reply
rmtarget
Posts: 67
Joined: Sat Jul 04, 2009 7:28 pm

Flip Button

Post 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 !
De antemano muchas gracias y saludos !!
Atte.
Rene Mtz. (méxico city)
User avatar
gfilatov
Posts: 1060
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Flip Button

Post 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> ]
Attachments
New SWITCHER control
New SWITCHER control
flip_btn.png (16.99 KiB) Viewed 3794 times
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
User avatar
serge_girard
Posts: 3161
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: Flip Button

Post by serge_girard »

Thanks Grigory !

This looks very nice!

Serge
There's nothing you can do that can't be done...
rmtarget
Posts: 67
Joined: Sat Jul 04, 2009 7:28 pm

Re: Flip Button

Post by rmtarget »

Thanks a lot Grigory !! best regards
De antemano muchas gracias y saludos !!
Atte.
Rene Mtz. (méxico city)
rmtarget
Posts: 67
Joined: Sat Jul 04, 2009 7:28 pm

Re: Flip Button

Post by rmtarget »

Excuse me Grigory, what does it mean 'MiniguiEx at a next build' ?
De antemano muchas gracias y saludos !!
Atte.
Rene Mtz. (méxico city)
User avatar
gfilatov
Posts: 1060
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Flip Button

Post 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:
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
rmtarget
Posts: 67
Joined: Sat Jul 04, 2009 7:28 pm

Re: Flip Button

Post by rmtarget »

Ok, thanks !!
De antemano muchas gracias y saludos !!
Atte.
Rene Mtz. (méxico city)
Post Reply