XBMC Community Forum  

Go Back   XBMC Community Forum > Development > XBMC Development

XBMC Development Developers forums for XBMC related development. Programmers/Coders only!
No end-user support, no bug reports, and no feature/function requests here!
Please, add platform prefix for suggestions that are not platform-independent!:
Thread prefixes; "[LINUX]", "[LIVE]", "[MAC]", "[WINDOWS]", and "[XBOX]"

Reply
 
Thread Tools Search this Thread Display Modes
Old 2004-02-22, 02:33   #1
GeminiServer
Team-XBMC Developer
 
Join Date: Oct 2003
Posts: 171
GeminiServer is on a distinguished road
Default

hi,

i tried to add the color changer to the matrix screensaver. but i hang on reading the setting from the xml.

if one of you give a tipp how do this, this would be ok!
it's just a simple add in! or may some of you will add this channge into the source..

Quote:
cguiwindowscreensaver::cguiwindowscreensaver(void)
:cguiwindow(0)
{
srand( timegettime() );
m_buseback = true;
// m_dwcolor = 0xff0000ff; //18.02.2004 geminiserver: --> green=0 rot=1; gelb=2; blau=3; orange=4; weis=5; darkgreen=6;
test = g_stsettings.m_strusematrixcolor[2];
switch (test)
{
case '1':
{m_dwcolor = 0xffff0000;}
break;
case '2':
{m_dwcolor = 0xffffff00;}
break;
case '3':
{m_dwcolor = 0xff0000ff;}
break;
case '4':
{m_dwcolor = 0xffff8000;}
break;
case '5':
{m_dwcolor = 0xffffffff;}
break;
case '6':
{m_dwcolor = 0xff008000;}
break;
case '0':
{m_dwcolor = 0xff00ff00;}
break;
}
m_binit = true;
m_bdoeffect = true;
}
regards
geminiserver
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


GeminiServer is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Color looks bland in in HD emackn XBMC for Xbox Specific Support 7 2006-03-19 09:41
Trainer Led Color skilltronix XBMC for Xbox Specific Support 1 2006-02-07 20:29
Another idea i want to try: rss news feed changer jeditiggr Plugin/Script (Python) Development 1 2005-03-23 21:52
Black bar color chrisbolt XBMC Feature Suggestions 0 1970-01-01 02:00


All times are GMT +2. The time now is 16:58.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project