> *window hide can hide active windows without any icons. But i wanna 
> know which command can show the window again.
> I try some commands but not work

Before hiding a window without an exact name
for example: Window Hide Active
first save its handle in a global variable:

  zHidden2 = win.handle("active")
  window.hide(zHidden2)

Then to show the same window:

  window.show(zHidden2)

---------------------------------

Or find it in a menu of all hidden windows:

  Window Show menu hidden



Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to