> do ("c:\windows\notepad.exe")
> wait for (visiblewindow(" =notepad"))
> win.settool
> >>>>
> 
> -> the new notepad came up, no error, but also no toolbar-window :-
(


You need to tell win.settool which window to act upon and whether 
you want to make it a tool window or reverse the setting or remove 
the setting, e.g.
win.settool("*notepad*", 1)
or, if notepad is the active window, then
win.settool("active",1)

both of which make notepad a  tool window.

Another approach would be to assign to any hot key or mouse action 
the command
win.settool("under","-")
(just type above into command entry edit).  This reverses the tool 
window status of the window under the mouse.










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/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/power-pro/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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