Shoutbox

HELP - Window backgrounds! - 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: HELP - Window backgrounds! (/showthread.php?tid=90823)

HELP - Window backgrounds! by whiz on 05-28-2009 at 05:43 PM

Is it possible to set an image (e.g. "background.png") as the background for a window?  And by this, I mean that it resizes with the window.  I think I have this figured out now...

And, also, can a small image be tiled so it repeats as the window size is changed?


RE: HELP - Window backgrounds! by SmokingCookie on 05-28-2009 at 07:06 PM

XML code:
 <!-- ImageElement -->
<Element xsi:type="ImageElement" Id="ElmtWhatevvah">
      <Position /> <!-- define for yourself -->
      <Mosaic>ENUMVAL</Mosaic>
</Element>


The ENUMVAL being one of these:

  • Normal
  • ResizeToFit
  • HRepeat
  • VRepeat
  • HVRepeat
  • CenterResize

RE: HELP - Window backgrounds! by whiz on 05-29-2009 at 03:36 PM

Got it.  :P  Thanks!