Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 3870)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#1798 Rejected Sound alert 1bzdura@…
Description

Hi, can you please add sound alarm function to MonitoringScript.mq4 when C FF detected? (with selectable sound file if possible - for immediate knowledge of particular problem)

Best regards Andrew.

#675 No Bug Bug in _Date_Time_CompareFileTime 2olg@…
Description

Have a russian message, but try translate: AutoIt v3: autoit3.exe Application error Instruction at address 0x7c810b74 can't read memory 0x000000. Error generated after compare network filedatetime "
comp\u$\dir\file1.ext" and "
comp\u$\dir\file2.ext"

Starting AutoIt3Wrapper v.1.10.1.13 Environment(Language:0419 Keyboard:00000409 OS:WIN_XP/Service Pack 3 CPU:X86 ANSI)

Running AU3Check (1.54.14.0) from:C:\Program Files\AutoIt3

+>16:58:39 AU3Check ended.rc:0

Running:(3.2.13.10):C:\Program Files\AutoIt3\autoit3.exe "
comp\u$\Modules\au.au3"

!>17:01:57 AutoIT3.exe ended.rc:-1073741819 +>17:01:58 AutoIt3Wrapper Finished

Exit code: -1073741819 Time: 199.254

I'am use last stable. Also try beta AutoIt.

#1414 No Bug _GUICtrlButton_SetSize bug when restoring window 403forbidden403@…
Description

In any situation, if you create a button and then change the size of it using the _GUICtrlButton_SetSize function, it works fine until you minimize and restore the window. After the window is restored, the button returns to it's original size.

#include <GUIConstantsEx.au3>
#include <GuiButton.au3>

Global $Form = GUICreate("Test", 314, 293, 241, 152)
Global $Button_Big = GUICtrlCreateButton("Minimize and restore window to see", 8, 8, 219, 225)
GUISetState(@SW_SHOW)

Sleep(2500)

_GUICtrlButton_SetSize($Button_Big, 300, 100)

While 1
	$Msg = GUIGetMsg()
	Switch $Msg
		Case $GUI_EVENT_CLOSE
			Exit
	EndSwitch
WEnd


AutoIt:3.3.3.3   (Os:WIN_7/X86   Language:0409 Keyboard:00000409 Cpu:X86)
1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.