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
  #1831  
Old 11-06-2009, 12:29 PM
iPhone? More like MyPhone
 
Join Date: Aug 2007
Posts: 288
Thanks: 44
Thanked 16 Times in 13 Posts

Quote:
Originally Posted by armadillo View Post
Bug fix for you: Don't constantly play with RSS
I can live with that. How's Things To Do going? Can you port it over from the Matte UI theme?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1832  
Old 11-06-2009, 03:04 PM
armadillo's Avatar
Theme Creator
 
Join Date: Jul 2007
Posts: 1,117
Thanks: 0
Thanked 500 Times in 306 Posts

I have tried to kill the collapse by playing constantly with the RSS. It is possible that this got fixed by the most recent version I am running which now uses swipes to change feeds (just like the weather and montly calendar; I also fixed a rare bug in the monthly calendar).

As to the Things plugin, it's not so simple. Working on it. It may work, but no promises, since I don't have Things installed. If I have something to test, I'll let you know.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1833  
Old 11-07-2009, 01:44 AM
iPhone? More like MyPhone
 
Join Date: Sep 2009
Device + Firmware: iphone 3g
Posts: 146
Thanks: 10
Thanked 7 Times in 7 Posts

the calendar bug? Mine cuts off the last row on the right hand side
Click the image to open in full size.
Any ideas how to fix?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1834  
Old 11-07-2009, 09:57 AM
armadillo's Avatar
Theme Creator
 
Join Date: Jul 2007
Posts: 1,117
Thanks: 0
Thanked 500 Times in 306 Posts

Yeah, this can happen when you use an alternate system font. Most of them have different heights. Since I cannot predict which font is used, you will have to experiment. So open the style.css file (.../Bundles/com.ashman.LockInfo/css/style.css) and edit the following entry:

.displayDate {
font-size:13px;
line-height:13px;
font-weight:bold;
color:rgba(255, 255, 255, 1.0);
text-shadow:#000000 0px 1px 2px;
}

Change the line height until the day/month text is properly spaced and doesn't interfere with the month view. After making that change, it is possible that the calendar date also exceeds the line height (in which case you may see a gap between the date/time header and the weather header. You can fix that in the same way as above by inserting a line-height in

.timeClock {
font-size:22px;
font-weight:bold;
line-height:22px;
font-weight:bold;
color:rgba(0, 0, 0, 0.8);
margin-top:5px;
text-shadow:none;
}
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1835  
Old 11-07-2009, 10:11 AM
iPhone? More like MyPhone
 
Join Date: Aug 2007
Posts: 288
Thanks: 44
Thanked 16 Times in 13 Posts

Now that Appigo To DO is available as native, can we port that over to Aqwoah? There's even a free Appigo ToDo Lite version you can use to figure it out.
At this point I'll try different To Do apps
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1836  
Old 11-07-2009, 12:04 PM
armadillo's Avatar
Theme Creator
 
Join Date: Jul 2007
Posts: 1,117
Thanks: 0
Thanked 500 Times in 306 Posts

