Page 1 of 1

Possible bug in Form Designer

Posted: Thu Mar 06, 2014 6:00 pm
by davido
I wasn't sure where to post this.

If I create a button gadget in a frame container and then assign 'hidden' it is impossible to find the gadget any longer.

The only way I can find the button is to temporarily move the frame!

Windows 7-64 PureBasic x64 version 5.22 beta1

Re: Possible bug in Form Designer

Posted: Thu Mar 06, 2014 6:09 pm
by ostapas
I think, it is supposed behaviour, if you assign a "hidden" attribute, it means the button should be hidden :) You can find it in Objects tab(correct me if I didn't understand your question right)

Re: Possible bug in Form Designer

Posted: Thu Mar 06, 2014 6:14 pm
by Polo
ostapas wrote:I think, it is supposed behaviour, if you assign a "hidden" attribute, it means the button should be hidden :) You can find it in Objects tab(correct me if I didn't understand your question right)
That's it. You can hide an object and won't see it anymore which is useful when you have a lot of containers in one form.
To unhide it go to the object tab and select the hidden object. :)

Re: Possible bug in Form Designer

Posted: Thu Mar 06, 2014 10:45 pm
by davido
Thanks ostapas and Polo, :D

I have quite a few buttons in the FrameGadget, but eventually found it in the object list.