#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:
- Open FileZilla.
- Press Ctrl + s.
- Site manager window will be launched. Here there are 4 tabs; General, Advanced, Transfer settings and Chatset.
- 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)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
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.
follow-up: 4 comment:3 by , 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.
comment:4 by , 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.

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