--- In [email protected], "Sheri" <[EMAIL PROTECTED]> 
wrote:
>
> The bar is showing on PSPad now (found something else that was 
> affecting it and removed it and restarted PowerPro) but the bar 
> migrates to secondary windows in PSPad (e.g., Find) and stays 
there 
> even if the title bar is clicked.


It may be that you need to work with unowned windows instead of 
unparented ones.  Also, some Delph applications use an owner window 
which is invisible, so these should not count for your situation.

I uploaded a new version of win.dll for you to play with

http://powerpro.webeddie.com/download/win.dll

It has these functions
win.owner(win.handle("active"))  // get owner of active window
win.visibleowner(win.handle("active")) //get owner only if visible

There is also a win.visibleparent, although I don't think you will 
need it.

You can try
contextif
(not win.visibleowner(win.gethandle("active"))



YOu also asked about Context versus ContextIf

Context
captions

is the same as

ContextIf
(activewindow("captions"))






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