HOME | DD

Published: 2012-02-20 08:41:48 +0000 UTC; Views: 69842; Favourites: 176; Downloads: 17328
Redirect to original
Description
Windows MetroUI For Xwidget V2.0Website :Β 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
PhysX4 In reply to ??? [2012-02-23 17:24:47 +0000 UTC]
thanks and finish for resolution (1360x768)
π: 0 β©: 1
devilmawz In reply to PhysX4 [2012-02-23 17:32:15 +0000 UTC]
Oh wow , fast reply , thought i have to wait 'til tomorrow . How do I download that version of my resolution ?
π: 0 β©: 2
PhysX4 In reply to devilmawz [2012-02-23 17:45:48 +0000 UTC]
copy all code this ----> for resolution (1360x768)
and open xwidget Designer,
to open xwidget Designer right click on the MetroUI and press edit go (code) and replace code (pest) and press save, close xwidget Designer.
π: 0 β©: 0
devilmawz In reply to devilmawz [2012-02-23 17:33:53 +0000 UTC]
Ah , i saw the codes already . Where do I put that code in ? Thanks again and sorry for my noobness
π: 0 β©: 2
devilmawz In reply to devilmawz [2012-02-23 17:48:40 +0000 UTC]
Okay , i'll try it now . Btw , does it make any differences , 'cuz the resolution u're making is 1360x768 , while mine is 1366x768 ?
π: 0 β©: 2
devilmawz In reply to devilmawz [2012-02-23 17:53:55 +0000 UTC]
Okay , now that I've replaced the code , the skin isn't working either . When I restarted the theme after replacing the code , i clicked the widget button but the theme wasn't appearing . Just my desktop with the left-pointed arrow button. Any ideas?
π: 0 β©: 0
thezibrail In reply to PhysX4 [2012-02-26 03:19:26 +0000 UTC]
i am facing the same problem. how to solve?
π: 0 β©: 0
devilmawz In reply to PhysX4 [2012-02-23 17:58:43 +0000 UTC]
omg i can't believe it . It's working . Thanks so much Eric . Thanks to ur work my desktop looks flawless now , haha . Can't wait 'til ur next deviation .
π: 0 β©: 1
PhysX4 In reply to devilmawz [2012-02-23 18:03:40 +0000 UTC]
I'm glad you liked my work! Thank you
π: 0 β©: 0
PhysX4 In reply to txfiretech [2012-02-20 18:14:51 +0000 UTC]
Sorry this does not work with my pc, The upper limit 1680x1050
π: 0 β©: 1
txfiretech In reply to PhysX4 [2012-02-20 23:44:04 +0000 UTC]
tried it anyways and all that is not centered is the date and search. I will try to fix.
π: 0 β©: 1
txfiretech In reply to txfiretech [2012-02-21 02:46:20 +0000 UTC]
I Fixed It! Great job!
π: 0 β©: 0
aaroncrasta12 [2012-02-20 17:34:56 +0000 UTC]
plz make it work for 1280x800 rez and give me a link, thanks..
π: 0 β©: 0
aaroncrasta12 [2012-02-20 16:28:06 +0000 UTC]
Does this run on windows? I'm not familiar with the file type
π: 0 β©: 2
PhysX4 In reply to aaroncrasta12 [2012-02-20 18:11:41 +0000 UTC]
hello are u here? finish!
π: 0 β©: 0
PhysX4 In reply to aaroncrasta12 [2012-02-20 16:47:55 +0000 UTC]
first instlle xwidget
download the app [link]
π: 0 β©: 0
dIzzEE94 [2012-02-20 14:08:34 +0000 UTC]
nice man verry good but i have a problem
iinstlled it but it's all messed up lokk here : [link]
π: 0 β©: 2
nappyhead In reply to dIzzEE94 [2012-02-21 05:41:07 +0000 UTC]
Where can I find the wallpaper in your screenshot.
Thanks in advance
NH
π: 0 β©: 1
dIzzEE94 In reply to nappyhead [2012-02-21 12:21:55 +0000 UTC]
i founded it on goodfon.com but here is another link: [link]
π: 0 β©: 1
PhysX4 In reply to dIzzEE94 [2012-02-20 14:17:25 +0000 UTC]
my resolution 1680x1050, change your resolution
π: 0 β©: 1
PhysX4 In reply to PhysX4 [2012-02-20 14:25:28 +0000 UTC]
sorry its only work with resolution 1680x1050
π: 0 β©: 3
alex6833 In reply to PhysX4 [2012-02-20 16:55:55 +0000 UTC]
can you make it for 1280x1024?
π: 0 β©: 2
alex6833 In reply to PhysX4 [2012-02-20 17:34:33 +0000 UTC]
Thank you very much man!The widget is awesome
π: 0 β©: 1
Kamaz-Z In reply to PhysX4 [2012-02-20 15:51:31 +0000 UTC]
I'll have to remake themselves under the skin...
π: 0 β©: 0
dIzzEE94 In reply to PhysX4 [2012-02-20 15:31:02 +0000 UTC]
too bad its a verry good skin
π: 0 β©: 1
Kamaz-Z In reply to PhysX4 [2012-02-20 16:54:29 +0000 UTC]
Thanks man! my resolution is 1440x900
π: 0 β©: 1
<= Prev |