Jump to content

famaes

Members
  • Posts

    15
  • Joined

Everything posted by famaes

  1. Cool game. Funny pictures and sounds! This will be very attractive to children. One question (or bug)? In practice mode, is there a button or hotkey to return to the main window. I didn't find it and had to close the window and restart the game.
  2. It took me less than a week to do basic automatations. VB takes a bit longer. You can learn more advanced AutoIT operations in a few weeks. I have learned basic automations to others with the AU3Record in just 2 hours time.
  3. Well after reinstalling my virtual machine i can't reproduce the error any more. It seems to work now. Don't know what happened before. Sorry for the inconvenience. Thank you for the effort any way.
  4. I tested the script, but it gives an error when run. (compiled and not) Here it is : E:\AutoIt3Forum\codekeep\CodeGrabber.au3 (88) : ==> Object referenced outside a "With" statement.: If String($o_IE.getElementById('qr_open').style.display) = "0" Then $Mode = 4 If String($o_IE.getElementById('qr_open')^ ERROR
  5. Tested the 0.53 version, Fast Reply now works. (lucky for me, I usually do a fast reply)
  6. Great script! I have compiled it and it works beautifully. Two little things i noticed (but i can live with them) 1. You can't automatically paste in a "Fast Reply" (it still looks for a 'code' section) 2. If i do a "Add Reply" i have to activate the cursor in the reply text box before a paste will happen
  7. Well i've run the Math_test (in a virtual machine, so i'm only half a moron) and when i fill in a correct answer notepad seems to open?? Don't know if this is due to my messed up virtual machine or if it is the normal behavior of the Math_test program. (a math test that opens a text editor?? strange...)
  8. Nice Update Brett, maybe for the 'real world test' you can use your own UDF's as examples, but introduce a few mistakes. Then you could let them search for a solution. So you introduce debugging. You could also start with a simple example like $var = DriveGetSerial( "c:\" ) then ask the reader to extend the code to display result on screen give them a tip (messagebox) so people learn to look in the helpfile. next ask to extend this programto display the result in hexformat and so on...
  9. My mistake, after consulting Wikipedia, i see that the pronunciation of numbers is like yours. Guess i learned it wrong.
  10. Numbers in the Nato phonetic are spoken out like in English. 1 = one, 2 = two ... So you could convert them, or just leave them... depends on what you need, text or speech.
  11. Nice script, very cool with the voice output. Thank you. (or like they say at NATO : Tango Hotel Alfa November Kilo Yankee Oscar Uniform )
  12. Yes, you spotted it right. I get the same results.
  13. I once had a similar problem and solved it by using a loop. It was something like this: CODE#NoTrayIcon #include "SysTray_UDF.au3" $st_process = "myapp.exe" ;the process of my app Run("C:\Program Files\myappdir\mayapp.exe", "") $appactive = 0 WHILE $appactive == 0 Sleep(100) IF WinExists ("my app title","")==1 Then $appactive = 1 ENDIF WEnd _SysTrayIconRemove (_SysTrayIconIndex ($st_process)) Feel free to test it...
  14. You can use the ScriptWriter tool (also known as AU3Record.exe) in the customised version of SciTE. It can record your keyboard and mouse and gives you a script that you can run.
  15. Good job, BrettF This is a very impressive rewrite of the original. Thank you very much, i've been waiting for this for a long time. Maybe one little remark, the original had page numbers while the new version doesn't. For a printed out version that could be handy.
×
×
  • Create New...