3State "Button"

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

3State "Button"

Post by AUGE_OHR »

hi,

is there a 3State "Button" in HMG / MiniGUI Extended Version :?:
3State_Button.JPG
3State_Button.JPG (9.74 KiB) Viewed 849 times
i have search for BS_3STATE but did not found it :(
have fun
Jimmy
User avatar
gfilatov
Posts: 1116
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: 3State "Button"

Post 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:
Attachments
c:\MiniGUI\Samples\BASIC\CheckBox_ThreeState
c:\MiniGUI\Samples\BASIC\CheckBox_ThreeState
3state.png (17.19 KiB) Viewed 809 times
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: 3State "Button"

Post 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:
have fun
Jimmy
franco
Posts: 921
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Re: 3State "Button"

Post 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.
All The Best,
Franco
Canada
franco
Posts: 921
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Re: 3State "Button"

Post 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.
All The Best,
Franco
Canada
Post Reply