(2022-10-13, 12:43:49)wila Wrote: Hi,
Thanks for the report.
This is when setting a property on the form that hosts the AntView control if I'm not mistaken. In particular when the form property Windowstype is set to Modal instead of Modeless, right?
If so I have a bug report open on this and it seems like that that one slipped through the cracks. I need to install VFP9 on my development machine to run this through a debugger and see if I can figure out what is happening.
--
Wil
Exactly Wil, the Form.WindowType is set to 1 (Modal). In my instance, Form.ShowWindow is also set to 1 (In Top-Level Form). In my form Init, I'm immediately navigating to a URL; which I can confirm (with Fiddler) does successfully execute.