+ Reply
Results 1 to 18 of 18
  1. #1
    iPhoneaholic TheOnlyest's Avatar
    Join Date
    Aug 2008
    Location
    Las Vegas
    Posts
    390
    Thanks
    18
    Thanked 95 Times in 55 Posts

    Default LockInfo - Gruppled/Aqwoah Theme Calendar issue

    Guys, can someone please help me out with my calendar issue? I am using 2 calendars.

    Today is October 22nd, and as you can see from this pic, the event counts are all wrong...

    header 1 should show (1).... not (0)
    header 2 should show (0).... not (3) which is the total events within the next 7 days.
    header 3 should show (1).... not (3) the total events within the next 7 days, and the 1st one is TODAY!

    I only want the header 2 and header 3 counts to show the total events for the current day, and header 1 to show the total of header 2 and 3.

    I am sure this is something within the lockinfo.js code, I have already tried every combination of settings
    in the config.js file.
    Does anyone have a solution, or a revised lockinfo.js file that will correct this?? please?
    Attached Thumbnails Attached Thumbnails LockInfo - Gruppled/Aqwoah  Theme Calendar issue-img_0148.png  
    Last edited by TheOnlyest; 10-22-2009 at 01:11 PM.
    Praise the Devs! To each and every one of you who spend your time writing code and making apps for little or no profit... Its YOU that makes the iPhone great, NOT Apple!! From me to you, a million thanks!!

  2. #2
    Theme Creator armadillo's Avatar
    Join Date
    Jul 2007
    Posts
    1,311
    Thanks
    0
    Thanked 590 Times in 364 Posts

    The counts are all correct. They reflect different things. Header 1 should be 0, since it is counting today's events. This is set in config.js.

    // Show count for only today' events?
    var calendarCountToday = true;

    Header 2 shows the total number of events in that calendar over the period of days you set and header 3 does the same.
    Come visit AlohaSoft

  3. #3
    iPhoneaholic TheOnlyest's Avatar
    Join Date
    Aug 2008
    Location
    Las Vegas
    Posts
    390
    Thanks
    18
    Thanked 95 Times in 55 Posts

    Quote Originally Posted by armadillo View Post
    Header 1 should be 0, since it is counting today's events.
    And this is he primary issue, in the second calendar there IS an event for today, yet header 1 (which should reflect today's event total) says (0)... it should say (1)!

    I'd actually be satisfied if the counts in header 2 & 3 were not even displayed, but on the main header, I need the counts for today to be accurate. Its very easy for me to miss something in calendar 2 if the main header count ignores today's events in calendar 2!
    Last edited by TheOnlyest; 10-22-2009 at 03:03 PM.
    Praise the Devs! To each and every one of you who spend your time writing code and making apps for little or no profit... Its YOU that makes the iPhone great, NOT Apple!! From me to you, a million thanks!!

  4. #4
    My iPhone is a Part of Me zinjen's Avatar
    Join Date
    Sep 2007
    Location
    Scottsdale, AZ
    Posts
    903
    Thanks
    116
    Thanked 233 Times in 133 Posts

    LOL Renew Ferrari registration? Nice!
    Don't forget to hit the thanks button if you liked what I said or did

  5. #5
    iPhoneaholic TheOnlyest's Avatar
    Join Date
    Aug 2008
    Location
    Las Vegas
    Posts
    390
    Thanks
    18
    Thanked 95 Times in 55 Posts

    Quote Originally Posted by zinjen View Post
    LOL Renew Ferrari registration? Nice!
    yup, my plates expire tomorrow!
    Praise the Devs! To each and every one of you who spend your time writing code and making apps for little or no profit... Its YOU that makes the iPhone great, NOT Apple!! From me to you, a million thanks!!

  6. #6
    Theme Creator armadillo's Avatar
    Join Date
    Jul 2007
    Posts
    1,311
    Thanks
    0
    Thanked 590 Times in 364 Posts

    No, the main header for the calendar only reflects the main calendar counts, not any other. If you want to reflect it events in all calendars, you will have to either disable separate calendars or rewrite the updateCalendar function in lockinfo.js. I understand what you want, but you will have to code it. This is specifically why I provided my LI version as is. It's simply impossible to meet everybody's feature set.

    Now if you had a spare Ferrari, I'd be happy to code it for you
    Come visit AlohaSoft

  7. #7
    iPhoneaholic TheOnlyest's Avatar
    Join Date
    Aug 2008
    Location
    Las Vegas
    Posts
    390
    Thanks
    18
    Thanked 95 Times in 55 Posts

    Well, at least were on the same page.
    I dont have an extra Ferrari, but I may be willing to offer reasonable compensation for your time, if you'd be willing to fix the code. PM me if you want to talk seriously about it.

    Quote Originally Posted by armadillo View Post
    Now if you had a spare Ferrari, I'd be happy to code it for you
    Praise the Devs! To each and every one of you who spend your time writing code and making apps for little or no profit... Its YOU that makes the iPhone great, NOT Apple!! From me to you, a million thanks!!

  8. #8
    Theme Creator armadillo's Avatar
    Join Date
    Jul 2007
    Posts
    1,311
    Thanks
    0
    Thanked 590 Times in 364 Posts

    I was just kidding. I'll take a look at the code to see how involved it is. But I wonder why you don't simply unify the calendars. That would take care of the count, would give you a linear time line of all events, and you could even change the icon or color of your football calendar entries. I personally would find that a better approach to handle calendars.
    Come visit AlohaSoft

  9. #9
    iPhoneaholic TheOnlyest's Avatar
    Join Date
    Aug 2008
    Location
    Las Vegas
    Posts
    390
    Thanks
    18
    Thanked 95 Times in 55 Posts

    lol, Red Wings is Hockey... I realize that combining the calendars would give me an accurate count. But I have reasons for needing those events separate.
    I would LOVE to have unique icons, but I dug into the code and discovered that there is only 1 command line that is used to process and display all calendar entries, including the font colors, header container div, and the colored ball graphic.

    I did see some coding in one of the css files about unique calendar display options, but its not clear how to edit it... if you could shed some light on that, i'd appreciate it!


    Actually, the ideal solution would be a totally separate plugin for this, which I asked you about in the other tread, but you never responded to it.
    The plugin could be used for any sport, and could rely on a .js or .css file for the unique schedule data.

    When LockInfo goes to public release, I can promise you that a plugin like this would be very popular... and perhaps profitable for you!


    Quote Originally Posted by armadillo View Post
    I was just kidding. I'll take a look at the code to see how involved it is. But I wonder why you don't simply unify the calendars. That would take care of the count, would give you a linear time line of all events, and you could even change the icon or color of your football calendar entries. I personally would find that a better approach to handle calendars.
    Praise the Devs! To each and every one of you who spend your time writing code and making apps for little or no profit... Its YOU that makes the iPhone great, NOT Apple!! From me to you, a million thanks!!

  10. #10
    Theme Creator armadillo's Avatar
    Join Date
    Jul 2007
    Posts
    1,311
    Thanks
    0
    Thanked 590 Times in 364 Posts

    Here is something that would work with the upcoming RSS reader plugin:



    This would scroll the schedule.
    Come visit AlohaSoft

  11. #11
    Livin the iPhone Life
    Join Date
    Sep 2009
    Location
    Manchester, England
    Posts
    1,810
    Thanks
    359
    Thanked 455 Times in 338 Posts

    armadillo,Any idea whenn the rss feed will be ready for aqwoha lockscreen?

  12. #12
    Theme Creator armadillo's Avatar
    Join Date
    Jul 2007
    Posts
    1,311
    Thanks
    0
    Thanked 590 Times in 364 Posts

    I hope to have it wrapped up today or tomorrow and then I need a bit of time for documentation. Or else I will be inundated with requests and emails...

    Essentially it all works. The monthly calendar is now scrollable by swiping left/right. The weather now can have multiple cities which you can swipe through and you now get sunrise/set in addition to moonrise/set. You can also change Fahrenheit/Celsius on the fly. And RSS reader can have multiple feeds that you swipe through plus you can change the amount of info displayed. As you can see, I also changed the calendar display in the date/time main bar.
    Last edited by armadillo; 10-23-2009 at 02:05 PM.
    Come visit AlohaSoft

  13. #13
    iPhoneaholic TheOnlyest's Avatar
    Join Date
    Aug 2008
    Location
    Las Vegas
    Posts
    390
    Thanks
    18
    Thanked 95 Times in 55 Posts

    Interesting... but odd that today its showing a game from a week ago.
    where is that feed from? i'd have to look at it to see if it would really suit my purpose.


    Quote Originally Posted by armadillo View Post
    Here is something that would work with the upcoming RSS reader plugin:

    This would scroll the schedule.
    Praise the Devs! To each and every one of you who spend your time writing code and making apps for little or no profit... Its YOU that makes the iPhone great, NOT Apple!! From me to you, a million thanks!!

  14. #14
    Theme Creator armadillo's Avatar
    Join Date
    Jul 2007
    Posts
    1,311
    Thanks
    0
    Thanked 590 Times in 364 Posts

    This is the feed:

    http://rss.coveritlive.com/rss.php?username=RedWings

    I simply entered that into my RSS plugin. You will notice that the feed also lists older entries. You could simply limit the number of entries to fetch. Alternatively, there may be other feeds that you could use. This is just an example what can be done. I'm not saying that this is what you want exactly. If you have your own homepage, you could make an RSS feed that shows exactly what you want and then just use LI to access it.
    Come visit AlohaSoft

  15. #15
    Green Apple realrap7st's Avatar
    Join Date
    Nov 2007
    Location
    south philly
    Posts
    79
    Thanks
    5
    Thanked 10 Times in 9 Posts

    hey i have the lockinfo ... but how do i get the weather info thing? i want it. it hawt lol
    help me?
    thx

  16. #16
    Livin the iPhone Life
    Join Date
    Sep 2009
    Location
    Manchester, England
    Posts
    1,810
    Thanks
    359
    Thanked 455 Times in 338 Posts

    Quote Originally Posted by armadillo View Post
    I hope to have it wrapped up today or tomorrow and then I need a bit of time for documentation. Or else I will be inundated with requests and emails...

    Essentially it all works. The monthly calendar is now scrollable by swiping left/right. The weather now can have multiple cities which you can swipe through and you now get sunrise/set in addition to moonrise/set. You can also change Fahrenheit/Celsius on the fly. And RSS reader can have multiple feeds that you swipe through plus you can change the amount of info displayed. As you can see, I also changed the calendar display in the date/time main bar.
    Sounding good, I'll lookforward to it.

  17. #17
    My iPhone is a Part of Me 24trepid's Avatar
    Join Date
    Oct 2007
    Location
    Florida
    Posts
    738
    Thanks
    235
    Thanked 138 Times in 86 Posts

    Quote Originally Posted by TheOnlyest View Post
    Guys, can someone please help me out with my calendar issue? I am using 2 calendars.

    Today is October 22nd, and as you can see from this pic, the event counts are all wrong...

    header 1 should show (1).... not (0)
    header 2 should show (0).... not (3) which is the total events within the next 7 days.
    header 3 should show (1).... not (3) the total events within the next 7 days, and the 1st one is TODAY!

    I only want the header 2 and header 3 counts to show the total events for the current day, and header 1 to show the total of header 2 and 3.

    I am sure this is something within the lockinfo.js code, I have already tried every combination of settings
    in the config.js file.
    Does anyone have a solution, or a revised lockinfo.js file that will correct this?? please?
    Where did you get the 3G[S] in statusbar ?
    Looks cool. Maybe share ........
    Follow me on Twitter ... http://www.twitter.com/iTooCrzy

    Smack That Thanks Button .........

  18. #18
    What's Jailbreak?
    Join Date
    Oct 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Hi, I also have an issue with the Gruppled Lockinfo screen. Somehow my events in the Calendar is not displayed on the screen. This issue began after I imported my schedules from Google Calendar to my iCal and synced my iPhone with it. Can anyone help me with this? Any help is greatly appreciated : )

Posting Permissions

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