Custom Query (3922 matches)
Results (361 - 363 of 3922)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #173 | Fixed | SysListView32 and 3.2.11.2, Gets different instance than 3.2.11.1? | ||
| Description |
Hi, I presume there has been a change in obtaining windows in this version?; ? a bug (I see there was a change to ";" in windows names?) I have an App with a number of instances of same name/ ID SysListView32 on different tabs/ achild windows. 3.2.11.2 seems to retrieve a different instance; can I specify this better? CODE: AutoIt WinActivate('Medical')
Working in 3.2.11.1 QUOTE $WindowHwnd =0x0078049C $TabControl_HWnd =0x00A405D6 Col Count: 20 for $FileListView_HWnd=0x019D0606 Not Working in 3.2.11.2 QUOTE $WindowHwnd =0x0078049C $TabControl_HWnd =0x00A405D6 Col Count: 7 for $FileListView_HWnd=0x00620792 So it retrieves a different instance with 7 cols instead of 20 cols QUOTE Class SysListView32 Instance 8 ClassNameNN SysListView328 ID 100 Class SysListView32 Instance 8 ClassNameNN SysListView328 ID 111 Only the ID is different here (in fact sometimes the same, but not for this problem;) But I can't seem to retrieve it using ID alone.. Is there some syntax method I am missing here? Best, Randall http://www.autoitscript.com/forum/index.php?s=&showtopic=66499&view=findpost&p=492786 |
|||
| #2212 | Rejected | Please increase the numbers of @IPAddress1 up to @IPAddress8 | ||
| Description |
Hello, till now, there are 4 macros for ip-Addresses: @IPAddress1 - @IPAddress4 On modern computer, there exists much more network-devices:
If virtual machine software is installed, like vmware, you have at least to more adapters
If VirtualBox software is installed too, you have one more adapter:
I would be happy if you could increase the ipaddress-macros up to 8. thank you in advance R@iner |
|||
| #3899 | No Bug | _GUICtrlListView_ClickItem issue with remote desktop | ||
| Description |
I have a scheduled task that uses _GUICtrlListView_ClickItem Working phisically on the pc, the scheduled task works as expected. Connecting in remote desktop, if the scheduled task runs while the user is still in remote desktop, the scheduled task works as expected. However, connecting in remote desktop, then closing the remote desktop (without disconnecting the user), the scheduled task does not work (the function _GUICtrlListView_ClickItem does not click on the list item). If I connect again phisically , the task works again. Tested with AutoIt latest version. |
|||
