Re: Focus rectangle won't show
- Posted by DerekParnell (admin) Dec 12, 2011
- 2717 views
wynco said...
I just modified my sample by adding the procedure recommended and it still has the same problem also.
Ok, but your example code works fine on my Windows 7 system.
Try explicitly setting focus to the child window when you open it. Something like ...
openWindow(childwin, Normal) setFocus(childWin) setFocus(childControl)