Custom Query
Results (127 - 129 of 3841)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3181 | Works For Me | Can't press Alt+Tab when HotKeySet - Alt+Esc | BitByteBit | |
Description |
HotKeySet("!{esc}","_xit") While sleep(2^16) WEnd Func _xit() Exit EndFunc |
|||
#1088 | Rejected | GuiCtrlSetOnEvent - Easier Event handling | Bitboy | |
Description |
Maybe you can upgrade the function to something like this: GUICtrlSetOnEvent ( controlID, "function" [, Event]) with Events like "DoubleClick", "LeftClick", "KeyUp" and so on. Default Value for Event should be "LeftClick" so it is compatible with older Versions. Another idea is to set a macro like @EVENT in the so called function. I hope you can understand my english. Greetings from Germany Bitboy |
|||
#3536 | Fixed | Almost all version queries with _WinAPI_GetVersion in \Examples\Helpfile\*.au3 is wrong... | Jpm | Bitnugger |
Description |
_WinAPI_GetVersion() ................... --> 10.0 If _WinAPI_GetVersion() < '6.0' Then ... --> True If _WinAPI_GetVersion() < 6.0 Then ... --> False Would be nice if someone corrected that. |
Note: See TracQuery
for help on using queries.