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

Image Objects
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Image Objects
quote:
Originally posted by alexp2_ad
But then the second part of the easter egg wouldn't work. :P
why not? It is perfectly possible that the control which is responsible for the second part is actually the image itself, you don't need a special button. It only requires to check the mouse positions to perform or not perform the second part when the user does to the image what he needs todo.

quote:
Originally posted by Eljay
its not so much an invisible control, as a control with an image that is 100% transparent :P
well that's something different then... in that case the control is still visible in the true sense (property 'visible' is true), so it is controleable also... yep.

But if the property 'visible' of a control is false, it can't be (shouldn't be able to be) controlled.

PS: if you are refering to the second part of the easter egg, there is no control with a transparent image for that only (see code). It is most likely done as explained above to alexp2_ad.

code:
<Elements>
    <Element xsi:type="ImageElement" Id="ImgPic">
        <Position Top="2" Left="3">
            <Units>PosPixels</Units>
        </Position>
        <Image>
            <Name>Papc</Name>
            <Format>JPEG</Format>
        </Image>
    </Element>
</Elements>
<Controls>
    <Control xsi:type="ButtonControl" Id="BtnClose">
        <Position Top="355" Width="75" Left="451">
            <Units>AllPixels</Units>
        </Position>
    </Control>
</Controls>

This post was edited on 09-09-2006 at 03:43 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
09-09-2006 03:29 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Image Objects - by Spunky on 09-08-2006 at 03:42 PM
RE: Image Objects - by Felu on 09-08-2006 at 03:47 PM
RE: Image Objects - by Spunky on 09-08-2006 at 03:51 PM
RE: Image Objects - by Dempsey on 09-08-2006 at 04:01 PM
RE: Image Objects - by Spunky on 09-08-2006 at 04:03 PM
RE: Image Objects - by Felu on 09-08-2006 at 04:03 PM
RE: Image Objects - by Spunky on 09-08-2006 at 04:06 PM
RE: Image Objects - by RaceProUK on 09-08-2006 at 04:09 PM
RE: RE: Image Objects - by alexp2_ad on 09-08-2006 at 04:14 PM
RE: Image Objects - by Matti on 09-08-2006 at 04:12 PM
RE: Image Objects - by CookieRevised on 09-08-2006 at 05:40 PM
RE: RE: Image Objects - by alexp2_ad on 09-08-2006 at 05:57 PM
RE: Image Objects - by Eljay on 09-08-2006 at 06:01 PM
RE: Image Objects - by CookieRevised on 09-09-2006 at 03:29 AM
RE: Image Objects - by AberNStein on 09-09-2006 at 03:37 AM
RE: Image Objects - by NanaFreak on 09-09-2006 at 03:39 AM
RE: Image Objects - by CookieRevised on 09-09-2006 at 03:46 AM
RE: Image Objects - by markee on 09-09-2006 at 07:07 AM
RE: Image Objects - by matty on 09-09-2006 at 02:53 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