XWidgetSoft Forum
https://bbs.xwidget.com/

BUG? with AERO BLUR???
https://bbs.xwidget.com/viewtopic.php?f=8&t=3030
Page 1 of 1

Author:  Armando [ May 9th, 2013, 3:12 pm ]
Post subject:  BUG? with AERO BLUR???

I have seen that the effect "AERO BLUR" does not work when an image is not permanently visible. That is, suppose that image1 has the effect "AERO BLUR". Well, if image1 default is "invisible" and only becomes visible at certain condition, this image1, when it be visible the effect "AERO" will not present.
But, if the image1 is always visible, you can see the effect AERO.
Sorry for my english...

Author:  digigamer [ May 14th, 2013, 4:58 pm ]
Post subject:  Re: BUG? with AERO BLUR???

That's windows internal stuff... When an object is transparent, no effects are applied on to it and no events occur. This is the reason we are able to create round or any bizarre shaped widgets. And in xwidget, no "TRUE AERO BLUR" is used, it's a simple dx blur filter that simulates aero blur. Aero blur CANNOT be applied in patches, as per MS.

Author:  Tony [ May 15th, 2013, 12:57 am ]
Post subject:  Re: BUG? with AERO BLUR???

Hi, Please add code after invisibled control:

function onImage1Click(sender)
{
image1.visible = false;
refreshAeroBlur; //add this code to refresh aero blur region
}

Author:  Armando [ May 15th, 2013, 8:48 am ]
Post subject:  Re: BUG? with AERO BLUR???

There is a wat to quit aeroblur effect by script code?
Because now, with "refreshAeroblur", I can't "off" effect (even if image1 is not visible, the effet aerblur remains).

Page 1 of 1 All times are UTC - 8 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/