2025-02-11, 15:05:08
>>The first time render issue in the FoxPro IDE when the AntView control is in a pageframe control is still open. The customer worked around it by moving the control off screen and position it on opening the tab.
Yes just to explain a bit more. When there is an AntView control on a page in a Foxpro PageFrame, then upon opening the IDE to edit that form, the AntView control shows up on top of the form in the wrong position. It is just a gray box - a rendering error. You cannot select it or move it.
My workaround was to place the control far off the bottom of the page (y=1000). And then when the form is opened at run time, the first thing I do in the form's INIT method is to move the control back up to its proper position. This work-around works well for both run time and IDE editing.
Yes just to explain a bit more. When there is an AntView control on a page in a Foxpro PageFrame, then upon opening the IDE to edit that form, the AntView control shows up on top of the form in the wrong position. It is just a gray box - a rendering error. You cannot select it or move it.
My workaround was to place the control far off the bottom of the page (y=1000). And then when the form is opened at run time, the first thing I do in the form's INIT method is to move the control back up to its proper position. This work-around works well for both run time and IDE editing.