> No, I am afraid that just means the techniques used by win.exename 
don't work but that would be a separate issue.
 >
 > *info expr(win.caption("rawactive"))
 >
 > which won't be quite as easy to interpret, but should still help.

win.caption always works on both 32 and 64-bit programs (using 
taskmanager, and .exe names with *32 at the end to identify the 32-bit 
programs)

win.exename fails with 64-bit programs only, 32-bit programs it works fine.

> local hh = win.handlelist("*")
> for each word h in hh
> win.debug(h.caption, h.exename)
> endfor
>
> It looks like exe name fails for 64 bit apps.  How about 32 bit apps?  How 
> about caption for both?

This gives the same results as what is displayed in the bar. 64 bit 
programs just have caption name. 32 programs have caption and exename 
listed.

David Troesch  |  Atlanta, GA  |  ICQ# 2333123
US Supreme Court rules companies can use local govt to steal your house 
http://tinyurl.com/dh4ku
Funstuff: Adversity: That which does not kill me postpones the 
inevitable. www.despair.com

Reply via email to