ToyleY Posted December 23, 2007 Posted December 23, 2007 (edited) Seems to be some sort of error at line 439/440 in A3LRichEdit yte" Edited December 24, 2007 by ToyleY
dfHunter Posted June 12, 2008 Posted June 12, 2008 how to make link clickable? (in autoitpad) and how can i make autostyling(like this: <text> must be clickable, click must run my function and color must change to red)
James Posted June 12, 2008 Posted June 12, 2008 how to make link clickable? (in autoitpad)and how can i make autostyling(like this: <text> must be clickable, click must run my function and color must change to red)In the Richedit control? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
dfHunter Posted June 12, 2008 Posted June 12, 2008 i find answer on first question, so i need only answer on second question: how can i make autostyling(like this: <text> must be clickable, click must run my function and color must change to red)
arcker Posted June 12, 2008 Author Posted June 12, 2008 you mean an "OnEvent" link ? -- Arck System _ Soon -- Ideas make everything "La critique est facile, l'art est difficile" Projects :[list] [*]Au3Service : Run your exe as service V3 / Updated 29/07/2013 Get it Here [/list]
dfHunter Posted June 12, 2008 Posted June 12, 2008 you mean an "OnEvent" link ?yes, custom! OnEvent link like this:<objectname> and when you click, you select listview item with name "objectname"just examplesorry for bad english )
arcker Posted June 12, 2008 Author Posted June 12, 2008 huh... seems hard because you create the link dynamically so you need to retrieve the message that is set when you clink on the link and treat it, and i wonder if clicking on a link triggers an events. -- Arck System _ Soon -- Ideas make everything "La critique est facile, l'art est difficile" Projects :[list] [*]Au3Service : Run your exe as service V3 / Updated 29/07/2013 Get it Here [/list]
WeMartiansAreFriendly Posted June 21, 2008 Posted June 21, 2008 huh...seems hard because you create the link dynamicallyso you need to retrieve the message that is set when you clink on the link and treat it, and i wonder if clicking on a link triggers an events.Could this be updated for the latest AutoIt 3.12.x, (now that AutoIt3Lib became a standard) I would do it, but it's getting kinda late Don't bother, It's inside your monitor!------GUISetOnEvent should behave more like HotKeySet()
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