Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
infernalshade
Old
#1  
infernalshade's Avatar
Senior Member - OP
Thanks Meter 2
Posts: 297
Join Date: May 2008
Default ThrottleLauncher TouchFLO 3D White Theme

Hi there!

Black...Everywhere black Themes

I've made a White Theme-MOD of the modded FouchFlo 3D Setup

My Configuration Idea for ThrottleLauncher is inside!

iContact, PocketCM, MortButton -Skins are included!
The PocketCM Skin is the WM7 one, not from me!

greetz
infernalshade
Attached Thumbnails
Click image for larger version

Name:	Shade_White.jpg
Views:	10064
Size:	95.2 KB
ID:	93324  
Attached Files
File Type: zip Config.zip - [Click for QR Code] (594.6 KB, 1506 views)
File Type: zip iContact_MortButtons_PocketCM-Skins.zip - [Click for QR Code] (412.9 KB, 1209 views)
File Type: zip ThrottleLauncher-Skin.zip - [Click for QR Code] (1.65 MB, 2143 views)
 
APBilbo
Old
(Last edited by APBilbo; 17th June 2008 at 02:32 PM.)
#2  
APBilbo's Avatar
Senior Member
Thanks Meter 8
Posts: 1,453
Join Date: Aug 2007
Location: Madrid
Quote:
Originally Posted by infernalshade View Post
Hi there!

Black...Everywhere black Themes :D

I've made a White Theme-MOD of the modded FouchFlo 3D Setup :D

My Configuration Idea for ThrottleLauncher is inside!

iContact, PocketCM, MortButton -Skins are included!
The PocketCM Skin is the WM7 one, not from me!

greetz
infernalshade
Wow!! Really nice one! . Testing it in a moment!! .


Thanks for sharing!!!

edit: Tested it and works like a charm on 0.9.2c working version . Only one little comment. Fake transparecy is setted to true by default on this theme, so if you experiment that the scroll is slow please try going to the experimental tab and disable fake transparency...

edit2: published!! http://www.throttlelauncher.com/port...ernaltf3dwhite
 
infernalshade
Old
#3  
infernalshade's Avatar
Senior Member - OP
Thanks Meter 2
Posts: 297
Join Date: May 2008
One more Question...i didn't found that in the Skin!

While sliding trough the Windows, the Background is faded into a light black/grey and the Bottom-Select-Button is bigger than the Sliding-Row...I've made a transparent png-Button with round Corners, but the Corners turn into Black if i slide through the Windows!

Is there a way to enable the png-Transparent-Function or maybe there is a way not to change the Background into light Black???

I've only found a option called "scrollingmode="direct""...i think this Option is a whole feature that cannot be changed...or isn't it?!?

greetz
 
APBilbo
Old
#4  
APBilbo's Avatar
Senior Member
Thanks Meter 8
Posts: 1,453
Join Date: Aug 2007
Location: Madrid
Quote:
Originally Posted by infernalshade View Post
One more Question...i didn't found that in the Skin!

While sliding trough the Windows, the Background is faded into a light black/grey and the Bottom-Select-Button is bigger than the Sliding-Row...I've made a transparent png-Button with round Corners, but the Corners turn into Black if i slide through the Windows!

Is there a way to enable the png-Transparent-Function or maybe there is a way not to change the Background into light Black???

I've only found a option called "scrollingmode="direct""...i think this Option is a whole feature that cannot be changed...or isn't it?!?

greetz
That's solved on the new release 0.9.2. It will use the pagebackcolor of the main skin to fade the window background while scrolling on "Direct" mode. For the icon black back... try changing the rowbackcolor on the skin of the footer y think it will solve it.....
 
infernalshade
Old
#5  
infernalshade's Avatar
Senior Member - OP
Thanks Meter 2
Posts: 297
Join Date: May 2008
Uhm how can i describe it....

Well...if i don't touch the Bottom Slider, the Button has the same height as the Scroll-Bar...There the "transparent" Corners Work...you don't see them!

