The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > Design and Media For the iPhone / iPod Touch > New Skins / Themes Launches
Reply
 
LinkBack Thread Tools Display Modes
  #751  
Old 12-23-2008, 10:07 AM
iPhone? More like MyPhone
 
Join Date: Apr 2008
Posts: 178
Thanks: 4
Thanked 28 Times in 19 Posts

This is my configuration... thanks for all your help guys.
Attached Thumbnails
[RELEASE] OSX LEOPARD ADD-ONs-img_0005.png  
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #752  
Old 12-23-2008, 11:15 AM
iPhoneaholic
 
Join Date: Jul 2008
Device + Firmware: 8GB Black 3G (pwned 2.0.1)
Location: Winter Park, Florida
Posts: 494
Thanks: 64
Thanked 98 Times in 60 Posts

Quote:
Originally Posted by persichini View Post
This is my configuration... thanks for all your help guys.
Looks good...I'm impressed with everyone's screens thus far. Would you mind posting the PSD for your wallpaper? I particularly want the page bubbles in the upper left corner of your dashboard (the red/yellow/green bubbles). Thanks!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #753  
Old 12-23-2008, 03:59 PM
Zehlek's Avatar
My iPhone is a Part of Me
 
Join Date: Jul 2008
Device + Firmware: iPhone 3GS - (3.1.2) - Jailbroken 32GB WHITE
Operating System: Windows Vista Ultimate
Location: Hamilton, ON
Posts: 526
Thanks: 146
Thanked 25 Times in 23 Posts
Send a message via AIM to Zehlek Send a message via MSN to Zehlek Send a message via Yahoo to Zehlek

I think I need some better icons Any suggestions?

Click the image to open in full size.

Quote:
Originally Posted by barrygeorge002 View Post
Here ya go. You just have to ad this to the themes folder and drag it above the leopard stuff. I also included the photoshop file with the bg for the clock in it and my bg.

http://baltimoreopera.com/_assets/clock.zip
Thanks a lot.

Last edited by Zehlek; 12-23-2008 at 03:59 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #754  
Old 12-25-2008, 01:38 PM
24trepid's Avatar
My iPhone is a Part of Me
 
Join Date: Oct 2007
Device + Firmware: 16GB iPhone 3GS Jailbroken
Operating System: Windows 7, 64-bit
Location: Florida
Posts: 620
Thanks: 205
Thanked 122 Times in 75 Posts

This theme keeps getting better.........
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #755  
Old 12-25-2008, 02:26 PM
iPhone? More like MyPhone
 
Join Date: Nov 2007
Device + Firmware: iPhone Black 3gs 32GB 3.0 JB
Operating System: Windows XP Black
Location: Bay Area
Posts: 242
Thanks: 14
Thanked 18 Times in 16 Posts

here is mine...

Click the image to open in full size.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to Gom33 For This Useful Post:
Tromb (02-24-2009)
  #756  
Old 12-25-2008, 03:49 PM
Bear Hunter's Avatar
iPhone? More like MyPhone
 
Join Date: Sep 2008
Device + Firmware: iPhone 2.1
Operating System: MBP, iMac, eMac
Posts: 279
Thanks: 17
Thanked 99 Times in 53 Posts

Quote:
Originally Posted by Gom33 View Post
here is mine...

Click the image to open in full size.
Very nicely done
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #757  
Old 12-25-2008, 06:14 PM
24trepid's Avatar
My iPhone is a Part of Me
 
Join Date: Oct 2007
Device + Firmware: 16GB iPhone 3GS Jailbroken
Operating System: Windows 7, 64-bit
Location: Florida
Posts: 620
Thanks: 205
Thanked 122 Times in 75 Posts

Quote:
Originally Posted by jabbawalkee View Post
Hey guys...I just put packaged the wallpapers I am using with my theme into a Rotating WallpaperWidgets setup. I have attached a zip. However, there may be one small problem, I have my calendar at the top of the dash and the weather widget at the bottom. If you still want to use this as a rotating wallpaper (cycling 10 images) all you have to do is keep the Wallpaper.html file and name your wallpapers (0.png, 1.png, 2.png, etc until 9.png) and put them in the Private folder. Enjoy!

