+ Reply
Page 23 of 53 FirstFirst ... 132122232425 33 ... LastLast
Results 441 to 460 of 1045
  1. #441
    iPhoneaholic
    Join Date
    Jul 2008
    Location
    Winter Park, Florida
    Posts
    494
    Thanks
    64
    Thanked 101 Times in 60 Posts

    I love it...but you know I always like your work!

  2. #442
    My iPhone is a Part of Me
    Join Date
    May 2008
    Location
    Scranton
    Posts
    584
    Thanks
    164
    Thanked 197 Times in 155 Posts

    Quote Originally Posted by jabbawalkee View Post
    It didn't look exactly like that at first...the temp was covering the weather icon. I increased the padding for temp to 78px and now it looks much better (almost identical to yours). Any idea how to make the temp size bigger (like in bearhunter's screenie)?
    option 1:
    you can add a font size to the temp section:
    #temp{
    font-weight:bold;
    padding-left:65px;
    color:white;

    option 2:
    or just make the font size bigger in the textcontainer:
    #TextContainer{
    font-size:17px;
    font-family: Helvetica;
    text-shadow: rgba(0,0,0,0.7) 0 0 2px;
    margin:none;
    width:160px;
    z-index:1;

    but than you have to add a font size in city to make it smaller:
    #city{
    text-transform:capitalize;
    font-variant: small-caps;
    font-size: 0.8em;
    padding-left:0px;
    }

    let me know post a screen shot
    If I Helped You Hit The Thanks Button

  3. The Following User Says Thank You to Ice9812 For This Useful Post:

    oo3 (11-11-2008)

  4. #443
    iPhone? More like MyPhone Bear Hunter's Avatar
    Join Date
    Sep 2008
    Posts
    279
    Thanks
    17
    Thanked 102 Times in 53 Posts

    Quote Originally Posted by Bernie-Mac View Post
    Looks great bear, and with the new code we get weather description (partly cloudy, etc.) and it solves the shifting down problem?
    Yes the new code that Ice9812 wrote combines the weather to all in one and solves all shifting problems.

    Ice...You're the man bro!

  5. The Following 2 Users Say Thank You to Bear Hunter For This Useful Post:

    Bernie-Mac (11-11-2008), Ice9812 (11-11-2008)

  6. #444
    What's Jailbreak?
    Join Date
    Nov 2008
    Posts
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Nice Theme

    How do i get it so the icons stay on the right of the screen and don't cover up the widgets?

  7. #445
    iPhone? More like MyPhone
    Join Date
    Jul 2008
    Posts
    104
    Thanks
    11
    Thanked 4 Times in 4 Posts

    Quote Originally Posted by jwart11 View Post
    How do i get it so the icons stay on the right of the screen and don't cover up the widgets?
    blank apps

  8. #446
    Livin the iPhone Life Bernie-Mac's Avatar
    Join Date
    Aug 2007
    Location
    Las Vegas, NV
    Posts
    1,525
    Thanks
    162
    Thanked 136 Times in 95 Posts

    Quote Originally Posted by Bear Hunter View Post
    Yes the new code that Ice9812 wrote combines the weather to all in one and solves all shifting problems.

    Ice...You're the man bro!
    Yay! he hasnt released the code yet right or has he?
    iLive an iLife
    One of the few proud owners of a white iPhone 4 (that i built myself)


    follow me @ berniemakaveli

  9. #447
    What's Jailbreak?
    Join Date
    Nov 2008
    Posts
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    whats the best way to get blank apps? any links for download?

  10. #448
    iPhoneaholic
    Join Date
    Jul 2008
    Location
    Winter Park, Florida
    Posts
    494
    Thanks
    64
    Thanked 101 Times in 60 Posts

    Quote Originally Posted by jwart11 View Post
    whats the best way to get blank apps? any links for download?
    Download Steffwiz repository on Cydia and then look under the category "blank apps" and you can download as many as you want.

  11. #449
    iPhone? More like MyPhone Bear Hunter's Avatar
    Join Date
    Sep 2008
    Posts
    279
    Thanks
    17
    Thanked 102 Times in 53 Posts

    Alright guys...here it is: Courtesy of Ice9812's hard work:

    Combo Widget Download

    Includes the following: See README File

    1. Calendar.theme: SSH to "/Library/Themes" and activate in Winterboard

    ***YOU MUST PUT THE "Info.plist" INSIDE YOUR LEOPARD THEME FOLDER NOT THE "CALENDAR THEME" FOLDER*******

    2. Clock Widget: SSH to "/Library/Themes" and activate in Winterboard.

    3. WX & Calendar Combo: Used if you want to run the weather and calendar simultaneously on one HTML file. SSH to "/Library/Themes" and activate in Winterboard.

    ***YOU MUST PUT THE "Info.plist" INSIDE YOUR LEOPARD THEME FOLDER NOT THE "WX & CALENDAR COMBO" FOLDER*******

    4. WX Forecast.theme: SSH to "/Library/Themes" and activate in Winterboard

    The combination of the current and 6 Day forecast into one widget fixes any issues you may have had with the old version "dropping" the 6 day forecast by 10px"

    Here is what it looks like... I am running the Weather and Calendar as a Combination, and the Clock separately in Winterboard. No need to run current weather embedded in your Leopard Theme Folder.



    These Widgets are All-In-One, Stand alone versions activated in Winterboard



    DOWNLOAD

    Send big files the easy way. Files too large for email attachments? No problem!

  12. The Following 3 Users Say Thank You to Bear Hunter For This Useful Post:

    Bernie-Mac (11-12-2008), Ice9812 (11-12-2008), oo3 (11-12-2008)

  13. #450
    My iPhone is a Part of Me
    Join Date
    May 2008
    Location
    Scranton
    Posts
    584
    Thanks
    164
    Thanked 197 Times in 155 Posts

    Quote Originally Posted by Bernie-Mac View Post
    Yay! he hasnt released the code yet right or has he?
    yes i did a few posts back..check bears above post

    here it is currently in the pic below....one theme folder one widget.html running the weather, the 6 day weather, the calendar and the basic clock
    Attached Thumbnails Attached Thumbnails [RELEASE] OSX LEOPARD ADD-ONs-img_0018.png  
    Last edited by Ice9812; 11-11-2008 at 11:41 PM.
    If I Helped You Hit The Thanks Button

  14. The Following User Says Thank You to Ice9812 For This Useful Post:

    Bernie-Mac (11-12-2008)

  15. #451
    My iPhone is a Part of Me
    Join Date
    May 2008
    Location
    Scranton
    Posts
    584
    Thanks
    164
    Thanked 197 Times in 155 Posts

    Quote Originally Posted by Bear Hunter View Post
    Alright guys...here it is: Courtesy of Ice9812's hard work:

    Combo Widget Download

    Includes the following: See README File

    1. Calendar.theme: SSH to "/Library/Themes" and activate in Winterboard

    ***YOU MUST PUT THE "Info.plist" INSIDE YOUR LEOPARD THEME FOLDER NOT THE "CALENDAR THEME" FOLDER*******

    2. Clock Widget: SSH to "/Library/Themes" and activate in Winterboard.

    3. WX & Calendar Combo: Used if you want to run the weather and calendar simultaneously on one HTML file. SSH to "/Library/Themes" and activate in Winterboard.

    ***YOU MUST PUT THE "Info.plist" INSIDE YOUR LEOPARD THEME FOLDER NOT THE "WX & CALENDAR COMBO" FOLDER*******

    4. WX Forecast.theme: SSH to "/Library/Themes" and activate in Winterboard

    The combination of the current and 6 Day forecast into one widget fixes any issues you may have had with the old version "dropping" the 6 day forecast by 10px"

    Here is what it looks like... I am running the Weather and Calendar as a Combination, and the Clock separately in Winterboard. No need to run current weather embedded in your Leopard Theme Folder.



    These Widgets are All-In-One, Stand alone versions activated in Winterboard



    DOWNLOAD

    Send big files the easy way. Files too large for email attachments? No problem!
    Bear Nice work on the twoLine.css...it Looks nice....i like how you modified it.....thanks for the dl link
    If I Helped You Hit The Thanks Button

  16. #452
    Livin the iPhone Life Bernie-Mac's Avatar
    Join Date
    Aug 2007
    Location
    Las Vegas, NV
    Posts
    1,525
    Thanks
    162
    Thanked 136 Times in 95 Posts

    Sweet! Does this have an auto-updating calendar too or you havent figured that it out yet?

    :edit: Looking at mine, the weather seems a bit off from Bear's, hold on ill post a pic soon.

    :edit: Ok here is the pic, the actual degrees is to the right a bit and the weather and description are shifted down a lil bit. A plus tho is that apparently from adding those two widgets into one my iPhone is faster than it was before
    Attached Thumbnails Attached Thumbnails [RELEASE] OSX LEOPARD ADD-ONs-img_0005.png  
    Last edited by Bernie-Mac; 11-12-2008 at 12:55 AM.
    iLive an iLife
    One of the few proud owners of a white iPhone 4 (that i built myself)


    follow me @ berniemakaveli

  17. #453
    My iPhone is a Part of Me
    Join Date
    May 2008
    Location
    Scranton
    Posts
    584
    Thanks
    164
    Thanked 197 Times in 155 Posts

    Quote Originally Posted by Bernie-Mac View Post
    Sweet! Does this have an auto-updating calendar too or you havent figured that it out yet?

    :edit: Looking at mine, the weather seems a bit off from Bear's, hold on ill post a pic soon.

    :edit: Ok here is the pic, the actual degrees is to the right a bit and the weather and description are shifted down a lil bit. A plus tho is that apparently from adding those two widgets into one my iPhone is faster than it was before
    Bernie-mac..you can try adjusting the padding left...
    #temp{
    font-weight:normal;
    padding-left:65px;
    color:white;

    }
    depending on how long your city name is it would shift the temp left or right..bears city has 8 letters and your is 6...go to 67 or 68 see what happens...but only go a couple at a time b/c if you go up too high youll push the temp down under the city....let me know if you need a hand

    i noticed the same thing by running everything from one html it does run better.......ive noticed that the less "theme folders" you have in winterboard the better....ive deleted all the theme folders that are in winterboard that i have turned off...and i loaded the custom keyboard using ssh in the artwork files the old way..that helped some too..

    as for the calendar we are still working on it....

    theres alot you can do with the twoLine.css if you play with the numbers..im running mine like this...one widget running the weather/6 day, calendar and the clock on top
    Attached Thumbnails Attached Thumbnails [RELEASE] OSX LEOPARD ADD-ONs-img_0020.png  
    Last edited by Ice9812; 11-12-2008 at 01:19 AM.
    If I Helped You Hit The Thanks Button

  18. #454
    Livin the iPhone Life Bernie-Mac's Avatar
    Join Date
    Aug 2007
    Location
    Las Vegas, NV
    Posts
    1,525
    Thanks
    162
    Thanked 136 Times in 95 Posts

    Quote Originally Posted by Ice9812 View Post
    Bernie-mac..you can try adjusting the padding left...
    #temp{
    font-weight:normal;
    padding-left:65px;
    color:white;

    }
    depending on how long your city name is it would shift the temp left or right..bears city has 8 letters and your is 6...go to 67 or 68 see what happens...but only go a couple at a time b/c if you go up too high youll push the temp down under the city....let me know if you need a hand
    What file do i edit for that? And can i do the same for the 6 day forecast and the description that says "sunny" or whatever since its shifted down for me?
    Last edited by Bernie-Mac; 11-12-2008 at 01:14 AM.
    iLive an iLife
    One of the few proud owners of a white iPhone 4 (that i built myself)


    follow me @ berniemakaveli

  19. #455
    My iPhone is a Part of Me
    Join Date
    May 2008
    Location
    Scranton
    Posts
    584
    Thanks
    164
    Thanked 197 Times in 155 Posts

    Quote Originally Posted by Bernie-Mac View Post
    What file do i edit for that? And can i do the same for the 6 day forecast and the description that says "sunny" or whatever?
    the twoLine.css...look at my above pic...you can change it around alot....just have to play with the numbers...i like my city bigger and the weather icon smaller
    also i dont think its shifted down for you...Bear has made an updated weatherwidget background....its in the updated dl for the addons...you have to paste it on you wallpaper using photoshop if you want it just like his...
    Last edited by Ice9812; 11-12-2008 at 01:52 AM.
    If I Helped You Hit The Thanks Button

  20. The Following 2 Users Say Thank You to Ice9812 For This Useful Post:

    adamruok (11-12-2008), Bernie-Mac (11-12-2008)

  21. #456
    Livin the iPhone Life Bernie-Mac's Avatar
    Join Date
    Aug 2007
    Location
    Las Vegas, NV
    Posts
    1,525
    Thanks
    162
    Thanked 136 Times in 95 Posts

    Quote Originally Posted by Ice9812 View Post
    the twoLine.css...look at my above pic...you can change it around alot....just have to play with the numbers...i like my city bigger and the weather icon smaller
    also i dont think its shifted down for you...Bear has made an updated weatherwidget background....its in the updated dl for the addons...you have to paste it on you wallpaper using photoshop if you want it just like his...
    Oh, i changed the background and its all fine but i adjusted the line from 65px to 69 px like you said but it hasnt shifted to the right one bit

    Hmm...After installing the new weather widget my battery was 100% when i went to sleep and i just woke up and its 40% with 50 minutes of usage and 7 hours and 30 minutes of standby. In the WX combo thingy i have the interval set to 60 minutes, is there something i missed?
    Last edited by Bernie-Mac; 11-12-2008 at 10:10 AM. Reason: Automerged Doublepost
    iLive an iLife
    One of the few proud owners of a white iPhone 4 (that i built myself)


    follow me @ berniemakaveli

  22. #457
    iPhone? More like MyPhone Bear Hunter's Avatar
    Join Date
    Sep 2008
    Posts
    279
    Thanks
    17
    Thanked 102 Times in 53 Posts

    Add more

    Original distance from .css

    Code:
    #temp{
        font-weight:normal;
        padding-left:65px;
        color:white;
    Looks like you need to add at least 15px...Doesn't make any sense though..it lines up perfectly on my phone?

    Don't know what's up with your battery. It doesn't make any sense that your usage would increase dut to the combo widget HTML your using (calendar, weather). The weather is the only thing that self updates (meaning the calendar is not using any resources), and if you have it set at 60 min..... It should be no different than running them separately.

    Is anyone else's temp too close to the weather icon? I had so many backups and working copies last night...it is entirely possible that I might have uploaded the second to last .css file before final tweaks. I don't think I did though...because the Temp is set for "padding-left:65px" on both copies I just pulled off my phone.

    THE CODE IN "TWOLINE.CSS" FILE IS DIFFERENT IN THE WEATHER COMBO THAN IT IS IF YOU THE WEATHER WIDGET SEPARATELY. I HAD TO MAKE SOME ADJUSTMENTS THAT WERE DIFFERENT WHEN I TESTED IT IN THE "WEATHER/CALENDAR COMBO PROVIDED BY ICE

    WEATHER WIDGET ONLY "TWOLINE.CSS"
    Code:
    #WeatherContainer{
        margin-top:85px;
        margin-left:25px;
        width:100%;
        color:white;
        background-color: transparent;
        height:27px;
        
    }
    
    #TextContainer{
        font-size:24px;
        font-family:  Helvetica;
        text-shadow: rgba(0,0,0,0.7) 0 0 2px;
        margin-left:5px;
        width:160px;
        z-index:1;
    }
    
    #city{
        text-transform:capitalize;
        font-variant: small-caps; 
        font-size: 10px;
        font-weight:bold;
        padding-left:0px;
    }
    
    #TextContainer p{
        margin:0;
        display:inline;
    }
    
    #city, #temp{
    }
    
    #temp{
        font-weight:normal;
        padding-left:65px;
        color:white;
    
    }
    
    #desc{
           text-transform:capitalize;
    	display:none;
           font-size: 8px;
           color:white;
           z-index:0;
    }
    
    #weatherIcon{
        height:63px;
        width:65px;
        position:inline;
        margin-top:-55px;
        margin-left: 55px;
        
    }
    
    #middle {
    	overflow:hidden;
           margin-top:-10px;
    
    }
    #Forecast {
        font-size:11px;
        font-family: Helvetica;
        text-shadow: rgba(0,0,0,0.7) 0 0 2px;
        background-color: transparent;
        margin:none;
        text-align: center;
        width:160px;
        color:white;
        z-index:1;
    }
    
    #day1, #day2, #day3, #day4, #day5, #day0 {
    	vertical-align:top;
    	width:30em!important;width:13.3px;
    	display:table-cell!important;display:inline;
    	font-weight:bold;
           padding-top:6px;
           padding-left:0px;
    }
    
    #icon1, #icon2, #icon3, #icon4, #icon5, #icon0 {
        height:24px;
        width:24px;
        padding-top:0px;
    	vertical-align:top;
    	width:5em!important;width:13.3px;
    	display:table-cell!important;display:inline;
    }
    
    #hi1, #hi2, #hi3, #hi4, #hi5, #hi0 {
    	vertical-align:top;
    	width:15em!important;width:33.3px;
    	display:table-cell!important;display:inline;
        	font-color:#eeeeee;
    }
    
    #low1, #low2, #low3, #low4, #low5, #low0 {
    	vertical-align:top;
    	width:15em!important;width:13.3px;
    	display:table-cell!important;display:inline;
        	font-color:#999999;
           padding-bottom:3px;
    }

    WEATHER & CALENDAR COMBO "TWOLINE.CSS
    Code:
    #WeatherContainer{
        margin-top:-214px;
        margin-left:25px;
        width:100%;
        color:white;
        background-color: transparent;
        height:27px;
        
    }
    
    #TextContainer{
        font-size:24px;
        font-family:  Helvetica;
        text-shadow: rgba(0,0,0,0.7) 0 0 2px;
        margin-left:5px;
        width:160px;
        z-index:1;
    }
    
    #city{
        text-transform:capitalize;
        font-variant: small-caps; 
        font-size: 10px;
        font-weight:bold;
        padding-left:0px;
    }
    
    #TextContainer p{
        margin:0;
        display:inline;
    }
    
    #city, #temp{
    }
    
    #temp{
        font-weight:normal;
        padding-left:65px;
        color:white;
    
    }
    
    #desc{
           text-transform:capitalize;
    	display:none;
           font-size: 8px;
           color:white;
           z-index:0;
    }
    
    #weatherIcon{
        height:63px;
        width:65px;
        position:inline;
        margin-top:-55px;
        margin-left: 55px;
        
    }
    
    #middle {
    	overflow:hidden;
           margin-top:-10px;
    
    }
    #Forecast {
        font-size:11px;
        font-family: Helvetica;
        text-shadow: rgba(0,0,0,0.7) 0 0 2px;
        background-color: transparent;
        margin:none;
        text-align: center;
        width:160px;
        color:white;
        z-index:1;
    }
    
    #day1, #day2, #day3, #day4, #day5, #day0 {
    	vertical-align:top;
    	width:30em!important;width:13.3px;
    	display:table-cell!important;display:inline;
    	font-weight:bold;
           padding-top:6px;
           padding-left:0px;
    }
    
    #icon1, #icon2, #icon3, #icon4, #icon5, #icon0 {
        height:24px;
        width:24px;
        padding-top:0px;
    	vertical-align:top;
    	width:5em!important;width:13.3px;
    	display:table-cell!important;display:inline;
    }
    
    #hi1, #hi2, #hi3, #hi4, #hi5, #hi0 {
    	vertical-align:top;
    	width:15em!important;width:33.3px;
    	display:table-cell!important;display:inline;
        	font-color:#eeeeee;
    }
    
    #low1, #low2, #low3, #low4, #low5, #low0 {
    	vertical-align:top;
    	width:15em!important;width:13.3px;
    	display:table-cell!important;display:inline;
        	font-color:#999999;
           padding-bottom:3px;
    }
    Last edited by Bear Hunter; 11-12-2008 at 10:50 AM.

  23. #458
    Livin the iPhone Life Bernie-Mac's Avatar
    Join Date
    Aug 2007
    Location
    Las Vegas, NV
    Posts
    1,525
    Thanks
    162
    Thanked 136 Times in 95 Posts

    Ok, ill try that. And as far as my battery goes i did enable a mobile me thing last night so i had 2 push accounts going..maybe that was it although idk why push would kill my battery
    iLive an iLife
    One of the few proud owners of a white iPhone 4 (that i built myself)


    follow me @ berniemakaveli

  24. #459
    iPhone? More like MyPhone Bear Hunter's Avatar
    Join Date
    Sep 2008
    Posts
    279
    Thanks
    17
    Thanked 102 Times in 53 Posts

    Quote Originally Posted by Bernie-Mac View Post
    Ok, ill try that. And as far as my battery goes i did enable a mobile me thing last night so i had 2 push accounts going..maybe that was it although idk why push would kill my battery
    Well...I think that is a key piece of information that people need to know. The impression you gave is that the widgets drained the heck out of your battery. People have had tons of battery issues with Push enabled.

    Another note....if you replace the weather icons (ie...don't use the ones provided), it is entirely possible that they are different in size which would shift things around also.

    ...Just add 15 to 20px to the line identified above and you should be good to go.

    Just trying something a little different... Not sure about it yet. I added some shading to where the condition description goes to try and tie it together. Here is what it looks like.. If you like it the adjusted backgrounds are below...just drag into your PSD file:



    Last edited by Bear Hunter; 11-12-2008 at 11:43 AM. Reason: Automerged Doublepost

  25. The Following 2 Users Say Thank You to Bear Hunter For This Useful Post:

    adamruok (11-12-2008), Bernie-Mac (11-12-2008)

  26. #460
    iPhoneaholic
    Join Date
    Jul 2008
    Location
    Winter Park, Florida
    Posts
    494
    Thanks
    64
    Thanked 101 Times in 60 Posts

    Mine is very misaligned ughh...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts