Jump to content

TheDcoder

Active Members
  • Posts

    7,103
  • Joined

  • Days Won

    88

Everything posted by TheDcoder

  1. @Dana Oh , Then we should wait for the experts to look at this problem TD
  2. @JohnOne What made you think that?
  3. The antivirus scans the RCDATA before the compiler attaches it to AutoIt3.exe to complie your program... This will lead to a missing RCDATA resource in the compiled executable, So AutoIt throws a "Script not found error @Dana How to Disable Trend Antivirus
  4. Why not to this: ? Global $vStartTime, $vEndTime Func YourFunction() ; Code... $vStartTime = ; <value> $vEndTime = ; <value> EndFunc
  5. Great Game! Just lacks a restart button and GUI Acceleration Keys (instead of Hotkeys which forced me to quit the game in the middle to write this) TD
  6. Ok, so here is my new setup: 1. CKEditor with many plugins in local XAMPP installation for generating html 2. KEL CHM Editor for CHM Managment 3. HTML Help Workshop for compiling CHM files TD
  7. It would not do any better, it will get even worse, like GDrive throws up a big warning for autoit executable
  8. @JLogan3o13 I think he does not have a modem at home (like me), Its fixed somewhere else
  9. Uploaded new version , Changelog: Added _Process_GetPath function Added $PROCESS_COMMAND, It contains the path of cmd with required parameters to run a command Added Au3Check derivative (again... without chaos this time :P) Changed _Process_DebugRunCommand, Now it shows more info about the process. Removed $sPath parameter in _Process_RunCommand function, now use $PROCESS_COMMAND to run commands Some small improvements , WARNING! THIS UPDATE CONTAINS MAJOR SCRIPT BREAKING CHANGES!, So update your script according to the changes Enjoy! TD
  10. @Green CoW lol , I thought your browser was chrome and comodo dragon is an AV
  11. @Green CoW Its blocked by Comodo Dragon, Its normal for AutoIt executables being detected as malware... See AutoIt & Malware in the wiki, TD
  12. @Green CoW Its blocked by Comodo Dragon, Its normal for AutoIt executables being detected as malware... See AutoIt & Malware in the wiki, TD
  13. Nice game , I wanted to post this, I don't know much about GDI+ Keep it up, TD
  14. @guinness Hmmm... , I should change my mind before someone says the same thing and I fix it . Ok guinness, I will add it again in the next update
  15. Also support for warnings would be nice
  16. Updated current version: Removed AutoIt Check Derivative, was causing chaos... Turns out that the only glitched part was _ArrayDisplay... I didn't notice the Warnings because ISN does not show warnings @guinness It will work now! TD
  17. Looks nice, Some errors though: 1. Use relative paths instead of @ScriptDir in includes 2. You forgot to include WindowsConstants.au3 and GUIConstantsEx.au3 TD
  18. There is a strange glitch in ISN AutoIt Studio... It automatically reverts some recent modifications to the scripts, maybe cache is to blame? Can you please add a disable caching option? Now I need to switch to SciTE , I have been using ISN for a Looong time now, I don't want to stop using it... Hope you fix it soon TD
  19. What the....!? What in the world is happening ? I fixed those errors before releasing to the public... It happen to me before too, I ended up deleting my original file with many modifications, I had to re-download my own UDF and make the changes again step by step... I should investigate ISN AutoIt Studio before I make any modifications Thanks @guinness for pointing out, TD
  20. @Surya Thanks! Why don't you post this in the reviews? TD
  21. Released new version! , Change Log: Added _Process_WaitUntil, Waits until a process starts or quits. Also returns the exit code... Added _Process_GetPID, Gets the PID of the process using the name of the process Updated _Process_DebugRunCommand, Now returns the output & exit code instead of True Updated _Process_GetHandle, Now returns 0 instead of False on failure and now also accepts process names Some minor improvements , You must download this update! Feature Packed!
  22. Are you referring to AutoIt?
  23. @guinness I also have good headphones but the wire of the headphone are too long for me, they get all over my stuff
  24. @guinness My little laptop's internal speakers can't match your boom box
×
×
  • Create New...