XWidgetSoft Forum

XWidget & XLaunchpad , Desktop customization
It is currently May 10th, 2025, 9:49 am

All times are UTC - 8 hours




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: BUG? with AERO BLUR???
PostPosted: May 9th, 2013, 3:12 pm 
Offline
User avatar

Joined: June 12th, 2012, 11:05 am
Posts: 257
Location: Barcelona
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...


Top
 Profile  
 
PostPosted: May 14th, 2013, 4:58 pm 
Offline
User avatar

Joined: March 8th, 2013, 10:27 pm
Posts: 353
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.

_________________
Life is a myriad game... Just play it!


Top
 Profile  
 
PostPosted: May 15th, 2013, 12:57 am 
Offline
User avatar

Joined: May 12th, 2012, 8:32 pm
Posts: 594
Hi, Please add code after invisibled control:

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

_________________
XWidget Software Developer
[XWidget for Android] [Lastest version of XWidget] [Lastest patch of XWidget]
[XDesktop for Android/Windows]


Top
 Profile  
 
PostPosted: May 15th, 2013, 8:48 am 
Offline
User avatar

Joined: June 12th, 2012, 11:05 am
Posts: 257
Location: Barcelona
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).


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 24 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Powered by phpBB® Forum Software © phpBB Group