--- "trepidi" <[EMAIL PROTECTED]> wrote:
>
>
> In creating a command using a trayicon click (PCMag
> utility, "WinTidy"), I have the following experience:
>
> 1) Training appears to work. When training, powerpro
> claims "success" at recognizing my "leftclick" and produces a
> successful test rightclick.
>
> 2) However, when using the newly trained icon, no clicks (right,
> left, double) are recognized and a window appears indicating: "Cannot
> find window to change or send keys to..."
>
> 3) If I precede the icon name with "^", the command simply produces
> no result at all.
>
> Any proposed solutions? Thanks in advance.
I didn't want to get through it as this was already discussed
once in the past and I don't have the app 'WinTidy' and/or
the 'explorer' shell. At the same time, however, I'm also
well aware that the search function in the Yahoo Group is
miserable, I've had a difficult time often to pin down the
post, even among those of mine...
There are two possible causes for this misbehavior.
But I need some informations from you to decide which.
First try the training at least two times, and reports all
the results for 'WinTidy' that you can find under the section
[Tray Icons] in the file !pproinfo!.ini which resides in the
same folder with your .pcf file.
Then, execute the following script and report back all the
results too:
--------------------------------------------------------------
; I assumed your executable is 'wintidy.exe' below, if not
; you have to adjust the name appropriately
local plist=win.handlelist("=wintidy",1)
for(local i=1;i<=word(plist,0);i=i+1)
local phan=word(plist,i)
win.debug(i,win.caption(phan)++esc("0x13",0)++win.class(phan))
local clist=win.childhandlelist(phan)
for(local j=1;j<=word(clist,0);j=j+1)
local chan=word(clist,j)
win.debug(i++"-"++j,win.caption(chan)++esc("0x13",0)++win.class(chan))
endfor
endfor
--------------------------------------------------------------
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/