Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (103 - 105 of 3866)

Ticket Resolution Summary Owner Reporter
#446 No Bug OnAutoIt and SciTE Jos JamesBrooks
Description

Currently, SciTE does not recognise the OnAutoIt* functions as correct functions - thus no highlighting or syntax help.

#451 No Bug GUICtrlCreateCombo don't show items on Windows 2000 Tlem
Description

This simple code don't work on Windows 2000. The only think I can see, is à black line under the combo, but not the list of items ...

#include <ComboConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>

#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 190, 60, -1, -1)
$Combo1 = GUICtrlCreateCombo("", 16, 16, 145, 25)
GUICtrlSetData(-1, "Line_1|Line_2|Line_3")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit

	EndSwitch
WEnd

#452 No Bug virus found in v3.2.12.1 released (12th June, 2008) allison@…
Description

it apears there is a virus or a virus signature found in autoitsc.bin that was installed from the version v3.2.12.1 released (12th June, 2008)

can you advise if this indeed a virus or just a 'problem' with my anti-virus checking

the anti-virus software is Grisoft's AVG 8.0.138

Kindest regards

Allison Clements

Note: See TracQuery for help on using queries.