Window opacity isn't being affected?
I have a button click method over here that should set a window to opaque:
The method works too. The trace here works:
The output shows the message but the opacity of the window doesn't change. What am I doing wrong?
10 Replies
Do you want to fade it out?
Opacity of 1 means fully visible (to make it fade the value needs to go to 0)
I want it to fade but right now, I just need it to be fully opaque.
Ill figure out the fade myself
Set this.Opacity = 1; to this.Opacity = 0;
Wouldn't that just make the window entirely transparent/
?
Same thing
Opacity wont change
:/
Well, I would probably need some more code
What would you like to see?
Or wait, try 0.5
Still the same :(
What's wierder is that changing other properties work
like window state
its just opacity
hmm
Definitely wierd