+ Reply
Results 1 to 14 of 14

Thread: Idea Help

  1. #1
    Livin the iPhone Life wannabprogramma's Avatar
    Join Date
    Aug 2009
    Location
    beyond the breaking point
    Posts
    1,369
    Thanks
    163
    Thanked 161 Times in 147 Posts

    Default Idea Help

    I'm working on a Hurley )( theme, so I decided to cut the all the icon pictures into the )( shape. It turned out looking pretty good with one problem. I can't figure out what to do with the Calendar icon. I'm cutting it into the shape of the attached picture, and if I cut the Calendar icon, the day and date wouldn't be easy to see. Any ideas that would still look good with the theme?
    The Next Generation of Phreaks.

  2. #2
    iPhone? More like MyPhone
    Join Date
    Aug 2009
    Posts
    188
    Thanks
    45
    Thanked 39 Times in 32 Posts

    Sorry, I couldn't figure exactly what you're trying to do, but did you try changing the plist for different position/font-size/color of the calendar?

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

    wannabprogramma (09-23-2009)

  4. #3
    Livin the iPhone Life wannabprogramma's Avatar
    Join Date
    Aug 2009
    Location
    beyond the breaking point
    Posts
    1,369
    Thanks
    163
    Thanked 161 Times in 147 Posts

    Huh. I didn't think of that. I was trying to figure out a different picture to use instead of changing the position. I've done a little work with plists but not enough to know how to do this. Are there any themes that do this or any plist on the internet that can at least point me in the right direction? Thanks.
    The Next Generation of Phreaks.

  5. #4
    iPhone? More like MyPhone
    Join Date
    Aug 2009
    Posts
    188
    Thanks
    45
    Thanked 39 Times in 32 Posts

    This is an example, I use in my theme. Hope it helps.

    <key>CalendarIconDateStyle</key>
    <string>width:59px;height:59px;position:absolute;c olor: #000000;font-size: 27px;font-weight: bold;position:absolute;top:+10px;text-align:center;text-shadow: 0px 1px 0px black;</string>

    <key>CalendarIconDayStyle</key>
    <string>width:60px;height:7px;position:absolute;co lor: #070203;font-size: 7px;;position:absolute;top:-2px;text-align:center;</string>

  6. The Following User Says Thank You to Late_Nights For This Useful Post:

    wannabprogramma (09-23-2009)

  7. #5
    Livin the iPhone Life wannabprogramma's Avatar
    Join Date
    Aug 2009
    Location
    beyond the breaking point
    Posts
    1,369
    Thanks
    163
    Thanked 161 Times in 147 Posts

    That helps a lot but i wonder what you would replace "absolute" with to move the position. Would you happen to know? Also, is there an easy way to measure pixels in photoshop without counting? Thanks in advance.
    The Next Generation of Phreaks.

  8. #6
    Green Apple
    Join Date
    Jul 2008
    Posts
    35
    Thanks
    3
    Thanked 2 Times in 2 Posts

    Just have the date display as numbers.. I can't think of any better way.

  9. The Following User Says Thank You to Quick5oh For This Useful Post:

    wannabprogramma (09-23-2009)

  10. #7
    Livin the iPhone Life wannabprogramma's Avatar
    Join Date
    Aug 2009
    Location
    beyond the breaking point
    Posts
    1,369
    Thanks
    163
    Thanked 161 Times in 147 Posts

    By numbers do you mean 9/23/09 or just 23 like it already says but without the words? If I have just numbers, then I still have to figure out how to change the position of the numbers... Thanks for all the help so far these are pretty good ideas.
    The Next Generation of Phreaks.

  11. #8
    iPhone? More like MyPhone
    Join Date
    Aug 2009
    Posts
    188
    Thanks
    45
    Thanked 39 Times in 32 Posts

    Changing this part will move just the cal numbers "top:+10px;" I guess you can try add something like right or left.
    Last edited by Late_Nights; 09-23-2009 at 09:27 PM.

  12. The Following User Says Thank You to Late_Nights For This Useful Post:

    wannabprogramma (09-23-2009)

  13. #9
    Livin the iPhone Life wannabprogramma's Avatar
    Join Date
    Aug 2009
    Location
    beyond the breaking point
    Posts
    1,369
    Thanks
    163
    Thanked 161 Times in 147 Posts

    So I've been experimenting, and I managed to get the date the right size and left aligned, but I can't figure out how to move it over like 3 pixels. Left and Right +(amount of pixels) didn't work. Any other suggestions?
    The Next Generation of Phreaks.

  14. #10
    iPhone? More like MyPhone
    Join Date
    Aug 2009
    Posts
    188
    Thanks
    45
    Thanked 39 Times in 32 Posts

    I've been working on a time widget, and this may be helpfull for you:

    #clock {
    width: 135px;
    height: 128px;
    position: relative;
    left: 91.7%;
    margin-left: -377px;
    text-align: center;
    word-spacing: -3px;
    font: 12px "Helvetica";
    text-shadow: #000000 1px 2px 1px;
    top: 60%;
    display: none;
    margin-top: -152px;
    color: #ffffff;
    -webkit-transform: rotate(90deg);

    Ps. percentage also changes text position.
    Last edited by Late_Nights; 09-28-2009 at 08:42 PM.

  15. The Following User Says Thank You to Late_Nights For This Useful Post:

    wannabprogramma (09-28-2009)

  16. #11
    Livin the iPhone Life wannabprogramma's Avatar
    Join Date
    Aug 2009
    Location
    beyond the breaking point
    Posts
    1,369
    Thanks
    163
    Thanked 161 Times in 147 Posts

    Default :):):):):):):):):):):):):):):):):):):):):):):)

    YESSSSSS!!!!!!!! THANK YOU SOOO MUCH!!!!! That was what I needed! I used the margin amounts. That was what was preventing me. Now, I also used the [-webkit-transform:rotate(90deg)] and that worked too!!!! The only thing I have left to figure out is how to change the rotated day (only fits rotated but thats ok) to move to the right...I'm working on that right now!!! THANK YOU SO MUCH LATE NITES!!!!!!!!!
    The Next Generation of Phreaks.

  17. #12
    iPhone? More like MyPhone
    Join Date
    Aug 2009
    Posts
    188
    Thanks
    45
    Thanked 39 Times in 32 Posts

    Np dude, glad it helped
    Don't forget to show screens shots after you're done.

  18. The Following User Says Thank You to Late_Nights For This Useful Post:

    wannabprogramma (09-28-2009)

  19. #13
    Livin the iPhone Life wannabprogramma's Avatar
    Join Date
    Aug 2009
    Location
    beyond the breaking point
    Posts
    1,369
    Thanks
    163
    Thanked 161 Times in 147 Posts

    The Calendar icon is the last thing so i might b able to post pictures in this forum tonight and send it to Kyle tomorrow. if not i'll post pictures tomorrow as well. Thanks again. really helped.
    You wouldn't happen to also know how to move the Day text to the right after I flipped it 90 degrees would you? I tried to right align it and use the margin amount but its not working yet..

    NvM I figured it out- i used the left margin instead of the right and just increased in by 14 pixels.
    Last edited by wannabprogramma; 09-28-2009 at 09:17 PM. Reason: FORGOT-Remembered
    The Next Generation of Phreaks.

  20. #14
    Livin the iPhone Life wannabprogramma's Avatar
    Join Date
    Aug 2009
    Location
    beyond the breaking point
    Posts
    1,369
    Thanks
    163
    Thanked 161 Times in 147 Posts

    Default Screenshots from the finished theme! Thnks for the help.

    Alright...here it is. The finished theme- please give feedback!!!! I made all the pictures myself in photoshop-If you download it and have app icons you would like to have added email me by clicking my name on Cydia.
    Hope to have it sent to Modmyi by tomorrow and have it posted on Cydia this week. If you like it go download it. Special thanks goes to Late Nights for the Calendar Icon.
    Attached Thumbnails Attached Thumbnails Idea Help-img_0135.png   Idea Help-img_0136.png   Idea Help-img_0137.png   Idea Help-img_0139.png  
    The Next Generation of Phreaks.

  21. The Following User Says Thank You to wannabprogramma For This Useful Post:

    Late_Nights (09-29-2009)

Posting Permissions

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