XWidgetSoft Forum

XWidget & XLaunchpad , Desktop customization
It is currently May 10th, 2025, 11:27 am

All times are UTC - 8 hours




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: May 15th, 2013, 5:03 am 
Offline
User avatar

Joined: August 19th, 2012, 8:22 pm
Posts: 49
How to add it.

That,
ever time it loads and chooses a random color by itself.

is it possible?

to
Armando,
qiancang
&
Tony

_________________
Image
deviantart Profile
Facebook Profile


Last edited by ShopanMaruf on May 15th, 2013, 9:40 am, edited 1 time in total.

Top
 Profile  
 
PostPosted: May 15th, 2013, 6:52 am 
Offline
User avatar

Joined: June 12th, 2012, 11:05 am
Posts: 257
Location: Barcelona
Well... i'm not a pogrammer...we wait for Tony answer :)


Top
 Profile  
 
PostPosted: May 19th, 2013, 5:00 pm 
Offline
User avatar

Joined: March 8th, 2013, 10:27 pm
Posts: 353
Let your background object be bg
add this code to onWidgetLoaded...
Code:
var colornum = 0xFFFFFFFF
var randomcolor = Math.floor((Math.random()*colornum)+1) | 0xFF000000; //random color... use as bg

var opposite = (randomcolor ^ colornum) | 0xFF000000; //opposite (contrasting color)... use as text or foreground

bg.Background.SolidColor.Color=randomcolor;

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


Top
 Profile  
 
PostPosted: May 20th, 2013, 2:28 am 
Offline
User avatar

Joined: August 19th, 2012, 8:22 pm
Posts: 49
Nicely done!!!


many many thanks :D


Attachments:
Capture.PNG
Capture.PNG [ 17.88 KiB | Viewed 3010 times ]
Rendom Bg color test.XWidgetPkg [9.1 KiB]
Downloaded 246 times

_________________
Image
deviantart Profile
Facebook Profile
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: Bing [Bot] and 47 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