Custom Query
Results (301 - 303 of 3893)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1695 | Rejected | Add some better discription to help file how to usw the modes from FileOpen | Jon | TomCat |
| Description |
Hi I was spending now more then one hour to find out why I wasnt able to write in mode 128 like this $file = FileOpen("test.txt", 128 ) FileWrite($file, "test") FileClose($file) I suggest to add to help file for the function FileOpen that you have to add +1 or +2 to the modes the other non ANSI modes to use Write mode (append to end of file) / 2 = Write mode (erase previous contents) Think it would be helpfull for others. I thank you for your attention |
|||
| #1698 | Fixed | GUICtrlSetLimit, limit 32767 | Jon | anonymous |
| Description |
; OK - 1..32767 $updown = GUICtrlCreateUpdown($input) GUICtrlSetLimit($updown, 32767, 1) ; bug - 1,0,-1..-32768 $updown = GUICtrlCreateUpdown($input) GUICtrlSetLimit($updown, 32768, 1) ; bug - 1,0,-1..-32766 $updown = GUICtrlCreateUpdown($input) GUICtrlSetLimit($updown, 32770, 1) Solution: http://www.autoitscript.com/forum/index.php?showtopic=105296&view=findpost&p=756004 Thank you very much |
|||
| #1699 | Rejected | Send() in raw is not working in Windows 7 for the game | Jon | sergey.scobich@… |
| Description |
Hi, I use AutoIt3 to send commands to the game Teos(Shaiya) www.zzima.com/teos It is working in Windows XP. On Windows 7 the following command is not working in the game: {{ Send("1", 1) }} Please note that it is working in the notepad in Windows 7 |
|||
