Re: Win32lib focus problem
- Posted by Bob Thompson <rthompson at rthompson.karoo.co.uk> Dec 07, 2004
- 446 views
Derek, Is this the same focus problem? I'm running 98SE and if I modify Generic.exw by adding a child window, i.e. add the line child = create( Window, "Untitled - " & App, Generic, 0.05, 0.05, 0.9, 0.9, 0 ), after Generic = create( Window, "Untitled - " & App, 0, 0.05, 0.05, 0.9, 0.9, 0 ), and add the line openWindow(child, 0) before WinMain( Generic, Normal ) then after a first successful attempt, subsequent clicks on save, save as or open cause the dialog box to lose focus. The mod. runs OK on V0.60 30/June/2004.