Font variable [for developpement] - 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) +----- Thread: Font variable [for developpement] (/showthread.php?tid=64404) Font variable [for developpement] by Josellis on 08-03-2006 at 09:20 AM
I am trying to add a function to the "huhu clone" plugin. code: What I am trying to find is the equivalent of "CntDP" and "Messenger.MyDisplayPicture" but for the font (font, italic, blod, underline). I don't know if it is something like "CntFont" (which includes the fond, bold, italic, underline) or "CntFont" (which includes the fond), "CntFontBold" or "CntFB" (which includes the bold) etc. I hope you understand what I mean ... RE: Font variable [for developpement] by Matti on 08-03-2006 at 09:47 AM
There is no preset variable in the Contact object containing the current font face of the contact. If it would be there, Huhu Clone probably had it. RE: Font variable [for developpement] by RaceProUK on 08-03-2006 at 10:23 AM Determining a contact's font without sniffing network packets or API hooking the windowless RichEdit will be very difficult, and almost impossible to do reliably. RE: Font variable [for developpement] by Josellis on 08-03-2006 at 10:33 AM
but is it possible? RE: Font variable [for developpement] by RaceProUK on 08-03-2006 at 11:40 AM Packet sniffers are not the easiest things to write. They can get quite complex, and they also need to hook into the system at a fairly low level. It's not for inexperienced programmers. Nor is trying to get the font from the convo window using script. RE: Font variable [for developpement] by Josellis on 08-03-2006 at 11:44 AM can someone write a script for that? RE: Font variable [for developpement] by Dempsey on 08-03-2006 at 12:02 PM Couldn't [Release] Xniff (ActiveX Packet Sniffer) - Examples inside be used for this? RE: Font variable [for developpement] by Josellis on 08-05-2006 at 12:02 AM
It might work, only I have no idea how to use that script ... I don't even know how to open it RE: Font variable [for developpement] by Huhu_Manix on 08-05-2006 at 12:14 AM
Don't forget after found font color, bold, etc... We need to apply them into the chat window. RE: Font variable [for developpement] by Joereynolds89 on 08-05-2006 at 12:21 AM colour can be set using bbcode, [c=colour][/c] for example RE: Font variable [for developpement] by deAd on 08-05-2006 at 12:35 AM After you get the color and font name (and style), you can binary encrypt it, change the WLM Font registry key, and then close/open the open conversation windows. RE: Font variable [for developpement] by Huhu_Manix on 08-05-2006 at 12:41 AM
Oh yes sorry i forgot [c=n], [b], [i] ! RE: Font variable [for developpement] by Josellis on 08-05-2006 at 01:17 AM
For now I am only getting some "might be possible", "maybe if", etc. RE: Font variable [for developpement] by lanky3 on 08-05-2006 at 08:26 AM if somebody can make this script that would be too cool RE: Font variable [for developpement] by cloudhunter on 08-05-2006 at 07:34 PM
Yes it would be possible in a script, however it wouldn't be easy. I think it will be implimented in the scripting system eventually though, but only time will tell |