03-14-2007, 04:29 PM
Thank you for responding so quickly! Can you tell me what the .a option is? I was able to set it to zero. However, the object this refers to is a SysListView32 list. The .elem parameter (which is the part I'm actually interested in) did not change when I changed the .a setting.
Also, while on the the SysListView32 topic, I am working with an application that has several (7) SysListView32 lists in it, each within its own child window. I am trying to search for a particular item using:
where winName is a str variable containing a string that will be in the description of the element I'm looking for. My problem is that I can't seem to force it to search a particular list. I have been trying to use the act command to activate the window just prior to running this code to see if that will point it in the right direction, but it hasn't worked so far.
Also on the SysListView32 line...double clicking in different columns within the same row has different effects (one column opens a drop down list and another will open a related window). Is there a way to specify which column an action such as left-click or dbl-click will be performed within a row once it has been identified?
Sorry to combine all of these items in this one post....each should probably be its own thread. Thanks in advance for any help you can provide.
Also, while on the the SysListView32 topic, I am working with an application that has several (7) SysListView32 lists in it, each within its own child window. I am trying to search for a particular item using:
p=acc("" "LISTITEM" win("Application Name" "" "" 0x1) "SysListView32" winName 0x1414)Also on the SysListView32 line...double clicking in different columns within the same row has different effects (one column opens a drop down list and another will open a related window). Is there a way to specify which column an action such as left-click or dbl-click will be performed within a row once it has been identified?
Sorry to combine all of these items in this one post....each should probably be its own thread. Thanks in advance for any help you can provide.
