nkono Posted August 22, 2008 Posted August 22, 2008 (edited) Problems with version 0.18.0in the Class Viewer i have some blank variable and when i select one of them i have this error: when i run debug with F5 i have this error: Edited August 22, 2008 by nkono
Stumpii Posted August 22, 2008 Author Posted August 22, 2008 Problems with version 0.18.0in the Class Viewer i have some blank variable and when i select one of them i have this error: when i run debug with F5 i have this error:I will fix the variables problem in the next version. Until then, don't double click on them! I think you may have some $ symbols in the code comments that the program thinks are variables.The problem when running is probably because of the path settings being wrong in the options dialog. Can you check the paths that you have are correct. I will add some better checking in the future.Thanks,Stumpii Give a man a script; you have helped him for today. Teach a man to script; and you will not have to hear him whine for help.AutoIt4UE - Custom AutoIt toolbar and wordfile for UltraEdit/UEStudio users.AutoIt Graphical Debugger - A graphical debugger for AutoIt.SimMetrics COM Wrapper - Calculate string similarity.
nkono Posted August 23, 2008 Posted August 23, 2008 thanks stumpii but i don't have $ symbol in code comment
Stumpii Posted August 23, 2008 Author Posted August 23, 2008 thanks stumpii but i don't have $ symbol in code commentIf you don't mind, send me the file and I will investigate. If you don't want to, then the variable list is generated from any $ sign followed by a char, so "I wish I had lots of $" would cause problems in the code, as would "Sales forcast for Nov in $", etc. The code would think these are variables, even though they are not. Give a man a script; you have helped him for today. Teach a man to script; and you will not have to hear him whine for help.AutoIt4UE - Custom AutoIt toolbar and wordfile for UltraEdit/UEStudio users.AutoIt Graphical Debugger - A graphical debugger for AutoIt.SimMetrics COM Wrapper - Calculate string similarity.
robinsiebler Posted November 4, 2008 Posted November 4, 2008 I installed the latest version (0.18.0) and when I run 'Test Script 3 - UDF Include.au3' as directed on the web page, I see error messages about not finding the include files (one of which doesn't exist) and then the app crashes.
Stumpii Posted January 11, 2009 Author Posted January 11, 2009 please tell me why i am get this screen Did you look at the error report tab?Stumpii Give a man a script; you have helped him for today. Teach a man to script; and you will not have to hear him whine for help.AutoIt4UE - Custom AutoIt toolbar and wordfile for UltraEdit/UEStudio users.AutoIt Graphical Debugger - A graphical debugger for AutoIt.SimMetrics COM Wrapper - Calculate string similarity.
wraithdu Posted January 11, 2009 Posted January 11, 2009 I quickly tested v.19RC1. It looks really good! I have a suggestion. Make a button to clear the trace window. It seems to sort kinda by linenumber, so if you run a script more than once, the output from the new run is mixed in by line number with the old output. Currently the only way to clear the trace window is to restart the debugger. Also, what is the output window used for? I thought maybe console output, but I don't see anything from my ConsoleWrite() lines. Keep up the good work!
Stumpii Posted January 11, 2009 Author Posted January 11, 2009 I quickly tested v.19RC1. It looks really good!I have a suggestion. Make a button to clear the trace window. It seems to sort kinda by linenumber, so if you run a script more than once, the output from the new run is mixed in by line number with the old output. Currently the only way to clear the trace window is to restart the debugger.Also, what is the output window used for? I thought maybe console output, but I don't see anything from my ConsoleWrite() lines.Keep up the good work!Thanks!I will change so that the trace clears when the program is run. The order is actually execution order, so the next time it runs the new lines should be added to the bottom. It will be better clearing each time.The output window is really reading back output from 3rd party tools (like when you compile). I will see if I can get it monitor the debugged program output also. Give a man a script; you have helped him for today. Teach a man to script; and you will not have to hear him whine for help.AutoIt4UE - Custom AutoIt toolbar and wordfile for UltraEdit/UEStudio users.AutoIt Graphical Debugger - A graphical debugger for AutoIt.SimMetrics COM Wrapper - Calculate string similarity.
wraithdu Posted January 11, 2009 Posted January 11, 2009 Ah, execution order, that makes sense. But no, the new run is not added to the bottom. It mixes in with the current content. For example, running the "Test Script 1" twice results in the line numbers column looking like12 - first run13 - first run12 - second run13 - second run14 - second run14 - first runEDIT - I got it. It's adding the new run one line up from the bottom (see above).
wraithdu Posted January 11, 2009 Posted January 11, 2009 Example running it 3 times. Lines are denoted "line-run". So 2-1 means line number 2, first run. 1-1 2-1 1-3 2-3 3-3 1-2 2-2 3-2 3-1
Stumpii Posted January 11, 2009 Author Posted January 11, 2009 Example running it 3 times. Lines are denoted "line-run". So 2-1 means line number 2, first run.1-12-11-32-33-31-22-23-23-1I agree. On trying it, it is in the wrong order. Will try to make it clear when starting the script. Give a man a script; you have helped him for today. Teach a man to script; and you will not have to hear him whine for help.AutoIt4UE - Custom AutoIt toolbar and wordfile for UltraEdit/UEStudio users.AutoIt Graphical Debugger - A graphical debugger for AutoIt.SimMetrics COM Wrapper - Calculate string similarity.
Stumpii Posted January 13, 2009 Author Posted January 13, 2009 v1.19.RC2 available for download (check First post), or just run the program and it will prompt for download.Changes: Added: Added basic ConsoleWrite monitoring and loggin in the output window. Fixed: Trace now clears each time the script is run. Added: Added reload document button to ribbon. Changed: All external tools clear the output window before running the external tool. Give a man a script; you have helped him for today. Teach a man to script; and you will not have to hear him whine for help.AutoIt4UE - Custom AutoIt toolbar and wordfile for UltraEdit/UEStudio users.AutoIt Graphical Debugger - A graphical debugger for AutoIt.SimMetrics COM Wrapper - Calculate string similarity.
ptrex Posted January 13, 2009 Posted January 13, 2009 @Stumpii Haven't used it yet, but the GUI looks realy nice !! Regards ptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New
torels Posted January 13, 2009 Posted January 13, 2009 how did you do the office 2007 graphics ? It's a really nice gui Some Projects:[list][*]ZIP UDF using no external files[*]iPod Music Transfer [*]iTunes UDF - fully integrate iTunes with au3[*]iTunes info (taskbar player hover)[*]Instant Run - run scripts without saving them before :)[*]Get Tube - YouTube Downloader[*]Lyric Finder 2 - Find Lyrics to any of your song[*]DeskBox - A Desktop Extension Tool[/list]indifference will ruin the world, but in the end... WHO CARES :P---------------http://torels.altervista.org
storme Posted January 13, 2009 Posted January 13, 2009 G'day Stumpii Great program! I've been looking for somthing like it since I found AutoIT. BUT................ there is always a BUT :-) I've got a script the includes a script that includes a UDF. Trouble is using the debugger it's falsely sets the @ScriptName macro as the name of the last script. (example below). It works perfectly in SciTE. Test.au3 ;Test.au3 Global $var0 = True #include <Test1.au3> MsgBox(0, "Info", "ScriptFullPath = " & @ScriptFullPath & @cr & "ScriptName = " & @ScriptName & @CR & "var0 = " & $var0 & @CR & "var1 = " & $var1 & @CR & "var2 = " & $var2) Test1.au3 ;Test1.au3 #include <Test2.au3> Global $var1 = True Test2.au3 ;test2.au3 Global $var2 = True Thanks! John Morrison Some of my small contributions to AutoIt Browse for Folder Dialog - Automation SysTreeView32 | FileHippo Download and/or retrieve program information | Get installedpath from uninstall key in registry | RoboCopy function John Morrison aka Storm-E
Stumpii Posted January 14, 2009 Author Posted January 14, 2009 how did you do the office 2007 graphics ?It's a really nice gui WinFormsRibbon Give a man a script; you have helped him for today. Teach a man to script; and you will not have to hear him whine for help.AutoIt4UE - Custom AutoIt toolbar and wordfile for UltraEdit/UEStudio users.AutoIt Graphical Debugger - A graphical debugger for AutoIt.SimMetrics COM Wrapper - Calculate string similarity.
Stumpii Posted January 14, 2009 Author Posted January 14, 2009 New version 0.19.0RC3 released. See first post. Changes: Fixed: @ScriptName reference not working with #Includes. Thanks to storme. Fixed: @ScriptName did not have file extension. Changed: Middle click on document tab now closes au3 file (similar to Firefox tab operation). Changed: Output window scrolls to top after context check to show top results. Give a man a script; you have helped him for today. Teach a man to script; and you will not have to hear him whine for help.AutoIt4UE - Custom AutoIt toolbar and wordfile for UltraEdit/UEStudio users.AutoIt Graphical Debugger - A graphical debugger for AutoIt.SimMetrics COM Wrapper - Calculate string similarity.
ptrex Posted January 14, 2009 Posted January 14, 2009 @StumpiiWinFormsRibbonOnly for .NET, correct ?Regardsptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now