BUT if i grab the button and slide it through the Scroll-Bar, it will become bigger (height and width) and THERE are black Corners then and not transparent ones! I think the png-transparent-function is disabled during scrolling..
 
woodicw
Old
(Last edited by woodicw; 20th June 2008 at 07:45 AM.)
#6  
Junior Member
Thanks Meter 0
Posts: 28
Join Date: Feb 2008
what weather program are you using?

edit: woops, prolly should have installed it and checked it out before I asked huh?

edit#2: ok, how about changing the color of the font for the weather and the memory/battery status on the settings page?

alright, forget I even asked anything, found it in the config file. Im just gonna go away now.
 
infernalshade
Old
#7  
infernalshade's Avatar
Senior Member - OP
Thanks Meter 2
Posts: 297
Join Date: May 2008
please make a screenshot and i'll fix it!
(I've disabled these Functions)
 
infernalshade
Old
#8  
infernalshade's Avatar
Senior Member - OP
Thanks Meter 2
Posts: 297
Join Date: May 2008
Well yoou found it for yourself...but for others:

All Colors are held in the "config.xml". Open it with a Text Editor and search your page!

Here's a Font-Color-Correction for the Weather:

Code:
<page name="Weather" loadonstartup="False" autounload="#@pluginsunload#">
    <row name="Weather1" scrollingmode="none" marginX="0" marginY="0" rows="3" minheight="180">
      <icon name="Update weather" height="150" rowspan="1" width="240" exec="#@MortScript#" params="&quot;\Programme\ThrottleLauncher\Setups\TFlo3D_ShadeMOD\3rdparty\googleweather.mscr&quot; location=&quot;#@WeatherCity#&quot; language=&quot;#@WeatherLanguage#&quot; dtformat=&quot;#@WeatherDTFormat#&quot; s2u2weather=&quot;#@S2U2UserWeather#&quot; units=&quot;#@WeatherUnits#&quot;" path="setups\TFlo3D_ShadeMOD\icons\NewWeather\weather_big#$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\curIcon#.png" />
      <text name="currentCondition" alignment="center" width="240" rowspan="1" text="#$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\curCondition#" fontcolor="0,120,255" fonttype="11,true"/>
      <text name="currentTemperature" alignment="center" width="240" rowspan="1" text="#$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\curTemp#°" fontcolor="0,120,255" topmargin="3" fonttype="14,false"/>
    </row>
      
    <row name="Weather2" scrollingmode="kinetic" marginX="0" marginY="0" rows="5" minheight="56">
      <separator name="update"/>
      <text name="currentUpdate" alignment="center" height="19" rowspan="2" width="50" text="#$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\updateTime#" fontcolor="129,129,129" fonttype="9,false"/>
      <icon name="Update Weather" height="32" rowspan="4" width="45" exec="#@MortScript#" params="&quot;\Programme\ThrottleLauncher\Setups\TFlo3D_ShadeMOD\3rdparty\googleweather.mscr&quot; location=&quot;#@WeatherCity#&quot; language=&quot;#@WeatherLanguage#&quot; dtformat=&quot;#@WeatherDTFormat#&quot; s2u2weather=&quot;#@S2U2UserWeather#&quot; units=&quot;#@WeatherUnits#&quot;" path="setups\TFlo3D_ShadeMOD\icons\NewWeather\weather_update.png" />
      
      <separator name="forecast"/>
      <text width="45" height="19" rowspan="2" text="#$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\forecast1\Day#" fontcolor="0,120,255" fonttype="9,true"/>
      <text height="19" rowspan="1" width="45" text="H: #$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\forecast1\High#°" fontcolor="207,38,38" fonttype="9,true"/>
      <text rowspan="2" width="45" text="L: #$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\forecast1\Low#°" fontcolor="129,192,255" fonttype="9,true"/>
      <icon width="67" height="7"/>
      <text width ="67" height="42" rowspan="3" path="setups\TFlo3D_ShadeMOD\icons\NewWeather\weather_small#$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\forecast1\Icon#.png" />
      <icon width="67" height="7"/>
      <separator />
      <icon width="2" rowspan="5" />
      <text width="45" height="19" rowspan="2" text="#$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\forecast2\Day#" fontcolor="0,120,255" fonttype="9,true"/>
      <text height="19" rowspan="1" width="45" text="H: #$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\forecast2\High#°" fontcolor="207,38,38" fonttype="9,true"/>
      <text rowspan="2" width="45" text="L: #$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\forecast2\Low#°" fontcolor="129,192,255" fonttype="9,true"/>
      <icon width="67" height="7"/>
      <text width ="67" height="42" rowspan="3" path="setups\TFlo3D_ShadeMOD\icons\NewWeather\weather_small#$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\forecast2\Icon#.png" />
      <icon width="67" height="7"/>
      <separator />
      <icon width="2" rowspan="5" />
      <text width="45" height="19" rowspan="2" text="#$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\forecast3\Day#" fontcolor="0,120,255" fonttype="9,true"/>
      <text height="19" rowspan="1" width="45" text="H: #$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\forecast3\High#°" fontcolor="207,38,38" fonttype="9,true"/>
      <text rowspan="2" width="45" text="L: #$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\forecast3\Low#°" fontcolor="129,192,255" fonttype="9,true"/>
      <icon width="67" height="7"/>
      <text width ="67" height="42" rowspan="3" path="setups\TFlo3D_ShadeMOD\icons\NewWeather\weather_small#$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\forecast3\Icon#.png" />
      <icon width="67" height="7"/>
      <separator />
      <icon width="2" rowspan="5" />
      <text width="45" height="19" rowspan="2" text="#$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\forecast4\Day#" fontcolor="0,120,255" fonttype="9,true"/>
      <text height="19" rowspan="1" width="45" text="H: #$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\forecast4\High#°" fontcolor="207,38,38" fonttype="9,true"/>
      <text rowspan="2" width="45" text="L: #$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\forecast4\Low#°" fontcolor="129,192,255" fonttype="9,true"/>
      <icon width="67" height="7"/>
      <text width ="67" height="42" rowspan="3" path="setups\TFlo3D_ShadeMOD\icons\NewWeather\weather_small#$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\forecast4\Icon#.png" />
      <icon width="67" height="7"/>
      <separator name="info"/>
      <text name="currentHumidity" alignment="center" width="150" rowspan="1" text="#$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\curHumidity#" fontcolor="129,129,129" fonttype="9,false"/>
      <text name="currentWind" alignment="center" width="150" rowspan="1" text="#$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\curWind#" topmargin="5" fontcolor="129,129,129" fonttype="9,false"/>
      <text name="currentCity" alignment="center" width="150" rowspan="1" text="#$Registry,HKEY_CURRENT_USER\Software\Alladdins\GoogleWeather\curCity#" topmargin="5" fontcolor="129,129,129" fonttype="9,true"/>
    </row>
  </page>
Attention: Replace "Programme" by the Programs Folder in your language!

greetz,
infernalshade
 
woodicw
Old
#9  
Junior Member
Thanks Meter 0
Posts: 28
Join Date: Feb 2008
I found the font color used on the home tab "129,129,129" works nicely
 
tcvaio
Old
#10  
Senior Member
Thanks Meter 0
Posts: 139
Join Date: Oct 2006
Location: BKK
Would u mind share the white diamond wallpaper

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
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

Go to top of page...

XDA PORTAL POSTS

Side-Swiping Multitasking with Kakudo

Recovering iPad users may still remember the multitasking function where you can swipe left or right to … more

Learn to Edit Graphics for your Development Work

The importance of good and appropriate graphics for your development work is undeniable. Be … more

Tasker Alternative: AutomateIt, Automates Your Device Tasks – XDA Developer TV

XDA Developer TV Producer Kevin wants to help make your … more