AutoHotkey Community

It is currently May 26th, 2012, 8:01 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: July 22nd, 2005, 7:09 am 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
I'm not sure if this is a bug in the manual:

In the ControlGet section on list cmd:

Quote:
Upon success, ErrorLevel is set to 0. Upon failure, it is set to 1 and OutputVar is made blank. Failure occurs when: 1) the target window or control does not exist; 2) the target control is not of type SysListView32; 3) the process owning the ListView could not be opened, perhaps due to a lack of user permissions or because it is locked; 4) the ColN option is present but specifies a nonexistent column.


In all examples it is SysListView321 (with a "1")

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 22nd, 2005, 3:05 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
The suffix "1" is the NN part of the ClassNN name. In other words, the type of the control is SysListView32 but the instance number (in this example) is 1.

The help file should probably be clarified on this point (though I'm not yet sure how to reword it).


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group