I need to clarify a few things. I will not be porting every single plugin that shows up in LockInfo. Aqwoah is based on the gruppled theme, although I have modified quite a bit. To be honest, IMHO the Matte UI and the native rendering appearances are butt ugly. Granted, they are much better in their approach to scale up with additional plugins, but they are just totally unappealing to me and they cannot be themed very well. On top of that, they lack interactive options, such as multiple monthly calendars, multiple weather locations, multiple feeds (they actually allow for them, but not interactively sliding them in and out.

Unfortunately, the gruppled theme is not easily scalable and it does not plug into the Settings app. So pick your poison. I will take a look at Appigo Todo and see if it uses sql database, but just like Things, I cannot make any promises as to whether or not this is feasible. I cannot use the plugins for this purpose and I have to extract the info from the database directly.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1837  
Old 11-07-2009, 12:29 PM
iPhone? More like MyPhone
 
Join Date: Aug 2007
Posts: 288
Thanks: 44
Thanked 16 Times in 13 Posts

Thanks. I appreciate your efforts on this.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1838  
Old 11-07-2009, 05:28 PM
iPhone? More like MyPhone
 
Join Date: Sep 2009
Device + Firmware: iphone 3g
Posts: 146
Thanks: 10
Thanked 7 Times in 7 Posts

Thanks for the info on the calendar fix,
I was wondering, if I changed the colour numbers in the paragrph, will that just change the colour for that particular bit?
I'm assuming the first 3 numbers relate to the amount of red,green and blue that are used to make up that colour. But what does the 'a' stand for.
Or is it not that simple?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1839  
Old 11-07-2009, 08:47 PM
armadillo's Avatar
Theme Creator
 
Join Date: Jul 2007
Posts: 1,117
Thanks: 0
Thanked 500 Times in 306 Posts

rgb stands for red,green.blue and a stands for aplha (transparency). So yes, you can change rgb to any value you like.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to armadillo For This Useful Post:
skiptowncat (11-08-2009)
  #1840  
Old 11-08-2009, 01:08 AM
iPhone? More like MyPhone
 
Join Date: Sep 2009
Device + Firmware: iphone 3g
Posts: 146
Thanks: 10
Thanked 7 Times in 7 Posts

Quote:
Originally Posted by armadillo View Post
rgb stands for red,green.blue and a stands for aplha (transparency). So yes, you can change rgb to any value you like.
What is the maximum value I can enter for each one? And is there anywhere what will tell me what mix I require to get certain colours?
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1841  
Old 11-08-2009, 08:45 AM
armadillo's Avatar
Theme Creator
 
Join Date: Jul 2007
Posts: 1,117
Thanks: 0
Thanked 500 Times in 306 Posts

Any decent graphics app will have an option to represent colors in rgb. Values can range from 0 to 255. Here is a page that gives you 500 named colors with rgb values:

500+ Named Colours with rgb and hex values
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1842  
Old 11-08-2009, 09:43 AM
iPhone? More like MyPhone
 
Join Date: Sep 2009
Device + Firmware: iphone 3g
Posts: 146
Thanks: 10
Thanked 7 Times in 7 Posts

Thanks for the info, I'm gonna have a play later!!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1843  
Old 11-09-2009, 09:17 AM
bk6039's Avatar
What's Jailbreak?
 
Join Date: Oct 2008
Device + Firmware: iphone 3g
Operating System: win xp
Location: Michigan
Posts: 28
Thanks: 5
Thanked 0 Times in 0 Posts

Quote:
Originally Posted by kwan View Post
Its in the native Lockinfo (although I can't get that to work).
Right now, I'm using it with the Matte UI theme


I'm also having this issue
me as well...for some strange reason, the collapse will stop working...have to do a hard reset to make it work again...not sure why
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1844  
Old 11-10-2009, 05:17 PM
iPhone? More like MyPhone
 
Join Date: Nov 2007
Posts: 182
Thanks: 8
Thanked 2 Times in 2 Posts

Mr Penner, I lost my ALoha repo cydia source when i updated to 3.1.2 i thought I had saved the email you sent when u changed the link but it got "lost" I think the comcast dog ate it. can u resend it to seanobx@comcast.net? Thanks again

Last edited by seanobx; 11-10-2009 at 05:18 PM.. Reason: typo
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #1845  
Old 11-15-2009, 10:58 AM
armadillo's Avatar
Theme Creator
 
Join Date: Jul 2007
Posts: 1,117
Thanks: 0
Thanked 500 Times in 306 Posts

All themes updated with the following 80 icons. Also updated SBSettings theme with 2 new toggles: Firewall and UAFaker.

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.

Note that the repo URL has changed, because someone leaked it to another board. New repo link has been sent out to donors. Thank you all for your support. I will keep updating this theme.

Last edited by armadillo; 11-15-2009 at 11:06 AM..
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to armadillo For This Useful Post:
barneyrubbleuk (11-15-2009)
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 09:22 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