[Help] Ghost text in the wordwheel O_O? |
Author: |
Message: |
Keikonium
Full Member
  
Posts: 229 Reputation: 3
36 / / 
Joined: Jul 2006
|
O.P. [Help] Ghost text in the wordwheel O_O?
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:
You may not beable to see it there very well, so I have enlarged it for you:
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  ?
Now Playing:
[image not working] ![[Image: 87cc21b0.png]](http://img.photobucket.com/albums/v417/Hiddenmario/87cc21b0.png)
|
|
01-11-2008 10:26 PM |
|
 |
Willz
Senior Member
   

Posts: 952 Reputation: 52
37 / / 
Joined: Jul 2006
|
RE: [Help] Ghost text in the wordwheel O_O?
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 
|
|
01-11-2008 11:21 PM |
|
 |
Eljay
Elite Member
    

:O
Posts: 2946 Reputation: 77
– / / –
Joined: May 2004
|
RE: [Help] Ghost text in the wordwheel O_O?
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
![[Image: attachment.php?pid=881451]](http://shoutbox.menthix.net/attachment.php?pid=881451)
Attachment: blah.png (9.29 KB)
This file has been downloaded 615 time(s).
|
|
01-11-2008 11:58 PM |
|
 |
Keikonium
Full Member
  
Posts: 229 Reputation: 3
36 / / 
Joined: Jul 2006
|
O.P. RE: [Help] Ghost text in the wordwheel O_O?
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  .
Now Playing:
[image not working] ![[Image: 87cc21b0.png]](http://img.photobucket.com/albums/v417/Hiddenmario/87cc21b0.png)
|
|
01-12-2008 03:19 AM |
|
 |
deAd
Scripting Contest Winner
    

Posts: 1060 Reputation: 28
– / / 
Joined: Jan 2006
|
RE: [Help] Ghost text in the wordwheel O_O?
You could try hiding it...
|
|
01-12-2008 03:23 AM |
|
 |
vikke
Senior Member
   

Posts: 900 Reputation: 28
32 / / 
Joined: May 2006
|
RE: RE: [Help] Ghost text in the wordwheel O_O?
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.
|
|
01-12-2008 10:13 AM |
|
 |
blessedguy
Skinning Contest Winner
    
Posts: 1762 Reputation: 25
32 / / 
Joined: Jan 2008
|
RE: [Help] Ghost text in the wordwheel O_O?
...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!!
|
|
01-12-2008 04:23 PM |
|
 |
stuartbennett
Senior Member
   

Posts: 952 Reputation: 1
44 / / 
Joined: Nov 2003
|
RE: [Help] Ghost text in the wordwheel O_O?
3rd of 4th line from top of your 1001 definitions file is where you find the wordwheelelement tag.
|
|
01-12-2008 04:30 PM |
|
 |
blessedguy
Skinning Contest Winner
    
Posts: 1762 Reputation: 25
32 / / 
Joined: Jan 2008
|
RE: [Help] Ghost text in the wordwheel O_O?
<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
|
|
01-12-2008 06:05 PM |
|
 |
stuartbennett
Senior Member
   

Posts: 952 Reputation: 1
44 / / 
Joined: Nov 2003
|
RE: [Help] Ghost text in the wordwheel O_O?
<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.
|
|
01-12-2008 07:15 PM |
|
 |
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|