Shoutbox

[Release] GTA IV Messenger 3.02 - 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: [Release] GTA IV Messenger 3.02 (/showthread.php?tid=86829)

[Release] GTA IV Messenger 3.02 by SmokingCookie on 10-23-2008 at 12:03 PM

Bring the world's best-selling game to your Messenger with:

GTA IV Messenger


Features:
- 21 backgrounds, including 3 artworks
- Large DPs in detailed contact list mode
- Transparent scroll bars and window headers to maximise the visibility of the background
- Most buttons can be removed
- A few "extras" in the skin's folder

Known issues:
- Sometimes, the current user's DP, nick name and PSM might disappear. Simply change* your status via the contact list to solve this (fixed in next release).

Screen shot (sorry for poor quality):
[Image: attachment.php?pid=933931]

Download:
Stable

* You may also "change" your status to your current status.
RE: [Release] GTA IV Messenger 3.02 by djdannyp on 10-23-2008 at 12:59 PM

The dp, screenname and psm disappearing can easily be fixed.  it is to do with the removal of buttons from the dashboard.

simply wrap a new element around the button and then give that a layoutpos=none property whenever you want to remove it and that will make the problem go away.

if you don't understand what i'm saying then look at the 923 definition from my sexyskin (linked in my sig) and you'll see what i mean :)


RE: [Release] GTA IV Messenger 3.02 by SmokingCookie on 10-23-2008 at 05:06 PM

Err.. I've taken a look at your skin's 923 def, but I don't see any conditionally enabled elements with a layoutpos=none..

I've 'converted' my 923 def file to what you're saying, and the Plus! buttons have disappeared. I can see that you've added some resources. I suppose you've re-added the buttons? Anyway, the DP, PSM and nick keep disappearing..


RE: [Release] GTA IV Messenger 3.02 by DennisMartijn on 11-05-2008 at 08:57 PM

Try setting a background for the text in the sign in window. That way they are much clearer to read.


RE: RE: [Release] GTA IV Messenger 3.02 by djdannyp on 11-05-2008 at 09:46 PM

quote:
Originally posted by SmokingCookie
Err.. I've taken a look at your skin's 923 def, but I don't see any conditionally enabled elements with a layoutpos=none..

I've 'converted' my 923 def file to what you're saying, and the Plus! buttons have disappeared. I can see that you've added some resources. I suppose you've re-added the buttons? Anyway, the DP, PSM and nick keep disappearing..

code:
<*PlusSkin Conditions(HideSharingFolders = true) *>
<Element layoutpos=none>
</*PlusSkin*>
<Button cmdid=40373 id=atom(sharingfoldersbtn) AccRole=57 Class="TransparentButton" Layout=flowlayout(0,2,0,2) Active=MouseandKeyboard|NoSyncFocus Padding=rect(5,4,5,4)>
<element class="ToolbarIcon" ID=Atom(ai204)/>
<element id=atom(sharecount) class="ToolbarButtonItemCount" padding=rect(3,0,0,0)/>
</Button>
<*PlusSkin Conditions(HideSharingFolders = true) *>
</Element>


that's an example of what i explained to you, taken from my 923 definition, it will stop the DP, Nick & PSM disappearing.  Basically it means that the start and end tags of the blank element only appear when the value for hiding the button is set to true.....so it hides the button within that invisible element, without corrupting your skin.

As for the Plus elements, if you set them to be removed in your skininfo, then you have to re-add them in your 923 definition and make them optional (exactly like i've done), as it's the only way to add the option to your skin to show them or not show them (individually, that is)