Custom Query (3921 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (334 - 336 of 3921)

Ticket Resolution Summary Owner Reporter
#3653 Rejected Can't set value of element of nested array gf16954@…
Description
Local $b[2]
Local $c[2]
$c[0]=1
$b[0]=$c
ConsoleWrite(($b[0])[0] & @CRLF) ; 1
($b[0])[0]=2
ConsoleWrite(($b[0])[0] & @CRLF) ; 1 !!!

; Workaround
Func Y(byRef $a, $i, $b)
	$a[$i]=$b
EndFunc

Y($b[0],0,2)
ConsoleWrite(($b[0])[0] & @CRLF) ; 2
#3652 Rejected Window Bug tanaynigam12@…
Description

Hi Team,

I have an issue with a specific window that pops up during an installation. The error message window "Allscripts Pro EHR Client - InstallShield Wizard" does not close regardless of any implementation of AutoIT script tested on it. While the mouse clicks work manually or either of "Enter" or "Escape" work using the keyboard, they fail to close the window when implemented using the AutoIt script.

The scripts work perfectly fine throughout the implementation, which includes closing other windows and regular mouse clicks in any other window except this specific window.

On an attempt to debug the script, it appears that WinWait and WinActivate do return the Window Handle suggesting that the script detects the window. Moreover, any of the implementations of WinClose, ControlClick, MouseClick, and WinKill return value 1 indicating success. However, these do not close the window in any form.

Best Regards, Tanay Nigam

#3651 No Bug AutoIT3 Wrapper error after installing new version Digdeep
Description

I just went ahead and installed AutoIT latest version and no longer able to use CTRL+F5 or CTRL+F7. Getting the attached error.

I tried multiple re-installs but it's happening the same coming from the C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.