What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] FigureElement with BaseColor and Alpha

[?] FigureElement with BaseColor and Alpha
Author: Message:
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
O.P. RE: [?] FigureElement with BaseColor and Alpha
Even if I do that, I still can't use BaseColor and Alpha together, right?  :S

This is what I've got at the moment...
XML code:
<Element xsi:type="FigureElement" Id="FgrTestB">
    <Position Left="113" Top="-4" Width="500" Height="60">
        <Units>AllPixels</Units>
        <Anchor Vertical="TopBottomFixed"/>
    </Position>
    <Figure>
        <RoundRect>
            <Radius>5</Radius>
        </RoundRect>
    </Figure>
    <Border>
        <Color>
            <BaseColor/>
        </Color>
    </Border>
</Element>
<Element xsi:type="FigureElement" Id="FgrTestF">
    <Position Left="113" Top="-4" Width="500" Height="60">
        <Units>AllPixels</Units>
        <Anchor Vertical="TopBottomFixed"/>
    </Position>
    <Figure>
        <RoundRect>
            <Radius>5</Radius>
        </RoundRect>
    </Figure>
    <Fill>
        <PlainColor>
            <BaseColor/>
        </PlainColor>
    </Fill>
</Element>


Edit: never mind.  Just had a closer look at the scripting docs; apparently there's a Transparency tag that works on BaseColor.

This post was edited on 10-29-2011 at 09:34 PM by whiz.
10-29-2011 09:23 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] FigureElement with BaseColor and Alpha - by whiz on 10-28-2011 at 01:32 PM
RE: [?] FigureElement with BaseColor and Alpha - by matty on 10-28-2011 at 02:24 PM
RE: [?] FigureElement with BaseColor and Alpha - by whiz on 10-29-2011 at 09:23 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On