Custom Query (3931 matches)
Results (4 - 6 of 3931)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1798 | Rejected | Sound alert | ||
| 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 | ||
| 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
" Starting AutoIt3Wrapper v.1.10.1.13 Environment(Language:0419 Keyboard:00000409 OS:WIN_XP/Service Pack 3 CPU:X86 ANSI)
+>16:58:39 AU3Check ended.rc:0
!>17:01:57 AutoIT3.exe ended.rc:-1073741819 +>17:01:58 AutoIt3Wrapper Finished
I'am use last stable. Also try beta AutoIt. |
|||
| #1414 | No Bug | _GUICtrlButton_SetSize bug when restoring window | ||
| 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)
|
|||
