![]() |
Forum Index : Microcontroller and PC projects : GUI Commands - Changing Radio Button Caption Colour
Author | Message | ||||
Andrew_G Guru ![]() Joined: 18/10/2016 Location: AustraliaPosts: 868 |
Hello all, I am trying to draw all my GUI commands (Pico to an LCD) in BLACK so they don't appear on start up (I have 40+). When I need to see them I use GUI FCOLOUR and GUI SHOW. All except GUI RADIO work because its captions' colours are set by the preceding COLOUR command. Even doing a GUI HIDE ALL immediately after it there is a perceptible flicker. Any suggestions? Cheers, Andrew (If I set the caption in black it's zone still works so I could TEXT the caption as I wanted it) Edit: using GUI FCOLOUR changes the buttons and 'LED' but not the captions. Edited 2025-02-23 13:49 by Andrew_G |
||||
Mixtel90![]() Guru ![]() Joined: 05/10/2019 Location: United KingdomPosts: 7584 |
Use multiple pages instead of drawing a lot? You only see one page at once then. The colour commands can make things disappear but they don't disable them. GUI SHOW is to reveal controls that have been hidden by a GUI HIDE list. Mick Zilog Inside! nascom.info for Nascom & Gemini Preliminary MMBasic docs & my PCB designs |
||||
Andrew_G Guru ![]() Joined: 18/10/2016 Location: AustraliaPosts: 868 |
Thanks Mick (the non-big one). Yes that works! When I tried it x months ago I couldn't crack it (maybe pre-Pico?). I'm still intrigued that RADIO BUTTON appears to be the only(?) control that you can't directly change the caption colour? Crisis averted and now I'm changing my GUIs to various pages. Off hand - do you know the limit of page Nos? Cheers, Andrew |
||||
Mixtel90![]() Guru ![]() Joined: 05/10/2019 Location: United KingdomPosts: 7584 |
I never went past 3, I don't think. Then I abandoned the project. Like you do sometimes. :) - Advanced Graphics manual Mick Zilog Inside! nascom.info for Nascom & Gemini Preliminary MMBasic docs & my PCB designs |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |