Aceguy Posted May 3, 2009 Posted May 3, 2009 he there. i have seen soo many people ask for help on this topic and was wondering if anyone know of any good sites that offer explainations, examples and tutorials..... i have tried the helpfile and link there, but im way lost it goes too far too quick I really suck at StringRegExp so its down 2 u pro's to point us amatures in the right direction.... P.S. didnt know where to put this topic.... hope here is ok. [u]My Projects.[/u]Launcher - not just for games & Apps (Mp3's & Network Files)Mp3 File RenamerMy File Backup UtilityFFXI - Realtime to Vana time Clock
Developers Jos Posted May 3, 2009 Developers Posted May 3, 2009 Here's all information you ever need: http://regexkit.sourceforge.net/Documentat...pcre/index.html SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Aceguy Posted May 3, 2009 Author Posted May 3, 2009 (edited) Thanks Jos.. Your the greatest maybe ill just ask for help when needed..... offtopic: is there a way to get the color of a labels background.? and how about getting rid of the close button on a gui, used $WS_POPUP but that looses the titlebar. Edited May 3, 2009 by Aceguy [u]My Projects.[/u]Launcher - not just for games & Apps (Mp3's & Network Files)Mp3 File RenamerMy File Backup UtilityFFXI - Realtime to Vana time Clock
Authenticity Posted May 3, 2009 Posted May 3, 2009 About Regular Expressions I guess that you'll find the "Mastering Regular Expressions (2006, OReilly,3d ed) - Jeffrey E. F. Friedl.chm" press to be indeed a RegExp master.Regarding background color it's the hbrBackground of the window class using it so you can use GetClassLong with GCL_HBRBACKGROUND (-10) which may return a stock brush color like COLOR_BTNFACE+1, etc.. or a brush handle.Maybe by making your own window without title bar and a GDI effects or something...
syno Posted May 3, 2009 Posted May 3, 2009 Hi If you want to build regular expressions check out:http://www.ultrapico.com/Expresso.htm
Quual Posted May 4, 2009 Posted May 4, 2009 (edited) I'm almost done with a mod I was already working on to the reg exp Gui tester that comes with AutoIt. I made a fair number of upgrades to it and I could add a basic tutorial into without too much hassle. I'll post it in the example scripts forum when I have finished debugging the changes I made to it.I Added the ability to save and name patterns, keep a log of the testing process, use all 5 StringRegExp types plus the StringRegExpReplace functions during testing, copy the results to clipboard, etc....Screenshot Edited May 4, 2009 by Quual
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