DirtDBaK Posted January 1, 2008 Posted January 1, 2008 (edited) I'm cleaning out my projects folder....As long as you load a small script it works fine, but if you load a script that is too big it won't let you use the edit box. Not too sure how to add a Rich text box to it. Made it for the toolbox but soon learned I couldn't go without the syntax highlighting....DOWNLOAD ZIP: http://h1.ripway.com/DBak/ASE.zip (295kb~) Contains Compiled and soucreDoes some pretty cool things like check to see if the include files exist, reads off the your functions and puts them in a treeview with the requested parameters, and lists all the includes you used in a tree view.I probabbly won't finish it due to the edit box problem but it has lots of useful code, and some helpful functions...Enjoy Edited January 1, 2008 by DBak [center][/center]
JustinReno Posted January 1, 2008 Posted January 1, 2008 (edited) You can bypass the 30000 character limit on an edit box with this: _GUICtrlEdit_SetLimitText($Edit, 100000000). Edit: You forgot to put an underscore under these functions: LINE: 102 - _GUICtrlEditReplaceSel TO _GUICtrlEdit_ReplaceSel And some more but I have to go. Edited January 1, 2008 by JustinReno
DirtDBaK Posted January 1, 2008 Author Posted January 1, 2008 (edited) Ha I didn't forget, I just refused to use the newer versions of AutoIT. But soon I'll have to. I don't want to migrate AMP 3 to the newer version I had to change this since I changed my mind... Edited January 1, 2008 by DBak [center][/center]
BrettF Posted January 1, 2008 Posted January 1, 2008 Well boo hoo. Stay in the stone age then. And as far as I can see, this isn't AMP3... Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
James Posted January 1, 2008 Posted January 1, 2008 Why not use the SciLexer.dll? That would make it good! Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
DirtDBaK Posted January 1, 2008 Author Posted January 1, 2008 (edited) Well boo hoo. Stay in the stone age then. And as far as I can see, this isn't AMP3...Your right its not AMP 3 but its made on the same computer...Soon I'll update the AutoIT on my laptop... that way I can keep up.Why not use the SciLexer.dll? That would make it good!Well If someone could help me with it I would. I looked at the other script that used it and I didn't really understand it that well... Edited January 1, 2008 by DBak [center][/center]
BrettF Posted January 1, 2008 Posted January 1, 2008 Soon I'll update the AutoIT on my laptop... that way I can keep up.Didn't you say...I just refuse to use the newer versions of AutoIT. Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
DirtDBaK Posted January 1, 2008 Author Posted January 1, 2008 Yeah well I thought about it...And If i don't update...I cant test your scripts...So let me fix thatI just refused to use the newer versions of AutoIT. But now I'll have to work something out.hope thats better.... [center][/center]
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