Hi Paul
IWIN = WINIO@('%pv%^`gr[white,user_resize,full_mouse_input]&', + IAX_WID, IAX_HIG, HANDLE, DND_RESIZE)
The seems to have been a change in the way the %gr is handling events at V8.0. In the previous version it would invoke the callback (DND_RESIZE) when the %gr windows opened thus drawing the required image. Now this does not seem to happen. Adding a WINIO@(%SC&',DND_RESIZE) restore this behaviour. The issue i am trying to handle is when the widow is maximised as it does not seem to generate a resize event. 'Minimise' and 'Restore' generate a resize event. The resize event is captured using the clearwin string@('callback_reason')
any ideas?
Steve