Computer Science Canada How to hide a widget/GUI (not sure what to call it)? |
Author: | conbunthedestroyer [ Mon Apr 03, 2017 5:45 pm ] | ||
Post subject: | How to hide a widget/GUI (not sure what to call it)? | ||
What is it you are trying to achieve? Hi! So I'm trying to actually hide the GUI in my run window What is the problem you are having? When I run it and press the mute/unmute button, it does make them inactive for a teensy bit, but it leaves a giant white rectangle, and I want to get rid of that. Describe what you have tried to solve this problem I've tried drawing a box over it, but it doesn't seem to work. Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
Please specify what version of Turing you are using Turing 4.1.1 for Windows |
Author: | pttptppt [ Fri Apr 07, 2017 6:58 pm ] |
Post subject: | RE:How to hide a widget/GUI (not sure what to call it)? |
Im not quite sure i understand what you're trying to do but how about after the button goes inactive, just draw a Draw.FillBox of the background color over that specified area. Its not the best solution ever BUTTT, turing isnt the best either and this solution just adds 1 line to your code |