Shoutbox

update? - 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: Skinning (/forumdisplay.php?fid=41)
+----- Thread: update? (/showthread.php?tid=90005)

update? by valeria-elfo on 03-31-2009 at 11:08 PM

hi,i have a question...
i try to update my sexyanime skin but..
when i add an image on the contact list
the image work only on left!!!!
i explain this with a screen
if you look, the image with the girl is on the left but in the code i write "right"

<Element layoutpos=bottom layout=filllayout() background=argb(0,0,0,0)>
            <element layoutpos=right content=rcimg(59996) width=550 height=675/>
             
        </Element>



why?

byeeeeeee :)..........CIAO................................


RE: update? by robert_dll on 03-31-2009 at 11:11 PM

Is the image independent from the background? If it isn't then you won't achieve anything with that code.


RE: update? by valeria-elfo on 03-31-2009 at 11:17 PM

yes....59996 is the id only of the image of the girl
that is indipendent
the blue background is another image

thanks :)


RE: update? by robert_dll on 04-01-2009 at 01:48 AM

Try this:

XML code:
<Element layoutpos=bottom layout=filllayout() background=argb(0,0,0,0)>
<Element layoutpos=right layout=borderlayout()>
<element content=rcimg(59996) width=550 height=675/>              
</Element>
</Element>


RE: update? by valeria-elfo on 04-01-2009 at 09:01 AM

:D yes!yes!!!!

thans very much!!!
with the new code i have the image on the right :)

byeeeee.....CIAO....


RE: update? by robert_dll on 04-02-2009 at 02:49 AM

great :P