Drstein99
Junior Contributor
Does anyone have an idea why my program will hang when I call groupbox.hide?
It's VISIBLE=FALSE upon program load and I do this, at some point (my groupbox is called gbSnag);
gbSnag.Show()
gbSnag.Update()
--
later in the program it will;
If gbSnag.Visible Then
gbsnag.hide ' <<---- the program just halts idle here
endif
-----------
This is a rediculous hang-up for me will someone please help? thanks.
It's VISIBLE=FALSE upon program load and I do this, at some point (my groupbox is called gbSnag);
gbSnag.Show()
gbSnag.Update()
--
later in the program it will;
If gbSnag.Visible Then
gbsnag.hide ' <<---- the program just halts idle here
endif
-----------
This is a rediculous hang-up for me will someone please help? thanks.