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

day and night colours/files
https://www.bbs.xwidget.com/viewtopic.php?f=8&t=2911
Page 1 of 1

Author:  Jimking [ April 9th, 2013, 9:13 am ]
Post subject:  day and night colours/files

Qiancang or Tony could you pls give us the simple code for making image or text files that will be changed for day and night?
(like "GWeather" widget posted by qiancang. I tried to take a look in the code but was too complicated for me... )
Thank you

Author:  qiancang [ April 12th, 2013, 3:05 am ]
Post subject:  Re: day and night colours/files

viewtopic.php?f=11&t=2930

Author:  Jimking [ April 12th, 2013, 4:12 am ]
Post subject:  Re: day and night colours/files

Thank you qiancang! :D

Author:  Jimking [ April 15th, 2013, 3:56 am ]
Post subject:  Re: day and night colours/files

Is possible to have 4 codes for the four parts of the day???
Morning 6:00-12:00, afternoon 12:00-18:00, evening 18:00-00:00, night 00:00-6:00...

Author:  qiancang [ April 16th, 2013, 5:24 am ]
Post subject:  Re: day and night colours/files

jimking wrote:
Is possible to have 4 codes for the four parts of the day???
Morning 6:00-12:00, afternoon 12:00-18:00, evening 18:00-00:00, night 00:00-6:00...



if(h<6) //00:00-6:00
{
//write your code
}
else if(h<12) //6:00-12:00
{
//write your code
}

else if(h<18) //12:00-18:00
{
//write your code
}

else //18:00-00:00
{
//write your code
}

Author:  Jimking [ April 16th, 2013, 6:15 am ]
Post subject:  Re: day and night colours/files

Cool!!! Thanks again qiancang for your help. :)

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