PS: I have to say that it makes my setup look a lot nicer and never gets old because I am constantly looking at a different wallpaper

Every 30 seconds to 1 minute the wallpaper changes to any of the ones you see below.
Screenshots of the Rotating Wallpaper Widgets (10 wallpapers total):

Click the image to open in full size.
Click the image to open in full size.
Click the image to open in full size.
Click the image to open in full size.
My personal favorites below
Click the image to open in full size.

Tell me what you guys think!


What's the max amount of pics ?
I'm wanting to have 24 .
Thanks.

I have 24 rotating wallpapers.
Every once in a while, all I get is a black screen.
And it has a little blue box in statusbar, with "?"
Here's the code i'm using as Wallpaper.html

<html>
<head>
<base href="Private/"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

<style>
body {
background-color: black;
margin: 0;
padding: 0 0 0 0;
height: 442px;
width: 320px;
}

img {
-webkit-transition-property: opacity;
-webkit-transition-duration: 1.5s;
position: absolute;
width: 320px;
height: auto;
}

img.fade-out {
opacity: 0;
}

img.fade-in {
opacity: 1;
}

</style>
</head>
<body>

<img src="0.png" id="image0" class="fade-out"/>
<img src="1.png" id="image1" class="fade-out"/>
<img src="2.png" id="image2" class="fade-out"/>
<img src="3.png" id="image3" class="fade-out"/>
<img src="4.png" id="image4" class="fade-out"/>
<img src="5.png" id="image5" class="fade-out"/>
<img src="6.png" id="image6" class="fade-out"/>
<img src="7.png" id="image7" class="fade-out"/>
<img src="8.png" id="image8" class="fade-out"/>
<img src="9.png" id="image9" class="fade-out"/>
<img src="10.png" id="image10" class="fade-out"/>
<img src="11.png" id="image11" class="fade-out"/>
<img src="12.png" id="image12" class="fade-out"/>
<img src="13.png" id="image13" class="fade-out"/>
<img src="14.png" id="image14" class="fade-out"/>
<img src="15.png" id="image15" class="fade-out"/>
<img src="16.png" id="image16" class="fade-out"/>
<img src="17.png" id="image17" class="fade-out"/>
<img src="18.png" id="image18" class="fade-out"/>
<img src="19.png" id="image19" class="fade-out"/>
<img src="20.png" id="image20" class="fade-out"/>
<img src="21.png" id="image21" class="fade-out"/>
<img src="22.png" id="image22" class="fade-out"/>
<img src="23.png" id="image23" class="fade-out"/>

<script>

var fade = function(lastid) {

var rnd=Math.floor(Math.random()*24)

function fout() {
if(rnd){document.getElementById('image'+rnd).class Name = 'fade-out';}
fade()
}

document.getElementById('image'+rnd).className = 'fade-in';
setTimeout(fout, 20000);
};

fade();
</script>
</body>
</html>

Last edited by 24trepid; 12-25-2008 at 06:14 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #758  
Old 12-25-2008, 11:49 PM
iPhoneaholic
 
Join Date: Jul 2008
Device + Firmware: 8GB Black 3G (pwned 2.0.1)
Location: Winter Park, Florida
Posts: 494
Thanks: 64
Thanked 98 Times in 60 Posts

Quote:
Originally Posted by Gom33 View Post
here is mine...

Click the image to open in full size.
Can you post your macintosh hd icon (the icon on the top right of your homescreen) please? Thanks. Looks fantastic

Last edited by jabbawalkee; 12-25-2008 at 11:55 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #759  
Old 12-26-2008, 12:42 AM
iPhone? More like MyPhone
 
Join Date: Nov 2007
Device + Firmware: iPhone Black 3gs 32GB 3.0 JB
Operating System: Windows XP Black
Location: Bay Area
Posts: 242
Thanks: 14
Thanked 18 Times in 16 Posts

forgot to show my sbsettings

leopard icons with black gui background...
Click the image to open in full size.

oh yeah, how do i change text color in status bar? want to change the color of the time

Last edited by Gom33; 12-26-2008 at 12:44 AM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to Gom33 For This Useful Post:
Simonebmw (01-03-2009)
  #760  
Old 12-26-2008, 01:06 AM
What's Jailbreak?
 
