Hiding a VO FixedText control
Posted: Wed Nov 02, 2022 5:33 am
Hi All,
I have a VO GUI problem. I have a database of glasses frames. You enter a code for the frame you want and if it does not find it, it puts a "not found" message in a FixedText box on the form.
If it finds it, it puts nothing in the FixedText box, retrieves the shape details of the frame and draws it on the form. The FixedText box and the drawing are centered on the same point. It looks as if it paints the empty text box after the frame shape is drawn, erasing part of the shape.
In Windows Forms I would just make the text box invisible but I have tried Hide/Show, Disable/Enable and some others to no avail.
Is there a way to prevent this overwriting of the graphics with the text box?
Is there a source of VO GUI documentation about this sort of thing? I am working in X# and have never had VO.
Best Regards,
John Bonnett
I have a VO GUI problem. I have a database of glasses frames. You enter a code for the frame you want and if it does not find it, it puts a "not found" message in a FixedText box on the form.
If it finds it, it puts nothing in the FixedText box, retrieves the shape details of the frame and draws it on the form. The FixedText box and the drawing are centered on the same point. It looks as if it paints the empty text box after the frame shape is drawn, erasing part of the shape.
In Windows Forms I would just make the text box invisible but I have tried Hide/Show, Disable/Enable and some others to no avail.
Is there a way to prevent this overwriting of the graphics with the text box?
Is there a source of VO GUI documentation about this sort of thing? I am working in X# and have never had VO.
Best Regards,
John Bonnett