Custom Query (3920 matches)
Results (355 - 357 of 3920)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1301 | No Bug | Bug InetGetSize through a proxy | ||
| Description |
InetGetSize() with "username:password@" did not go through a proxy. Problem fixed in 3.3.1.0 [Ticket #854 (closed Bug: Fixed)], but did not go in 3.3.1.5 beta thanks |
|||
| #1305 | No Bug | GUISetFont, GUICtrlCreateTreeViewItem, korean language combination bug | ||
| Description |
If you use the korean language with a treeview (GUICtrlCreateTreeViewItem) and use a GUI font (GUISetFont) then whatever parameter you use the text cannot be shown. Example script with UCS-2 Big Endian Encoding: #include <GUIConstants.au3>
GuiCreate("test")
GUISetFont(8, 300, 0, "Verdana"); <- if you comment this out than it works
$TreeView = GUICtrlCreateTreeView(50, 50, 150, 40)
GUICtrlCreateTreeViewItem("korean 업데이트", $TreeView)
GUICtrlCreateTreeViewItem("chinese 出碎片整理", $TreeView)
GUISetState ()
While 1
$msg = GuiGetMsg()
If $msg = $GUI_EVENT_CLOSE Then
ExitLoop
EndIf
WEnd
Exit
|
|||
| #1314 | No Bug | ColorMode (Option) problem | ||
| Description |
In AutoIT Help: ColorMode(Option)is sugested in PixelGetColor and PixelSearch documentation in AutoIt Help. But it doesn't work in program and doesn't appear in AutoItSetOption( "option" [, param] ) documentation. |
|||
Note:
See TracQuery
for help on using queries.
