Problem hovering over CONTROL
Closed this issue ยท 1 comments
lscheffler commented
โน Computer information
- VFP version: VFP9 SP2 / VFPA
- ObjectExplorer version: 3.2.2
๐ Provide detailed reproduction steps (if any)
- Create a form with a object of _CONTROL _ baseclass
- Run the form
- hover over control
- Start ObjectExplorer via hotkey
โ๏ธ Expected result
- Object explorer shows to the possible depth
- Object explorer notify about problem to show controls inner stuff
โ Actual result
Error message because SYS(1270) tries to return the inside of the control, but this is hidden
Possible solution
- Try catch the parameter - object
- notify user
- Show form from THISFORM / or as close as possible to the control.
DougHennig commented
Fixed in the latest release