Shoutbox

[Help] Ghost text in the wordwheel O_O? - 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: [Help] Ghost text in the wordwheel O_O? (/showthread.php?tid=80874)

[Help] Ghost text in the wordwheel O_O? by Keikonium on 01-11-2008 at 10:26 PM

I am encountering a problem ever since I made the word wheel transparent. Anything I type gets typed again in a light grey offset behind my text:

[Image: ghosttext.png]

You may not beable to see it there very well, so I have enlarged it for you:

[Image: ghosttextlarge.png]

Does anyone know what might be causing this? I can't seem to find a way to prevent it... but I'm probably just overlooking something.

A little help :)?


RE: [Help] Ghost text in the wordwheel O_O? by Willz on 01-11-2008 at 11:21 PM

the reason that happens is because you have given the word wheel a semi-transparent background.

After some experiments I have come to find that Microsoft has now made a new limitation where the wordwheel can't use a semi-transparent or fully transparent background.

Kinda sucks since it worked in 8.1 but theres nothing you can do about it :(


RE: [Help] Ghost text in the wordwheel O_O? by Eljay on 01-11-2008 at 11:58 PM

It seems to set the text in another element which I guess is showing up through the transparent element.

Here is a screenshot from the ever useful MsnCoreViewer :P

[Image: attachment.php?pid=881451]


RE: [Help] Ghost text in the wordwheel O_O? by Keikonium on 01-12-2008 at 03:19 AM

Damn Microsoft >.<.

Since this 'other element' that you mentioned Eljay is generating this ghost text, is it possible to set this other element to have a different font color?

Thank you both for your replies, and for your tests to find out the underlying issue :).


RE: [Help] Ghost text in the wordwheel O_O? by deAd on 01-12-2008 at 03:23 AM

You could try hiding it...


RE: RE: [Help] Ghost text in the wordwheel O_O? by vikke on 01-12-2008 at 10:13 AM

quote:
Originally posted by deAd
You could try hiding it...
Hiding WordWheelElement (which is the one I think displays the ghost test) would hide all it's childs, therefore the whole wordwheel will be hidden.
My suggestion is that you add Foreground=argb(0,0,0,0); to the WordWheelElement tag.
RE: [Help] Ghost text in the wordwheel O_O? by blessedguy on 01-12-2008 at 04:23 PM

...hmmm...one thing...where is this WordWheelElement tag??

I'm trying to make look like the contacts list, but i can't find the element!!


RE: [Help] Ghost text in the wordwheel O_O? by stuartbennett on 01-12-2008 at 04:30 PM

3rd of 4th line from top of your 1001 definitions file is where you find the wordwheelelement tag.


RE: [Help] Ghost text in the wordwheel O_O? by blessedguy on 01-12-2008 at 06:05 PM

<Element LayoutPos=Client Layout=BorderLayout() Foreground=argb(0,0,0,0);>
<WordWheelElement id=atom(WordWheelElement)/>
</Element>

in another words, added Foreground=argb(0,0,0,0); and nothing happened


RE: [Help] Ghost text in the wordwheel O_O? by stuartbennett on 01-12-2008 at 07:15 PM

<Element LayoutPos=Client Layout=BorderLayout()>
<WordWheelElement id=atom(WordWheelElement) Foreground=argb(0,0,0,0);/>
</Element>

thats the correct code i beleive, although i havent actually tested it.


RE: [Help] Ghost text in the wordwheel O_O? by blessedguy on 01-12-2008 at 07:22 PM

...weird...instead of the foreground/background going to transparent, the border disapeard!...well...at least something deisapeard...

Edit:Just to confirm...this code is for WLM 8.5, isn't it??


RE: [Help] Ghost text in the wordwheel O_O? by stuartbennett on 01-12-2008 at 08:28 PM

yes code is for wlm


RE: [Help] Ghost text in the wordwheel O_O? by blessedguy on 01-13-2008 at 08:04 PM

I FOUND IT!
go into the 44103 Style file and find the following text:

Element[id=atom(wordWheelTextContainer1)]
{
    MinSize:size(0,37);
    Background:rgb(255,255,255);
}

if you didn't find it, you might have changed it to:

Element[id=atom(wordWheelTextContainer1)]
{
    MinSize:size(0,37);
    Background:argb(0,255,255,255);
}

if it is "Background:argb(0,255,255,255);", you will have the ghost text, if it it "Background:rgb(255,255,255);", you will see no text behind it


RE: [Help] Ghost text in the wordwheel O_O? by nunoperalta on 01-14-2008 at 05:02 PM

Hehehe, I had the same problem with my skin... and you can't remove that bug... :(
I wasted 4 hours trying to remove ;)