Jump to content

foscmgt

Active Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by foscmgt

  1. O.K. I had installed only AutoIt3 with a little SciTE installation. Re-installing SciTE4AutoIt3.exe was solved the problem. Yes. It works perfectly. Sorry for your time, and another lot of thanks.
  2. Hi Stumpii, and congratulations for your great work ! Sorry for my bad english. Only a question : In my ...\AutoIt3\SciTE\ folder there are only two files : 'SciTE.exe' and 'au3.keywords.properties'. I create a file named 'au3.properties and I adding the code: # 35 Stumpii's Graphical Debugger command.35.*.au3=$(autoit3dir)\AutoIt Debugger\AutoIt Debugger.exe "$(FilePath)" command.name.35.$(file.patterns.au3)=Graphical Debugger When I want to edit an .au3 file right clicking the mouse over this file. A menu appears and SciTE open this file, but any opcion like "debug this file" appears in the editor menu bar. What I'm doing bad ? Thanks a lot.
  3. Yes Stumpii. The problem was my Autoit3 version is 3.1.1 released at april-7-2005. I downloaded and installed the beta version 3.1.1.111 and it works perfectly. Thanks. I think Autoit Graphical Debugger is a great work. Congratulations.
  4. Hi Stumpii. Why occurs this error when I'm debugging the 'test script.au3' file? Thanks a lot.
  5. Give me an e-mail address and I will be send you the file autoit-v3.0.92-beta.exe
  6. Hi Stuttgart, If you don't want login to Yahoo groups, give me an email where I can send you the file dbg-bastard-4.zip and his file AutoIt-dbg-bastard.chm.
  7. Stuttgart, Look at this link :http://groups.yahoo.com/group/AutoItList/files/AU3/MISC/ Is a 'bastard' AutoIt version based on v3.075 by jpm. See into the file dbg-bastard-4.zip and look for the file AutoIt-dbg-bastard.chm, section 'What's new'
  8. Hey Jim, I suppose you are working with Autoit v3.Here you are an extract of AutoIt v3.0.77 help file : Variants ======== All values are "Variants" and take a "integer", "float", or "string" value as required. The value type changes to match the situation they are being used in. Data types can be overridden by using the casting functions Int(...) Float(...) and String(...) e.g. $var = 31.02 ; $var is now a float $var = Int($var) ; $var is now equal to the INTEGER 31 The casting functions should be used when mixing types and when you require a specific type of result or operation. Is necessary to use the $ simbol in front any variable. Ex. : $var is a variable var is not a variable
  9. Hi Larry, I don't know if you remember this issue I don't know why, but It works !! Thanks a lot !
  10. Hi Jim, I use AutDebug.exe only with AutoIt v2. Create an AutDebug.exe shortcut. Drag and drop the script generated (.aut) until this shortcut. Two windows appears on the screen. The right window shows script variables and executing lines. The left window shows seven buttons. I normally use the step button. Every time I click this button I see in the right window the new changes. Sometimes is necessary to click this button several times for executing a line. The buttons Faster /Slowler sometimes not work. But be patient!. AutDebug is very slow if your script have a lot of code ! I hope this explanation helps you. (Better you ask Larry, the author, about AutDebug.exe). For this issue, can you show what do you do with xxcopy ? Some line code... etc.
  11. Another good editor is IconEdit32 ( http://www.pcmag.com/article2/0,4149,10210,00.asp ) Also is free !
  12. I think comspec is a DOS environment variable which it works into all Win9x o.s.
  13. Thanks Cyberslug for this file.
  14. Hi CyberSlug I come back of holidays. (one week) and... surprise ! 'm waiting for an answer but old forum not found ! I tried this and but not work.I'm afraid it's too late.Where I can find this files ? The download time, speed and size is not a problem Thanks a lot. Manel
×
×
  • Create New...