Custom Query (3921 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (364 - 366 of 3921)

Ticket Resolution Summary Owner Reporter
#1346 No Bug Send doesn't work with windows opened under another user podws@…
Description

Send doesn't work with windows opened under another user.

Following "send' doesn't do anything:

RunAs($AccountLocalName, $AccountLocalDomain, $AccountLocalPassword, 0, "notepad.exe")


WinWait("Notepad")
WinActivate("Notepad")
Send('!f')
#1348 No Bug aut2exe Mangles Named RCDATA Resources wraithdu
Description

If I add a named resource to AutoItSC.bin with ResHacker, then compile a script, the resource name is mangled. For example:

ResHacker -add AutoItSC.bin, AutoItSC.bin, mydata.dat, rcdata, MYDATA, 1033

Viewing the resulting AutoItSC.bin in ResHacker:

RCData -> MYDATA -> 1033

Viewing the compiled EXE in ResHacker:

RCData -> M( -> 1033
(or some other mangled name)

The actual data seems intact. The same problem happens with named resources of types BITMAP and ICON as well. I do not know if aut2exe_x64 has this problem or not.

#1349 No Bug InetGet not working without Filename Gismo_0307@…
Description

There is no network communication for InetGet if the optional "Filename" is not configured.

InetGet("http://foo.de/counter.php") is not working.

have to use InetGet("http://foo.de/counter.php", "trash.txt) instead.

please give feedback

best regards

bernd

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