--- "brucexs" <[EMAIL PROTECTED]> wrote:
> ;--------------start of script
> local x = win.area(xmouse, ymouse)
> ;win.debug(x) ;;uncomment while debugging
> 
> if (x=="HELP") do
> ; put commands for click on help here
> 
> elseif (x=="CLOSE") do
> ; put commands for close button here
> 
> elseif (x=="MAXBUTTON") do
> ; put commands for max button here
> 
> elseif (...) do ;; repeat for minbutton,  sysmenu, caption
> 
> else
> ; put commands for client area here
> endif
> ;------------end of script
> 
> Note:
> The current version of win.dll has a bug in win.area, so you must 
> download
> http://www.windowspowerpro.com/download/win.dll
> into your plugins folder.

I didn't know that win.area() supported also 'HTHELP' as this
was missing in win.text and, unfortunately, couldn't test it
myself as win.area() didn't work on Open/Save dialog windows.
Now the new win.dll works well on FileDialog windows too,
so I think win.text needs to be updated to include 'HTHELP'.

Sean





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