trancexx Posted September 17, 2009 Share Posted September 17, 2009 I'v been working (only love, nothing more) on a e-mail problematic lately. My goal is to write a little nice tool that I'll be able to use to send mails (that's obvious). One important part of that is HTML editor. This editor is not meant to be used for making web pages, obviously, but to make nice little colorful messages.I started from zero. Did some reading and of course scripting. The product is the script that is attached to this post.Have in mind that it's ripped from a bigger script and therefore a little bit modified (to be self-sustained). Some functionalities are missing.It's zipped because needed images are included.Design is somewhere different than it's usual. Reason for that is actually more than one. I needed a practice with AutoIt, wanted to be fresh, and wanted to be 'hard to follow' (no, really - try to figure how it works, you will see how hard that is).The script: I'm really not an expert in HTML but I tried to add as much functionality as as could (and needed). I think the result is a decent work. It would be nice if someone with expirience with editors of this type could test it. Remember, I tend to surprise sometimes Some features are not so obvious at first but when working with the editor they could just flow out of the depth.That's it. mLipok 1 ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
monoceres Posted September 17, 2009 Share Posted September 17, 2009 I don't think I have to say this, but I say it anyway, fantastic work! The UI is new for autoit and works in a very satisfying way. The only I have to whine about is that the editor acts a bit buggy at times. For example, the first thing I did was writing a sample text and then highlighted it and tried changed the font size, nothing happened at first, had to screw around a bit with the button and highlight before anything happened. I also scrolled through the code, that main loop is a real killer! Broken link? PM me and I'll send you the file! Link to comment Share on other sites More sharing options...
UEZ Posted September 17, 2009 Share Posted September 17, 2009 (edited) Nice work again The GUI looks really nice and it seems to be working properly! 17*10^2 lines of code and NO ASM code this time? Well structured code! Thanks, UEZ Edited September 17, 2009 by UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
trancexx Posted September 17, 2009 Author Share Posted September 17, 2009 I don't think I have to say this, but I say it anyway, fantastic work! The UI is new for autoit and works in a very satisfying way.The only I have to whine about is that the editor acts a bit buggy at times. For example, the first thing I did was writing a sample text and then highlighted it and tried changed the font size, nothing happened at first, had to screw around a bit with the button and highlight before anything happened.I also scrolled through the code, that main loop is a real killer!Playing it fucking loud.About this. When you highlight something you are gonna lose the selection. This is intentional because i didn't like the way it's handled by default. Default is to keep selection but then depending on selected color you don't know what's happening (if you highlighted or not).I'm doing this with some other things too. Hope that explains it. If not it's a bug.Thanks for the nice comments. I appreciate that as much as you know that @UEZ, do you like Bob Dylan's music? Don't lie or I won't believe you! ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
UEZ Posted September 17, 2009 Share Posted September 17, 2009 (edited) ...@UEZ, do you like Bob Dylan's music? Don't lie or I won't believe you!NO, who the fuck is Bob Dylan? UEZps: ***** Edited September 17, 2009 by UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
Andreik Posted September 17, 2009 Share Posted September 17, 2009 Nice work trancexx. I like it. When the words fail... music speaks. Link to comment Share on other sites More sharing options...
Kip Posted September 17, 2009 Share Posted September 17, 2009 Well, I'm sorry I have to say this, but I don't like the GUI. You need to do some rethinking about that. On the left you start with the Font, then font size, which is good. Then you put a undo/redo group. And some further to the right you go back to editing the font style. I would put the font groups all next to each other, so there is a logical order. The right 'panel' takes up rediciously lot space for just 4 buttons. And the icons are way too different. Some are default windows icons. Some are too shiny compared to others. Some are small some are big. And some are made as 32x32 icons but used as 48x48. (I suppose, since I can see the pixels individually) MailSpons: Fake SMTP server for safe email testing Dutch postcode & address API. Link to comment Share on other sites More sharing options...
trancexx Posted September 17, 2009 Author Share Posted September 17, 2009 Well, I'm sorry I have to say this, but I don't like the GUI. You need to do some rethinking about that. On the left you start with the Font, then font size, which is good. Then you put a undo/redo group. And some further to the right you go back to editing the font style. I would put the font groups all next to each other, so there is a logical order. The right 'panel' takes up rediciously lot space for just 4 buttons. And the icons are way too different. Some are default windows icons. Some are too shiny compared to others. Some are small some are big. And some are made as 32x32 icons but used as 48x48. (I suppose, since I can see the pixels individually)That's ok, GUI is not what this thread is about.And you are right about some things. I would love to see images that you suggest. Upload the new HTML Pic folder, will you?Positioning stays. It's not left-to-right logic that lead me. ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
Shafayat Posted September 22, 2009 Share Posted September 22, 2009 Cool stuff. Many thanks. [Not using this account any more. Using "iShafayet" instead] Link to comment Share on other sites More sharing options...
BoogY Posted September 23, 2009 Share Posted September 23, 2009 WAW realy nice man .. thanks for the share Link to comment Share on other sites More sharing options...
Kip Posted September 23, 2009 Share Posted September 23, 2009 Positioning stays. It's not left-to-right logic that lead me.Then what did? MailSpons: Fake SMTP server for safe email testing Dutch postcode & address API. Link to comment Share on other sites More sharing options...
trancexx Posted September 23, 2009 Author Share Posted September 23, 2009 Then what did?Central position is reserved for most frequently used controls (that's why they are bigger than others). Right of them are second in order and left the less used.This is, of course, adjusted to fit my needs. ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
Kip Posted September 23, 2009 Share Posted September 23, 2009 Central position is reserved for most frequently used controls (that's why they are bigger than others). Right of them are second in order and left the less used.This is, of course, adjusted to fit my needs.Ah, ok. Makes sense. MailSpons: Fake SMTP server for safe email testing Dutch postcode & address API. Link to comment Share on other sites More sharing options...
reb Posted September 23, 2009 Share Posted September 23, 2009 WOW! Tried your script and it works well. GOOD JOB. REB MEASURE TWICE - CUT ONCE Link to comment Share on other sites More sharing options...
frankar Posted November 23, 2011 Share Posted November 23, 2011 I'm unable to find the script. Where is ti ? Thanks Link to comment Share on other sites More sharing options...
trancexx Posted November 23, 2011 Author Share Posted November 23, 2011 (edited) I don't know. I remember having not enough space for the attachments and deleting some for that space. Seems I've done that with this one too. That's shame, it was really cool. edit: cool to see voting for this thread from my current perspective. Edited November 23, 2011 by trancexx ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
Zedna Posted November 23, 2011 Share Posted November 23, 2011 That's shame, it was really cool.If you want I can upload my local copy ... Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
toddcbrf2 Posted January 14, 2012 Share Posted January 14, 2012 Hi Zedna. That would be great if you could upload a copy. Thanks! “Anyone who has never made a mistake has never tried anything new.”― Albert Einstein Link to comment Share on other sites More sharing options...
UEZ Posted January 15, 2012 Share Posted January 15, 2012 Alternative download source: http://www.4shared.com/archive/9RLDJmX4/HTML_Editor.html Br, UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
czardas Posted January 16, 2012 Share Posted January 16, 2012 (edited) I'm sure I'll have fun with this. Thank you trancexx, and thank you for the link UEZ. It looks very nice.BTW Desire is the best album by Bob Dylan. I especially like the song Hurricane , which you may have heard, since it's the title song to this movie. Edited January 16, 2012 by czardas operator64 ArrayWorkshop Link to comment Share on other sites More sharing options...
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