What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Line/Separator

Line/Separator
Author: Message:
mathieumg
Full Member
***


Posts: 181
Reputation: 2
34 / Male / Flag
Joined: May 2004
O.P. RE: Line/Separator
I realize I am reviving a very old thread of mine, but I have an issue with this very line at the moment.

I am using a BottomBar element to place my buttons, I have 6 buttons in the LeftControls and 1 button in the RightControls. I want to place this vertical line in-between the 3rd and 4th buttons of the LeftControls.

The problem is that the above code is an Element, and I believe LeftControls will only accept Control objects. Moreover, when resizing the window vertically, the vertical line will not move and when resizing the window horizontally, only the bottom of the line will move creating a slope, which is not the goal at all here.

I have tried some properties:

XML code:
        <Elements>
            <Element xsi:type="LineElement" Id="LnVerticalLine">
                <Position Top="280" Left="175" Width="0" Height="15">
                    <Anchor Horizontal="LeftRightFixed" Vertical="TopBottomFixed" />
                </Position>
                <Attributes>
                    <StartCap>Flat</StartCap>
                    <EndCap>Flat</EndCap>
                </Attributes>
                <Size>1</Size>
                <Color><Red>195</Red><Green>195</Green><Blue>195</Blue></Color>
            </Element>                
        </Elements>


Without success. I would need help with these two problems.

Thank you in advance.

Edit:

I have managed to fix the second slope/vertical issue by using this instead:

XML code:
<Anchor Horizontal="LeftFixed" Vertical="BottomFixed" />


This was my bad. I still require help regarding the BottomBar however. I think the element could be placed independently of the BottomBar, but for it to work I would need to find a way to make more space in-between the 3rd and 4th buttons but the Left attribute doesn't work for controls in the BottomBar :( Any point of view on this is welcome. Thanks again.
Well, nevermind all this haha. I thought Margin was an attribute of LeftControls while it actually is a child that you can reuse as much as you want inbetween controls. Exactly what I was looking for.

This post was edited on 06-21-2009 at 01:49 AM by mathieumg.
Official MessengerPlus! Live French Translator
Official StuffPlug 3 French Translator

:)
06-21-2009 01:35 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Line/Separator - by mathieumg on 06-25-2006 at 07:04 PM
RE: Line/Separator - by matty on 06-25-2006 at 07:15 PM
RE: Line/Separator - by mathieumg on 06-25-2006 at 07:25 PM
RE: Line/Separator - by Skyler0 on 06-25-2006 at 07:30 PM
RE: RE: Line/Separator - by alexp2_ad on 06-25-2006 at 07:34 PM
RE: Line/Separator - by mathieumg on 06-21-2009 at 01:35 AM
RE: Line/Separator - by Matti on 06-21-2009 at 08:23 AM


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