Shoutbox

Show Formatted text? - 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: Show Formatted text? (/showthread.php?tid=92500)

Show Formatted text? by Johnny09 on 10-07-2009 at 07:26 PM

Hello guys.

currently im working on the new version of my script and ive had the idea to add colored PSM into my script. on using [c=#COLOR] the text gets colored.
when i add this tag to my PSM the other people in my contact list can see the colors but not me, i just see something like [c=#FFcc00] my text [/c].

because of this i wanted to add a little PSM editor to my script where you can set the color of your PSM and where you can see how your PSM is finally looking before you set it as PSM. so how can i do it?

my idea was to create in my xml file a StaticControl and an EditControl object.
when i enter my PSM in the EditControl object, e.g.

code:
Hello this is a [c=#ffcc00] test [/c] !


my StaticControl should be updated to:

Hello this is a test !

so that the user can see his PSM how it looks with colors etc..


do you have any ideas how i can make it?

greetz
Ioannis 'Johnny' Karatassis

RE: Show Formatted text? by Johnny09 on 10-08-2009 at 01:51 AM

Problem solved - I play around with RichStaticControl

- close please