HOME | DD

PhysX4 β€” Windows MetroUI For Xwidget V2.0

Published: 2012-02-20 08:41:48 +0000 UTC; Views: 69834; Favourites: 176; Downloads: 17328
Redirect to original
Description Windows MetroUI For Xwidget V2.0

Website :Β livewallpaperspc.com/

Icons1 yankoa.deviantart.com/art/Metr…

Icons2 fav.me/d2261o0



need Xwidget to run this widget. Download the application from here www.xwidget.com/

download the program and install it ,then download the skin (MetroUI) and double click to install it.

how to make this skin work with my resolution?

just copy the code between lines (Appropriate for your pc)

then replace the code between:

function widgetOnLoad() <---------

your code here

function ButtonOnClick(Sender) <---------


original code : (1680x1050)

(Important)

Do not forget this: } or {



// for resolution (1680x1050 + 1600x1024)
----------------------------------------------------------------------------
{
widget.Top = WorkAreaTop;
Height = WorkAreaHeight;
widget.Left = WorkAreaLeft;
widget.Width = WorkAreaWidth;
Button.top = workAreaTop + widget.Height - 60;
Button.left = workAreaWidth + WorkAreaLeft - 70;
web.top = widget.Height - 295;
web.left = workAreaLeft + 650;
button8.top = widget.Height - 60;
button8.left = workAreaWidth - 130;
button9.top = widget.Height - 60;
button9.left = workAreaWidth - 190;
layer1.top = widget.Height - 80;
layer1.left = workAreaLeft - 15;
text21.top = widget.Height - 80;
text21.left = workAreaWidth - 280;
//option1
recyclebin.top = widget.Height - 270;
recyclebin.left = workAreaWidth - 140;
clock.top = workAreaTop + 140;
clock.left = workAreaLeft + 600;
user.top = workAreaTop + 160;
user.left = workAreaWidth - 200;
user_nm.top = workAreaTop + 240;
user_nm.left = workAreaWidth - 260;
note.top = workAreaTop + 430;
note.left = workAreaLeft + 250;
Gmail.top = workAreaTop + 565;
Gmail.left = workAreaLeft + 520;
computer.top = workAreaTop + 430;
computer.left = workAreaLeft + 520;
explorer.top = workAreaTop + 430;
explorer.left = workAreaLeft + 655;
office.top = workAreaTop + 565;
office.left = workAreaLeft + 250;
games.top = workAreaTop + 565;
games.left = workAreaLeft + 385;
weather.top = workAreaTop + 430;
weather.left = workAreaLeft + 790;
control.top = workAreaTop + 565;
control.left = workAreaLeft + 790;
firefox.top = workAreaTop + 565;
firefox.left = workAreaLeft + 925;
rss.top = workAreaTop + 565;
rss.left = workAreaWidth - 555;
deviantart.top = workAreaTop + 430;
deviantart.left = workAreaWidth - 555;
box.top = workAreaTop + 430;
box.left = workAreaWidth - 420;
button3.top = workAreaTop + 40;
button3.left = workAreaWidth - 150;
button2.top = workAreaTop + 40;
button2.left = workAreaWidth - 150;
//option2
cpu.top = workAreaTop + 430;
cpu.left = workAreaLeft + 250;
hd.top = workAreaTop + 565;
hd.left = workAreaLeft + 520;
ram.top = workAreaTop + 565;
ram.left = workAreaLeft + 250;
net.top = workAreaTop + 430;
net.left = workAreaLeft + 520;
msn.top = workAreaTop + 430;
msn.left = workAreaLeft + 790;
skyp.top = workAreaTop + 565;
skyp.left = workAreaLeft + 790;
wmp.top = workAreaTop + 430;
wmp.left = workAreaLeft + 925;
pic.top = workAreaTop + 565;
pic.left = workAreaLeft + 925;
photo.top = workAreaTop + 565;
photo.left = workAreaWidth - 555;
wmp_ctrl.top = workAreaTop + 430;
wmp_ctrl.left = workAreaWidth - 555;
user_pic.src = AvatarPath;
user_nm.Text = LoginName;

}
----------------------------------------------------------------------------






// for resolution (1600x900)
----------------------------------------------------------------------------
{
widget.Top = WorkAreaTop;
Height = WorkAreaHeight;
widget.Left = WorkAreaLeft;
widget.Width = WorkAreaWidth;
Button.top = workAreaTop + widget.Height - 60;
Button.left = workAreaWidth + WorkAreaLeft - 70;
web.top = widget.Height - 295;
web.left = workAreaLeft + 650;
button8.top = widget.Height - 60;
button8.left = workAreaWidth - 130;
button9.top = widget.Height - 60;
button9.left = workAreaWidth - 190;
layer1.top = widget.Height - 80;
layer1.left = workAreaLeft - 15;
text21.top = widget.Height - 80;
text21.left = workAreaWidth - 280;
//option1
recyclebin.top = widget.Height - 270;
recyclebin.left = workAreaWidth - 140;
clock.top = workAreaTop + 140;
clock.left = workAreaLeft + 600;
user.top = workAreaTop + 160;
user.left = workAreaWidth - 200;
user_nm.top = workAreaTop + 240;
user_nm.left = workAreaWidth - 260;
note.top = workAreaTop + 290;
note.left = workAreaLeft + 250;
Gmail.top = workAreaTop + 425;
Gmail.left = workAreaLeft + 520;
computer.top = workAreaTop + 290;
computer.left = workAreaLeft + 520;
explorer.top = workAreaTop + 290;
explorer.left = workAreaLeft + 655;
office.top = workAreaTop + 425;
office.left = workAreaLeft + 250;
games.top = workAreaTop + 425;
games.left = workAreaLeft + 385;
weather.top = workAreaTop + 290;
weather.left = workAreaLeft + 790;
control.top = workAreaTop + 425;
control.left = workAreaLeft + 790;
firefox.top = workAreaTop + 425;
firefox.left = workAreaLeft + 925;
rss.top = workAreaTop + 425;
rss.left = workAreaWidth - 540;
deviantart.top = workAreaTop + 290;
deviantart.left = workAreaWidth - 540;
box.top = workAreaTop + 290;
box.left = workAreaWidth - 405;
button3.top = workAreaTop + 40;
button3.left = workAreaWidth - 150;
button2.top = workAreaTop + 40;
button2.left = workAreaWidth - 150;
//option2
cpu.top = workAreaTop + 290;
cpu.left = workAreaLeft + 250;
hd.top = workAreaTop + 425;
hd.left = workAreaLeft + 520;
ram.top = workAreaTop + 425;
ram.left = workAreaLeft + 250;
net.top = workAreaTop + 290;
net.left = workAreaLeft + 520;
msn.top = workAreaTop + 290;
msn.left = workAreaLeft + 790;
skyp.top = workAreaTop + 425;
skyp.left = workAreaLeft + 790;
wmp.top = workAreaTop + 290;
wmp.left = workAreaLeft + 925;
pic.top = workAreaTop + 425;
pic.left = workAreaLeft + 925;
photo.top = workAreaTop + 425;
photo.left = workAreaWidth - 540;
wmp_ctrl.top = workAreaTop + 290;
wmp_ctrl.left = workAreaWidth - 540;
user_pic.src = AvatarPath;
user_nm.Text = LoginName;

}
----------------------------------------------------------------------------





// for resolution (1440x900)
----------------------------------------------------------------------------
{
widget.Top = WorkAreaTop;
Height = WorkAreaHeight;
widget.Left = WorkAreaLeft;
widget.Width = WorkAreaWidth;
Button.top = workAreaTop + widget.Height - 60;
Button.left = workAreaWidth + WorkAreaLeft - 70;
web.top = widget.Height - 275;
web.left = workAreaLeft + 550;
button8.top = widget.Height - 60;
button8.left = workAreaWidth - 130;
button9.top = widget.Height - 60;
button9.left = workAreaWidth - 190;
layer1.top = widget.Height - 80;
layer1.left = workAreaLeft - 15;
text21.top = widget.Height - 80;
text21.left = workAreaWidth - 280;
//option1
recyclebin.top = widget.Height - 270;
recyclebin.left = workAreaWidth - 140;
clock.top = workAreaTop + 140;
clock.left = workAreaLeft + 490;
user.top = workAreaTop + 160;
user.left = workAreaWidth - 200;
user_nm.top = workAreaTop + 240;
user_nm.left = workAreaWidth - 260;
note.top = workAreaTop + 290;
note.left = workAreaLeft + 150;
Gmail.top = workAreaTop + 425;
Gmail.left = workAreaLeft + 420;
computer.top = workAreaTop + 290;
computer.left = workAreaLeft + 420;
explorer.top = workAreaTop + 290;
explorer.left = workAreaLeft + 555;
office.top = workAreaTop + 425;
office.left = workAreaLeft + 150;
games.top = workAreaTop + 425;
games.left = workAreaLeft + 285;
weather.top = workAreaTop + 290;
weather.left = workAreaLeft + 690;
control.top = workAreaTop + 425;
control.left = workAreaLeft + 690;
firefox.top = workAreaTop + 425;
firefox.left = workAreaLeft + 825;
rss.top = workAreaTop + 425;
rss.left = workAreaWidth - 440;
deviantart.top = workAreaTop + 290;
deviantart.left = workAreaWidth - 440;
box.top = workAreaTop + 290;
box.left = workAreaWidth - 305;
button3.top = workAreaTop + 40;
button3.left = workAreaWidth - 150;
button2.top = workAreaTop + 40;
button2.left = workAreaWidth - 150;
//option2
cpu.top = workAreaTop + 290;
cpu.left = workAreaLeft + 150;
hd.top = workAreaTop + 425;
hd.left = workAreaLeft + 420;
ram.top = workAreaTop + 425;
ram.left = workAreaLeft + 150;
net.top = workAreaTop + 290;
net.left = workAreaLeft + 420;
msn.top = workAreaTop + 290;
msn.left = workAreaLeft + 690;
skyp.top = workAreaTop + 425;
skyp.left = workAreaLeft + 690;
wmp.top = workAreaTop + 290;
wmp.left = workAreaLeft + 825;
pic.top = workAreaTop + 425;
pic.left = workAreaLeft + 825;
photo.top = workAreaTop + 425;
photo.left = workAreaWidth - 440;
wmp_ctrl.top = workAreaTop + 290;
wmp_ctrl.left = workAreaWidth - 440;
user_pic.src = AvatarPath;
user_nm.Text = LoginName;

}
----------------------------------------------------------------------------





// for resolution (1360x768)
----------------------------------------------------------------------------
{
widget.Top = WorkAreaTop;
Height = WorkAreaHeight;
widget.Left = WorkAreaLeft;
widget.Width = WorkAreaWidth;
Button.top = workAreaTop + widget.Height - 60;
Button.left = workAreaWidth + WorkAreaLeft - 70;
web.top = widget.Height - 150;
web.left = workAreaLeft + 440;
button8.top = widget.Height - 60;
button8.left = workAreaWidth - 130;
button9.top = widget.Height - 60;
button9.left = workAreaWidth - 190;
layer1.top = widget.Height - 80;
layer1.left = workAreaLeft - 15;
text21.top = widget.Height - 80;
text21.left = workAreaWidth - 280;
//option1
recyclebin.top = widget.Height - 270;
recyclebin.left = workAreaWidth - 120;
clock.top = workAreaTop + 140;
clock.left = workAreaLeft + 400;
user.top = workAreaTop + 160;
user.left = workAreaWidth - 200;
user_nm.top = workAreaTop + 240;
user_nm.left = workAreaWidth - 260;
note.top = workAreaTop + 280;
note.left = workAreaLeft + 100;
Gmail.top = workAreaTop + 415;
Gmail.left = workAreaLeft + 370;
computer.top = workAreaTop + 280;
computer.left = workAreaLeft + 370;
explorer.top = workAreaTop + 280;
explorer.left = workAreaLeft + 505;
office.top = workAreaTop + 415;
office.left = workAreaLeft + 100;
games.top = workAreaTop + 415;
games.left = workAreaLeft + 235;
weather.top = workAreaTop + 280;
weather.left = workAreaLeft + 640;
control.top = workAreaTop + 415;
control.left = workAreaLeft + 640;
firefox.top = workAreaTop + 415;
firefox.left = workAreaLeft + 775;
rss.top = workAreaTop + 415;
rss.left = workAreaWidth - 400;
deviantart.top = workAreaTop + 280;
deviantart.left = workAreaWidth - 400;
box.top = workAreaTop + 280;
box.left = workAreaWidth - 265;
button3.top = workAreaTop + 40;
button3.left = workAreaWidth - 150;
button2.top = workAreaTop + 40;
button2.left = workAreaWidth - 150;
//option2
cpu.top = workAreaTop + 280;
cpu.left = workAreaLeft + 100;
hd.top = workAreaTop + 415;
hd.left = workAreaLeft + 370;
ram.top = workAreaTop + 415;
ram.left = workAreaLeft + 100;
net.top = workAreaTop + 280;
net.left = workAreaLeft + 370;
msn.top = workAreaTop + 280;
msn.left = workAreaLeft + 640;
skyp.top = workAreaTop + 415;
skyp.left = workAreaLeft + 640;
wmp.top = workAreaTop + 280;
wmp.left = workAreaLeft + 775;
pic.top = workAreaTop + 415;
pic.left = workAreaLeft + 775;
photo.top = workAreaTop + 415;
photo.left = workAreaWidth - 400;
wmp_ctrl.top = workAreaTop + 280;
wmp_ctrl.left = workAreaWidth - 400;
user_pic.src = AvatarPath;
user_nm.Text = LoginName;

}
----------------------------------------------------------------------------





// for resolution (1280x1024)
----------------------------------------------------------------------------
{
widget.Top = WorkAreaTop;
Height = WorkAreaHeight;
widget.Left = WorkAreaLeft;
widget.Width = WorkAreaWidth;
Button.top = workAreaTop + widget.Height - 60;
Button.left = workAreaWidth + WorkAreaLeft - 70;
web.top = widget.Height - 275;
web.left = workAreaLeft + 440;
button8.top = widget.Height - 60;
button8.left = workAreaWidth - 130;
button9.top = widget.Height - 60;
button9.left = workAreaWidth - 190;
layer1.top = widget.Height - 80;
layer1.left = workAreaLeft - 15;
text21.top = widget.Height - 80;
text21.left = workAreaWidth - 280;
//option1
recyclebin.top = widget.Height - 270;
recyclebin.left = workAreaWidth - 140;
clock.top = workAreaTop + 140;
clock.left = workAreaLeft + 400;
user.top = workAreaTop + 160;
user.left = workAreaWidth - 200;
user_nm.top = workAreaTop + 240;
user_nm.left = workAreaWidth - 260;
note.top = workAreaTop + 330;
note.left = workAreaLeft + 50;
Gmail.top = workAreaTop + 465;
Gmail.left = workAreaLeft + 320;
computer.top = workAreaTop + 330;
computer.left = workAreaLeft + 320;
explorer.top = workAreaTop + 330;
explorer.left = workAreaLeft + 455;
office.top = workAreaTop + 465;
office.left = workAreaLeft + 50;
games.top = workAreaTop + 465;
games.left = workAreaLeft + 185;
weather.top = workAreaTop + 330;
weather.left = workAreaLeft + 590;
control.top = workAreaTop + 465;
control.left = workAreaLeft + 590;
firefox.top = workAreaTop + 465;
firefox.left = workAreaLeft + 725;
rss.top = workAreaTop + 465;
rss.left = workAreaWidth - 400;
deviantart.top = workAreaTop + 330;
deviantart.left = workAreaWidth - 400;
box.top = workAreaTop + 330;
box.left = workAreaWidth - 265;
button3.top = workAreaTop + 40;
button3.left = workAreaWidth - 150;
button2.top = workAreaTop + 40;
button2.left = workAreaWidth - 150;
//option2
cpu.top = workAreaTop + 330;
cpu.left = workAreaLeft + 50;
hd.top = workAreaTop + 465;
hd.left = workAreaLeft + 320;
ram.top = workAreaTop + 465;
ram.left = workAreaLeft + 50;
net.top = workAreaTop + 330;
net.left = workAreaLeft + 320;
msn.top = workAreaTop + 330;
msn.left = workAreaLeft + 590;
skyp.top = workAreaTop + 465;
skyp.left = workAreaLeft + 590;
wmp.top = workAreaTop + 330;
wmp.left = workAreaLeft + 725;
pic.top = workAreaTop + 465;
pic.left = workAreaLeft + 725;
photo.top = workAreaTop + 465;
photo.left = workAreaWidth - 400;
wmp_ctrl.top = workAreaTop + 330;
wmp_ctrl.left = workAreaWidth - 400;
user_pic.src = AvatarPath;
user_nm.Text = LoginName;

}
----------------------------------------------------------------------------





// for resolution (1280x800)
----------------------------------------------------------------------------
{
widget.Top = WorkAreaTop;
Height = WorkAreaHeight;
widget.Left = WorkAreaLeft;
widget.Width = WorkAreaWidth;
Button.top = workAreaTop + widget.Height - 60;
Button.left = workAreaWidth + WorkAreaLeft - 70;
web.top = widget.Height - 160;
web.left = workAreaLeft + 440;
button8.top = widget.Height - 60;
button8.left = workAreaWidth - 130;
button9.top = widget.Height - 60;
button9.left = workAreaWidth - 190;
layer1.top = widget.Height - 80;
layer1.left = workAreaLeft - 15;
text21.top = widget.Height - 80;
text21.left = workAreaWidth - 280;
//option1
recyclebin.top = widget.Height - 270;
recyclebin.left = workAreaWidth - 100;
clock.top = workAreaTop + 140;
clock.left = workAreaLeft + 400;
user.top = workAreaTop + 150;
user.left = workAreaWidth - 200;
user_nm.top = workAreaTop + 230;
user_nm.left = workAreaWidth - 260;
note.top = workAreaTop + 270;
note.left = workAreaLeft + 80;
Gmail.top = workAreaTop + 405;
Gmail.left = workAreaLeft + 350;
computer.top = workAreaTop + 270;
computer.left = workAreaLeft + 350;
explorer.top = workAreaTop + 270;
explorer.left = workAreaLeft + 480;
office.top = workAreaTop + 405;
office.left = workAreaLeft + 80;
games.top = workAreaTop + 405;
games.left = workAreaLeft + 215;
weather.top = workAreaTop + 270;
weather.left = workAreaLeft + 620;
control.top = workAreaTop + 405;
control.left = workAreaLeft + 620;
firefox.top = workAreaTop + 405;
firefox.left = workAreaLeft + 755;
rss.top = workAreaTop + 405;
rss.left = workAreaWidth - 370;
deviantart.top = workAreaTop + 270;
deviantart.left = workAreaWidth - 370;
box.top = workAreaTop + 270;
box.left = workAreaWidth - 235;
button3.top = workAreaTop + 40;
button3.left = workAreaWidth - 150;
button2.top = workAreaTop + 40;
button2.left = workAreaWidth - 150;
//option2
cpu.top = workAreaTop + 270;
cpu.left = workAreaLeft + 80;
hd.top = workAreaTop + 405;
hd.left = workAreaLeft + 350;
ram.top = workAreaTop + 405;
ram.left = workAreaLeft + 80;
net.top = workAreaTop + 270;
net.left = workAreaLeft + 350;
msn.top = workAreaTop + 270;
msn.left = workAreaLeft + 620;
skyp.top = workAreaTop + 405;
skyp.left = workAreaLeft + 620;
wmp.top = workAreaTop + 270;
wmp.left = workAreaLeft + 755;
pic.top = workAreaTop + 405;
pic.left = workAreaLeft + 755;
photo.top = workAreaTop + 405;
photo.left = workAreaWidth - 370;
wmp_ctrl.top = workAreaTop + 270;
wmp_ctrl.left = workAreaWidth - 370;
user_pic.src = AvatarPath;
user_nm.Text = LoginName;

}
----------------------------------------------------------------------------
Related content
Comments: 89

Incho [2014-12-14 19:47:53 +0000 UTC]

HelloΒ 
I like your work

I'm french and i don't undestand how i dowland.Β 
I dowland xgidget but i don't findΒ MetroUI
Could you help me please?Β 
Thanks

πŸ‘: 0 ⏩: 0

thepoweroffive [2014-08-04 08:52:25 +0000 UTC]

wow! that's really awesome!Β 

πŸ‘: 0 ⏩: 1

PhysX4 In reply to thepoweroffive [2014-08-04 12:05:24 +0000 UTC]

many thanks
i hope you like it Β 

πŸ‘: 0 ⏩: 1

thepoweroffive In reply to PhysX4 [2014-08-04 12:42:44 +0000 UTC]

you are welcome
i did

πŸ‘: 0 ⏩: 0

PhysX4 [2014-08-01 10:34:43 +0000 UTC]

www.youtube.com/watch?v=yihHyF…

πŸ‘: 0 ⏩: 0

sSsDarksSs [2014-07-07 06:26:09 +0000 UTC]

Can u make for 1024x768, It's kind of small but please make it for me. Β = v=

πŸ‘: 0 ⏩: 1

PhysX4 In reply to sSsDarksSs [2014-08-04 12:07:06 +0000 UTC]

sorry im busy now Β 

πŸ‘: 0 ⏩: 1

sSsDarksSs In reply to PhysX4 [2015-02-14 07:09:33 +0000 UTC]

Could u write a code for me? Β ; w;

πŸ‘: 0 ⏩: 0

Ahbari [2014-05-17 15:49:36 +0000 UTC]

beautiful

πŸ‘: 0 ⏩: 0

dorian1803ichi [2013-04-17 03:12:31 +0000 UTC]

1024x768 please!!!

πŸ‘: 0 ⏩: 1

Noritaka-Tahetana In reply to dorian1803ichi [2015-10-05 14:05:46 +0000 UTC]

clickright cursor and go windows, the 3- image and select.

πŸ‘: 0 ⏩: 0

shashankansh [2013-01-29 09:26:33 +0000 UTC]

this is sooo Awesome!!
BTW can u please put a separate link for the wallpaper?

πŸ‘: 0 ⏩: 0

NarutoXboy [2013-01-11 10:37:31 +0000 UTC]

Thank you very much , It is beautiful

πŸ‘: 0 ⏩: 0

callmee [2012-12-02 01:36:17 +0000 UTC]

WOW just wow. Very nice. Gonna try this out! Thanks for the hard work!

πŸ‘: 0 ⏩: 0

chaxiu [2012-11-26 14:53:09 +0000 UTC]

can't ..

πŸ‘: 0 ⏩: 0

SamuMontenegro07 [2012-11-23 02:40:20 +0000 UTC]

Gracias

πŸ‘: 0 ⏩: 0

giggock [2012-10-30 03:14:25 +0000 UTC]

1024x768 Please!!

πŸ‘: 0 ⏩: 0

zinj [2012-10-09 20:28:01 +0000 UTC]

I can't find your wallpaper. What is the first one called?

πŸ‘: 0 ⏩: 0

0syrys [2012-09-28 10:21:43 +0000 UTC]

for 1366x768 ?
i tryed 1360x768 but it has some bugs.
any ideeas ?

πŸ‘: 0 ⏩: 0

PhysX4 [2012-09-24 17:24:06 +0000 UTC]

sorry i study now

πŸ‘: 0 ⏩: 0

liger2012 [2012-09-19 19:47:56 +0000 UTC]

INCREIBLE

πŸ‘: 0 ⏩: 0

lightsourcetrickster [2012-07-15 22:40:02 +0000 UTC]

This is SO good. Unfortunately it's so intensive on my resources that all that pretty looking graphical goodness on my laptop causes it to throw the most intense lag related spasm that it isn't usable without getting a major headache. Is there a way to have it so it doesn't do that sliding about, it just 'appears" instead?
Otherwise, it's brilliant!

πŸ‘: 0 ⏩: 0

nara4byan [2012-07-06 13:07:27 +0000 UTC]

Cooollllll~~~~~~~~~~~~~

πŸ‘: 0 ⏩: 0

ReynaldoRiv [2012-06-17 20:14:10 +0000 UTC]

There is a small bug that should be fixed. On the Internet Explorer square the icon is not selectable unless you come in from the bottom through the text field. If you try to go click in the icon without going through the text field first it won't be clickable, nor will it glow.

Other icon spaces not working properly are the Deviant Art box and the Yahoo Movies box. Those two can't be edited unless you manually change things in the code.

Also, going back to the explorer box, If you try to change the icon it blows to a very large size. I've been compensating by making icons in Photoshop the same size as you made the Interent explorer icon (85x89) but it really is a major hassle.

For what it's worth I modified the code using your 1600x900 set

I love the work you've put into it so far, but it still needs a little more attention : )

πŸ‘: 0 ⏩: 0

hellbreaxer [2012-05-13 02:45:34 +0000 UTC]

1024x600 please ..

πŸ‘: 0 ⏩: 0

cillung [2012-04-22 03:22:55 +0000 UTC]

can you make it for 1360x768?

πŸ‘: 0 ⏩: 0

icekeeper [2012-04-02 02:29:29 +0000 UTC]

hello,can you explain how to make the x wdiget aero? or transparant like that? thankyou very much

πŸ‘: 0 ⏩: 1

xwidgetsoft In reply to icekeeper [2012-04-09 14:43:53 +0000 UTC]

Every control in XWidget had a proerty "Enabled AeroBlur",check it.

πŸ‘: 0 ⏩: 0

odd1outagain [2012-03-17 05:58:49 +0000 UTC]

a code for 1920X1080 plzzz

πŸ‘: 0 ⏩: 0

ck22-5 [2012-03-10 15:06:45 +0000 UTC]

Anyone got the code for 1920x1080?

πŸ‘: 0 ⏩: 0

Topas2012 [2012-03-10 06:34:04 +0000 UTC]

truly special

πŸ‘: 0 ⏩: 1

PhysX4 In reply to Topas2012 [2012-03-10 16:47:27 +0000 UTC]

thanks!

πŸ‘: 0 ⏩: 0

denty91 [2012-03-09 09:29:51 +0000 UTC]

i've copied the code for 1366x768 but it doesn't work. only the rounded button on bottom right shows.

πŸ‘: 0 ⏩: 1

PhysX4 In reply to denty91 [2012-03-09 09:50:11 +0000 UTC]

delete the skin and download it again then paste the cod!

πŸ‘: 0 ⏩: 1

kaieta In reply to PhysX4 [2012-03-09 18:51:39 +0000 UTC]

I have the same problem.
Still doesn't work.

πŸ‘: 0 ⏩: 1

kaieta In reply to kaieta [2012-03-09 19:00:23 +0000 UTC]

Ok figured it out.
Just replace the code between
function widgetOnLoad()
.
.
to
.
.
function ButtonOnClick(Sender)


P.s. Nice Setup. Cheers.

πŸ‘: 0 ⏩: 0

ShangShan3 [2012-03-06 18:57:10 +0000 UTC]

Awesome Work ! I love Your Job !
I would rework the graphic style, just for me, can I ?

πŸ‘: 0 ⏩: 1

PhysX4 In reply to ShangShan3 [2012-03-06 19:54:38 +0000 UTC]

yes Of course and many thanks for the fav!

πŸ‘: 0 ⏩: 0

Puunkzinhu [2012-03-04 20:23:11 +0000 UTC]

You can share the first background ?

πŸ‘: 0 ⏩: 1

PhysX4 In reply to Puunkzinhu [2012-03-05 08:39:24 +0000 UTC]

[link]

πŸ‘: 0 ⏩: 0

bob871460434 [2012-03-04 14:06:41 +0000 UTC]

Awesome i Love it [link]

πŸ‘: 0 ⏩: 1

PhysX4 In reply to bob871460434 [2012-03-04 14:09:27 +0000 UTC]

thanks

πŸ‘: 0 ⏩: 0

musicopath [2012-03-02 09:24:49 +0000 UTC]

excellent.
is there a trouble with internet explorer icon or its just for me?

πŸ‘: 0 ⏩: 1

PhysX4 In reply to musicopath [2012-03-02 10:33:02 +0000 UTC]

thanks,friend

what trouble?

πŸ‘: 0 ⏩: 1

musicopath In reply to PhysX4 [2012-03-02 21:40:36 +0000 UTC]

Explorer icon doesn't tint like others. Other icons are highlighted while mouse is over them but internet exp icon become active just when mouse is over name

πŸ‘: 0 ⏩: 1

PhysX4 In reply to musicopath [2012-03-03 06:17:58 +0000 UTC]

I'm so sorry my friend, just only u have this problem.

πŸ‘: 0 ⏩: 1

musicopath In reply to PhysX4 [2012-03-03 11:33:22 +0000 UTC]

πŸ‘: 0 ⏩: 0

BassUltra [2012-03-02 01:55:00 +0000 UTC]

That's a nice font, what is it?

πŸ‘: 0 ⏩: 1

PhysX4 In reply to BassUltra [2012-03-02 07:10:25 +0000 UTC]

font name = ITCAvantGardePro-XLt, GOTHIC, Devil Breeze Bold, yy5.

πŸ‘: 0 ⏩: 0

devilmawz [2012-02-23 16:51:44 +0000 UTC]

Hey dude , i have to say , it's the best theme i have ever seen . Better than any other rainmeter theme i've seen . OMG such a masterpiece . Too bad i'm using without the 'squares things' , it doesnt fit my resolution . Mine is 1366x768 . Please help me

πŸ‘: 0 ⏩: 1


| Next =>