Join Date: Apr 2008
Device + Firmware: iphone 1.1.4
Operating System: osx and windows
Posts: 23
Thanks: 2
Thanked 0 Times in 0 Posts

this is my springboard...i made it so simple i dont have wifi or 3g so i didnt put the weather widget

chears!

Click the image to open in full size.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #761  
Old 12-26-2008, 09:58 AM
johnmhensley's Avatar
What's Jailbreak?
 
Join Date: Mar 2008
Device + Firmware: iPhone 3G 16GB Black 3.0, iPhone 3GS 32GB Black 3.0, iPod Touch 32GB 3.0
Operating System: Mac OS 10.6
Location: Columbia, MO
Posts: 29
Thanks: 1
Thanked 1 Time in 1 Post
Add-Ons

After several weeks of tinkering, I finally have it where I want it. Well, almost...I wrote in the code for auto-refreshing the calendar, but this caused my weather widget to refresh every couple of minutes, which bugged me. I changed nothing else, so I assume the code changed something with the forecast. I changed it back to the old code, and all is well. I guess I'll just re-spring every morning, as I have been doing for quite some time now. I love this theme, thank you to everyone for their hard work!

Last edited by johnmhensley; 08-09-2009 at 01:46 PM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #762  
Old 12-26-2008, 10:21 AM
Green Apple
 
Join Date: Oct 2007
Location: aix en provence
Posts: 72
Thanks: 5
Thanked 23 Times in 17 Posts

Quote:
Originally Posted by johnmhensley View Post
After several weeks of tinkering, I finally have it where I want it. Well, almost...I wrote in the code for auto-refreshing the calendar, but this caused my weather widget to refresh every couple of minutes, which bugged me. I changed nothing else, so I assume the code changed something with the forecast. I changed it back to the old code, and all is well. I guess I'll just re-spring every morning, as I have been doing for quite some time now. I love this theme, thank you to everyone for their hard work!
you can change the value to 360 or 3600 instead of 60, it will refresh every hour and your calendar will autoupdate
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #763  
Old 12-26-2008, 10:30 AM
johnmhensley's Avatar
What's Jailbreak?
 
Join Date: Mar 2008
Device + Firmware: iPhone 3G 16GB Black 3.0, iPhone 3GS 32GB Black 3.0, iPod Touch 32GB 3.0
Operating System: Mac OS 10.6
Location: Columbia, MO
Posts: 29
Thanks: 1
Thanked 1 Time in 1 Post

Quote:
Originally Posted by bacman View Post
you can change the value to 360 or 3600 instead of 60, it will refresh every hour and your calendar will autoupdate
Thank you! I will try that after work. I knew I should have brought my MacBook with me. With nine out of 100+ people working today, I could have played around all day! ;-)

Thanks again, I will let you know what happens later.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #764  
Old 12-26-2008, 12:13 PM
My iPhone is a Part of Me
 
Join Date: May 2008
Device + Firmware: Iphone 1st gen 16gig 3.0 redsnOw
Operating System: xp
Location: Scranton
Posts: 510
Thanks: 158
Thanked 184 Times in 144 Posts

Quote:
Originally Posted by Gom33 View Post
forgot to show my sbsettings

leopard icons with black gui background...
Click the image to open in full size.

oh yeah, how do i change text color in status bar? want to change the color of the time
to change the color of the time add this to the info.plist

<key>TimeStyle</key>
<string>color: #1826e0</string>

and change the color number to whatever you would like
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #765  
Old 12-26-2008, 12:37 PM
24trepid's Avatar
My iPhone is a Part of Me
 
Join Date: Oct 2007
Device + Firmware: 16GB iPhone 3GS Jailbroken
Operating System: Windows 7, 64-bit
Location: Florida
Posts: 620
Thanks: 205
Thanked 122 Times in 75 Posts

My homescreen looks Awesome, but why is statusbar black
on lockscreen ?? Can't see carrier image.

Click the image to open in full size.


Click the image to open in full size.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > Design and Media For the iPhone / iPod Touch > New Skins / Themes Launches

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On



Go to Top
ModMyI

All times are GMT -6. The time now is 01:36 PM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Privacy Statement / Top