Page 1 of 1

3State "Button"

Posted: Thu Mar 24, 2022 6:52 pm
by AUGE_OHR
hi,

is there a 3State "Button" in HMG / MiniGUI Extended Version :?:
3State_Button.JPG
3State_Button.JPG (9.74 KiB) Viewed 852 times
i have search for BS_3STATE but did not found it :(

Re: 3State "Button"

Posted: Fri Mar 25, 2022 6:49 am
by gfilatov
AUGE_OHR wrote: Thu Mar 24, 2022 6:52 pm hi,

is there a 3State "Button" in HMG / MiniGUI Extended Version :?:
Hi Jimmy,

Yes, of course.

Please take a look for the screenshot of the colored 3-State checkbox in the MiniGUI Ex :arrow:

Re: 3State "Button"

Posted: Sat Mar 26, 2022 6:13 am
by AUGE_OHR
hi Grigory,

aha, understand.

i have search for BS_3STATE but
BS_AUTO3STATE
are used in MiniGUI Extended Version

HMG did not have BS_AUTO3STATE or BS_3STATE so it is missing under HMG

hm ... can i change Style, after create, into BS_AUTO3STATE / BS_3STATE :idea:

Re: 3State "Button"

Posted: Sat Mar 26, 2022 4:51 pm
by franco
Why not create your own 3 item radiogroup, or build your own procedure with 3 buttons.
When I could not get msgbox to work the way I wanted I made procedure mybox and have full control.
Your programing is far advanced from mine, but just a thought.

Re: 3State "Button"

Posted: Sun Mar 27, 2022 3:20 pm
by franco
Sorry Jimmy and Grigory for my misunderstanding.
I could not find MiniGui check box, but now have located and now I see how it works.
I can be very useful.