Custom Query
Results (307 - 309 of 3897)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2130 | Works For Me | Am not able to run Autoit remotely using PsExec | anonymous | |
| Description |
The autoit script is runnning fine locally but when this is executed remotely using PsExec nothing seems to happen, no autiit getting invoked, though other commands on the same bat file executes properly. |
|||
| #1375 | Rejected | An array element alias | xrewndel <xrewndel@…> | |
| Description |
Will be useful, if there will may create alias name for an array element, e.g. $arrayelem?, or some kind of simple structure like $array.elem |
|||
| #209 | Fixed | Another guictrldelete win32 exception | MeJonah@… | |
| Description |
Using guictrldelete() on a natively created listview which has had all its natively created items guictrldelete()'d causes a win32 exception in 3.2.11.6. #include <guiconstantsex.au3>
#include <guilistview.au3>
$gui = guicreate("TEST", 500, 500)
$search_listview = guictrlcreatelistview("Items requiring follow-up", 10, 10, 480, 380, BitOr($GUI_SS_DEFAULT_LISTVIEW, $LVS_NOSORTHEADER))
$item1 = guictrlcreatelistviewitem("TEST", $search_listview)
$item2 = guictrlcreatelistviewitem("TEST", $search_listview)
$button = guictrlcreatebutton("GO", 200, 400, 100, 50)
guisetstate()
while 1=1
$msg = guigetmsg()
if $msg <> 0 Then
switch $msg
case $gui_event_close
Exit
case $button
guisetstate(@SW_LOCK)
guictrldelete($item1)
guictrldelete($item2)
guictrldelete($search_listview)
guisetstate(@SW_UNLOCK)
EndSwitch
endif
wend
|
|||
Note: See TracQuery
for help on using queries.
