Jump to content

Ritzky

Active Members
  • Posts

    32
  • Joined

  • Last visited

Ritzky's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. That doesn't hold a key down for a set amount of time, it holds it down forever until I call the KeyUp function.
  2. I've seen lots of threads where I can hold a key down for a certain period of time, but all of them involve "sleep". What if I want to do other things while the key is being held down? Does AutoIt support this? Something like: Send("{Up 1000}") That will press the up arrow 1000 times, is there anyway to hold the key down for 1000ms? (Without using sleep)
  3. If I use AutoIt in VB.NET or c++, will it make a difference? As in a difference in speed, accuracy, precision, etc? Thanks for the input
  4. hmm ok when i press save it opens the savedialog and then it it supposed to save as .ini but it saves as "file" so i have to manually rename the file *.ini
  5. thank you thank you !!! it worked! i do not understand english very well, and spanish help good. everything works now. ok how give u money. jayson i give u money 2 cuz u helped before
  6. YOU gave me the code!
  7. There is no GUI in this script, and the Stop/Start/Terminate Mainscript functions are still there. I don't think you're looking at it right... Everything else is still the same other than renamed buttons. Have you even launched the new code?
  8. Whenver i press the save button, i name it " test.ini" but it saves as "times.ini" i know its because i have the default $data to automatically save as times.ini but how do i change it while still making my code work. if i change the $data value, it messes up the whole code, and I don't know how to fix it. omg after i get this done, i won't need no more help, ill just use this code as reference to my new programs.
  9. It is same code, i just remove the functions. And i change the box names.
  10. i dont get it. only thing wrong is save button dont work, and thats it. it shouldn't be hard to fix for you programmers i press the save button, then it opens the fileopendialog, then i enter esttimes.ini, but yet it saves as times.ini. i just want it to save as esttimes.ini! i no understand what u ask of me! the rest of code work good!
  11. no the x button does work. but only when i haven't yet started the main script. after i start main script, and try to press x button, it doesn't work.
  12. also whenver i start the main script, i cant exit the applicatino by pressing the X button. i click the X and it does nothing. but only after i start main script, i even tried stopping main script, but it still doesn't exit. i have to press the ESC button for it to exit, becuz i set the hotkey to terminate when i press ESC. how do i fix this
  13. How? Even if I rename times.ini to times2.ini, it will still save as times2.ini
  14. oo nvm thanks i got it working lol. hey how do i add another button ontop of the gui? like there is a X close button and a minimize button, so i wanna add another one o and how to let user change the name of the save file? it always saves as times.ini, but i want ppl to be able to change the save name thanks to everyone!
  15. THHANKKK YOUUU!!!
×
×
  • Create New...