My working plugin! Colourer! - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: My working plugin! Colourer! (/showthread.php?tid=20212) My working plugin! Colourer! by Mike on 01-07-2004 at 06:54 PM
Finally!I made my first plugin! RE: My working plugin! Colourer! by bach_m on 01-07-2004 at 07:43 PM when i type my message in teh little box, and select a color, it gos to the begining of the line RE: My working plugin! Colourer! by Stigmata on 01-07-2004 at 07:45 PM
hmmmmm RE: My working plugin! Colourer! by bach_m on 01-07-2004 at 07:47 PM
altho i dont understand the point, really. Ctrl+k is easier, i think RE: RE: My working plugin! Colourer! by Mike on 01-07-2004 at 07:48 PM
quote: Yeah i know...I might attemp to fix that. quote: Uhhh....Sorry for "stealing" your idea.... quote: Bah when i fix the bug u'll see the its easier to use the plugin! quote: Yeah because im not sure how I can do this... RE: My working plugin! Colourer! by bach_m on 01-07-2004 at 07:51 PM "attempt"??? i think its a flaw that needs to be fixed RE: My working plugin! Colourer! by Mike on 01-07-2004 at 08:03 PM Geez I was quoting & editing my posts to anwser your questions!Well do you have any suggetions before I attemp to fix the major bug? RE: My working plugin! Colourer! by Stigmata on 01-07-2004 at 08:10 PM
quote: lol, it doesnt mata, yours would properly be better anyway idea, try to use backgrounds to RE: RE: My working plugin! Colourer! by Mike on 01-07-2004 at 08:33 PM
quote: RE: My working plugin! Colourer! by Jutx on 01-07-2004 at 08:42 PM
If your using VB this will solve your beginning of line problem (change text1 to name of your control) RE: My working plugin! Colourer! by LeCastor2001 on 01-07-2004 at 09:58 PM I was told the 'sendkeys' function is dangerous... RE: My working plugin! Colourer! by Jutx on 01-07-2004 at 10:09 PM It is not recommended, meaning avoid it where possible, but it isn't dangerous if it is doing something simple like positioning a cursor. (also the VB example forms (like the login dialog and about dialog) use this to position the cursor at the end of a text box so we can assume it is OK) RE: My working plugin! Colourer! by Mike on 01-07-2004 at 10:13 PM
Version 1.1 is out! RE: My working plugin! Colourer! by CookieRevised on 01-07-2004 at 10:33 PM
quote:You should use the proper way to do that. Try to avoid sendkeys. .SelText .SelStart .SelLength => Text1.SelStart = Len(Text1.value) Text1.SelLength = 0 RE: My working plugin! Colourer! by Jutx on 01-08-2004 at 12:15 AM
if it gets the job done... who cares! RE: My working plugin! Colourer! by manavo on 03-05-2004 at 11:11 PM
quote: It might not always do the job... RE: My working plugin! Colourer! by MakaveliThaDon on 03-06-2004 at 02:17 PM can i have the source code plz ? RE: My working plugin! Colourer! by Mike on 03-06-2004 at 04:38 PM Sorry.You cant have it... |