Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#1461 closed Bug (No Bug)

RightTab and LeftTab under ControlComand not working for Class:_wx_SysTabCtl32

Reported by: coolnetalias Owned by:
Milestone: Component: AutoIt
Version: 3.3.4.0 Severity: None
Keywords: CommandControl, TabRight, TabLeft Cc:

Description

I am making a POC using the FileZilla ftp client. The navigation steps of the control are as follows:

  1. Open FileZilla.
  2. Press Ctrl + s.
  3. Site manager window will be launched. Here there are 4 tabs; General, Advanced, Transfer settings and Chatset.
  4. When I use the code
    ControlCommand ("Site Manager","","SysTabControl321","TabRight","")
    

The next tab i.e. Advanced does not get opened rather General remains as it is.

Attachments (0)

Change History (4)

in reply to:  description comment:1 by anonymous, 16 years ago

Replying to coolnetalias:

I am making a POC using the FileZilla ftp client. The navigation steps of the control are as follows:

  1. Open FileZilla.
  2. Press Ctrl + s.
  3. Site manager window will be launched. Here there are 4 tabs; General, Advanced, Transfer settings and Chatset.
  4. When I use the code
    ControlCommand ("Site Manager","","SysTabControl321","TabRight","")
    

The next tab i.e. Advanced does not get opened rather General remains as it is.

If you need more information please do me a favour and drop an email @ coolnetalias@….

comment:2 by Valik, 16 years ago

Resolution: No Bug
Status: newclosed

Err, you're not using the right class name. Did you actually look at the Site Manager window with Au3Info to get the right information? Once I corrected the wrong class the code works just fine.

No AutoIt bug here. You should probably use the forum in the future since this was a basic support question, not a bug.

comment:3 by coolnetalias, 16 years ago

Hi Valik,

Thanks for the quick reply. I used Au3Info to for getting the class name. I am using filezilla 3.3.1 for the testing purposes. Which version are you using also, I would appreciate if you can put the corrected code here.

Thanks you so much for reply,
coolnetalias.

in reply to:  3 comment:4 by anonymous, 16 years ago

Sorry for all the trouble is caused, it worked correctly with the following code.

ControlCommand ("Site Manager","","_wx_SysTabCtl321","TabRight","")

Replying to coolnetalias:

Hi Valik,

Thanks for the quick reply. I used Au3Info to for getting the class name. I am using filezilla 3.3.1 for the testing purposes. Which version are you using also, I would appreciate if you can put the corrected code here.

Thanks you so much for reply,
coolnetalias.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.