You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GWT-FX
Hi,
I've come across an issue using Fade in IE - if I aply a Fade to a
panel and then apply a Fade to a child panel IE show a box where my
child panel was/is. to get around this I've overridden Fade and the
onComplete/onStart and I disable the Filter once the effect has
completed (as long as the opacity is 0 or 100) and if the opacity is 0
I set the css property display:none... this appears to work ok.
Cheers,
Dave
Adam T
unread,
Aug 4, 2010, 1:55:05 PM8/4/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GWT-FX
Cheers Dave, I'll try and incorporate that into the code when I get a
moment.
//Adam