Is it possible to set a flag to hide a wigit.
I've been doing the script data entry interface for gnuMed _Oz version. There
are requirements for phoning/inthefutureviawebbing the govt centre for
'authority' to use certain drugs, and one is then given an authority number.
I want it to pop up when I click the >Authority button on my script editing
area (see attatched png). This area is currently blank, but has a grid sizer
above the editing area currently only showing a date.
Does one have to just add the control to the sizer and remove it when one is
finished, or can one, like in visual basic load the other controls to the
sizer and just set a Hide property to visually remove it from the area when
not needed and another flag to Show the control when needed.
If confused, check out the png file.
Any help appreciated and thanks in advance.