> 2. As PP is not multi-threaded, I don't think you can do multiple jobs
> simultaneously except for some special cases. But, I'm not a
> programmer myself either, so can't tell for sure.
> 
> As a work-around in your case, you may set first command of your
> buttons to Bar.HideShow("bar_name")

This situation may be improved in the latest build:
http://powerpro.webeddie.com/download/pwrpro45.zip

This is same as previous 4.4.15 except for version info. I also made
a modified lauch so that if bar is active window and a file is being
launched, PowerPro first switches to previously active, then launches
new file.

> 3. 
> Unfortunately, it won't always work because of the menu bar, when the
> menu bar is not part of the client area. Maybe, you have to further
> elaborate it using win.setrect() etc, which seemed not possible in my
> test unfortunately. Then, you may have to remove the menu-bar which I
> don't know yet is possible. If you desparately need it, I may
> investigate it further when I have spare time.

Removing the menubar turns out quite easy (save the original menu first):
local hWnd=win.handle("active")
;hMenu=dll.call("GetMenu|ui",hWnd)
dll.call("SetMenu|ui ui",hWnd,0)
;dll.call("SetMenu|ui ui",hWnd,hMenu)

Combine this with ToggleFullScreen script would work mostly.

Sean






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

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