Is there a way of making a dialog visible and topmost if either hidden or
minimized? I can find how to make it visible if minimised, and how to make
it visible if hidden. But to do what I want, I have to use two successive
~show methods:
 
      viewId~show("SHOWTOP")  -- if minimized, doesn't work.
      viewId~show("NORMAL")  -- if hidden, doesn't work

It would be nice to be able to do it with one instruction. But maybe this is
a Windows restriction? 
 
Thanks,
Oliver
 

 

 
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Oorexx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to