quote:
Originally posted by djdannyp
2. Working CMDID for skin options button - Suggestion
It's a semi known issue that due to the dividing of the contact list into two different UIs, but a workaround was found for the Preferences and Script button......any advances on one for the skin options button?
This has now been fixed in the new private beta.....other issues still remain:
djdannyp's reply to Skinners Unite!
and
quote:
Pictures in line with DP - Main problem!
Anyone who's used/seen my skin will know that I have a picture that goes in line with the display pictures, resting 'on top' of the lower display picture. On the new beta I have put this picture in place, however there appears to be padding around the DP....due to not being able to decode the msrle object that provides the image for the DP border, I'm not sure as to whether it's a certain amount of padding included in the picture itself, or if there is some padding somewhere in the UI file that i'm missing (i've tried removing almost every padding option in and around the DP code and I've had no joy).......any ideas?
Extra information for 1.
code:
<element id=atom(meleftsidecontainer) layout=FlowLayout(2,1,0,2) layoutpos=bottom>
<clipperh layoutpos=bottom class="AvatarClipper" layout=BorderLayout()>
<element id=atom(secondpicture)>
</element>
</clipperh>
<element id=atom(mecontainer) layout=BorderLayout() selected=false>
Top and bottom lines are just for context.....but that produces the picture in virtually the right position, but with a few px gap between them. Also, whatever layoutpos i apply to "clipperh" it doesn't seem to actually alter the position of the picture. also, the element "secondpicture" doesn't contain any layout/aligning data, just the picture to be added