Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (238 - 240 of 3931)

Ticket Resolution Summary Owner Reporter
#845 No Bug #AutoIt3Wrapper_Res_Field not support Simplified Chinese Jos txj
Description

if #AutoIt3Wrapper_Res_Field=源文件名|Ghost2KXP.exe, 源文件名 is Simplified Chinese characters, compile au3 file to exe file, check its property in explorer.exe, bug is 源文件名 displayed, but Ghost2KXP.exe not displayed.

this bug exists in AutoIT 3.2.12.1, 3.3.0.0.

#847 No Bug Image not showing in GUI when called by _Timer_SetTimer anonymous
Description

It seems that when a gui is called by _timer_settimer the image will not show. In the example provided, the function is called directly first and the image is shown in the GUI, then when the function is called with the timer, the image will not show.

Environment = 3.3.0.0 under WIN_XP/Service Pack 3 X86

#include <WindowsConstants.au3>
#include <WinAPI.au3>		
#include <_Timers.au3>

$IMAGE_GENERAL_ARRAY = "";PUT path to an image on your computer.


$GUISPLASH = GUICreate("Speed Indicator", 600, 66, -1, 10, $WS_POPUP, $WS_EX_LAYERED + $WS_EX_TOOLWINDOW)
GUICtrlCreatePic($IMAGE_GENERAL_ARRAY, 0, 0, 600, 66)
GUISetState(@SW_HIDE, $GUISPLASH)

_test("","","","")

_Timer_SetTimer($GUISPLASH, 10000, "_test")


While 1
	Sleep(50)
WEnd


Func _test($HWND, $MSG, $IIDTIMER, $DWTIME)
	GUISetState(@SW_SHOW, $GUISPLASH)
	_WinAPI_Beep(400, 200)
	Sleep(200)
	_WinAPI_Beep(400, 200)
	Sleep(1000)
	GUISetState(@SW_HIDE, $GUISPLASH)
EndFunc   ;==>_test
#851 No Bug Compile Script - UPX.exe error jorbazz@…
Description

I can't compile scripts

OS: Windows 7 Beta 32bit

Error: Unable to execute upx.exe to compress stub file: upx: C:\Users\CHCO\Desktop\htaccess.au3 C:\Users\CHCO\Desktop\htaccess.au3: Permission denied

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