PSM--> Normal invisible and MouseOver visible? - 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: PSM--> Normal invisible and MouseOver visible? (/showthread.php?tid=87071) PSM--> Normal invisible and MouseOver visible? by DennisMartijn on 11-04-2008 at 04:24 PM
Hay! I'm looking for a way to hide and show the Personal Message element in the contact list. code: The above code doesn't work. Is there an alternate method of dynamic hiding, or am I doing something wrong? RE: PSM--> Normal invisible and MouseOver visible? by SmokingCookie on 11-04-2008 at 06:49 PM
visible:false? RE: PSM--> Normal invisible and MouseOver visible? by ryxdp on 11-05-2008 at 06:05 AM
It should work if you add Alpha: 255; to the [mousefocused] state, because DirectUI elements inherit properties from its previous state. For example, if you had an element with normal, mousefocused and pressed states, and you only specified the image file in the normal state, it would stay that way, but if you specified different images for each, the element would visibly change. This applies to all properties and states, as far as I know. The WLM team don't exactly follow this much, it'd probably save a heap of space, but oh well. RE: PSM--> Normal invisible and MouseOver visible? by DennisMartijn on 11-05-2008 at 01:47 PM
Ok, so I tried setting both elements to the same "language". both have a specified alpha. RE: PSM--> Normal invisible and MouseOver visible? by SmokingCookie on 11-05-2008 at 03:18 PM
I'm not sure.. It's rather "omslachtig" (I suppose you're Dutch, as Dennis and Martijn are Dutch names? ). RE: PSM--> Normal invisible and MouseOver visible? by vaccination on 11-05-2008 at 03:33 PM
If i'm understanding you correctly, you made the "labelrichedit[id=atom(idPSMText)][class="PSM"][MouseFocused]" element up? RE: RE: PSM--> Normal invisible and MouseOver visible? by DennisMartijn on 11-05-2008 at 08:50 PM
quote: Hm, ok. So I can scrap that from the list.. wich brings me to nothing. Isn't there any other way of hiding such elements, but let them reappear with the click of a button or a mouseover? The chat window has a similair button, the one next to the dp's that can hide them. I can't find the code for that though? RE: PSM--> Normal invisible and MouseOver visible? by Basilis on 11-05-2008 at 08:58 PM Try searching for the image id (the button that hides the DPs) in the style file. Then, you will find which element it is (e.g. ai412) and you will be able to find it in the definition file. RE: PSM--> Normal invisible and MouseOver visible? by vaccination on 11-05-2008 at 10:37 PM
you can't do it, it's simply not possible. RE: RE: PSM--> Normal invisible and MouseOver visible? by Willz on 11-05-2008 at 11:06 PM
quote: That won't work. quote: Vax is right. You can't take something like the show/hide dp cmdid and then make it hide something else. All of the cmdid are specifically programmed to do a certain action. They call on certain elements with a certain class, id, content and element type. You can't change that since its all hard coded into Messenger itself. quote: A blank element is just blank. It has no formatting applied to it so yeah. |