Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28

This is a discussion on [New Ext] GoCalendar within the Chrome Plugins section, part of the Google Chrome category: Hmm must be a weird bug .. I uninstalled.. but could not install the extension again - the dialog apperead ...


  1. #11
    Benni is offline Senior Member
    Join Date
    May 2009
    Posts
    354

    Default

    Hmm must be a weird bug .. I uninstalled.. but could not install the extension again - the dialog apperead and i choosed yes to install.. but no extension appeared, didnt help rebooting browser.. I then downloaded the extension in IE, and dragged it into Chromium.. Success, it worked again.. But rather odd ?

  2. #12
    sulasno's Avatar
    sulasno is offline Super Moderator
    Join Date
    Sep 2008
    Location
    Bangkok
    Posts
    1,759

    Default

    after installing extensions in Chromium;
    shut down Chromium and reopen it and check the installations by entering
    chrome://extensions/
    into the addressbar

  3. #13
    Kilrah is offline Junior Member
    Join Date
    Aug 2009
    Posts
    4

    Default News Version

    Hi,
    I d/l the new version but still it won't work . I have the program icon and the arrows, but no weather info. when I press the icon, the google calendar site opens, but I'm logged.
    right-clicking on the CalendarGo icon opens the insepction tool where I found the following error on line 100 of the next_entery.html:
    "Uncaught TypeError: Cannot read property 'title' of undefined (repeated 2 times)"
    and in line 141:
    "Uncaught TypeError: Cannot read property 'title' of undefined (repeated 9 times)
    [Exception] TypeError: Cannot read property 'title' of undefined"

    hope this helps
    Yotam

  4. #14
    OpenNingia is offline Senior Member
    Join Date
    Jul 2009
    Posts
    123

    Default

    Quote Originally Posted by Kilrah View Post
    Hi,
    I d/l the new version but still it won't work . I have the program icon and the arrows, but no weather info. when I press the icon, the google calendar site opens, but I'm logged.
    right-clicking on the CalendarGo icon opens the insepction tool where I found the following error on line 100 of the next_entery.html:
    "Uncaught TypeError: Cannot read property 'title' of undefined (repeated 2 times)"
    and in line 141:
    "Uncaught TypeError: Cannot read property 'title' of undefined (repeated 9 times)
    [Exception] TypeError: Cannot read property 'title' of undefined"

    hope this helps
    Yotam
    mmm useful, I'll check this out! However don't expect any weather info, you should see your future appointments ( if you got any )

    Ok found out. Those errors were un-handled but were not a problem. Can you try to add a private appointment on your calendar?
    Last edited by OpenNingia; 08-12-2009 at 02:22 PM.

  5. #15
    Benni is offline Senior Member
    Join Date
    May 2009
    Posts
    354

    Default

    "* Click on the toolstrip opens google calendar page" it doesnt open anything here.. where I would like to add an apppoinement here

  6. #16
    Kilrah is offline Junior Member
    Join Date
    Aug 2009
    Posts
    4

    Default GoCalendar

    Hi,
    I have private appointments and added another one, but no luck. still your icon with no (calendar) info

    Thanks,
    Yotam
    P.S.
    sorry about the "weather info" bit, I got a bit confused with the extension near yours. It happens in the AM hours

  7. #17
    Benni is offline Senior Member
    Join Date
    May 2009
    Posts
    354

    Default

    I was debugging your extension to find out why it consumes massive 50 mb ram, and found out why it does not open anything when I click - where you said the toolstrip shouuld open google galendar page" - it gives an error "You do not have permission to use 'chrome.tabs'. Be sure to declare in your manifest what permissions you need.".

  8. #18
    Benni is offline Senior Member
    Join Date
    May 2009
    Posts
    354

    Default

    A little tip, I'v lowered the memory usage very much (I think) by changing the poll interval
    "next_entry.html".
    Orig:
    var pollInterval = 1000 * 30; // 1 minute -->
    My change:
    var pollInterval = 1000 * 900; // 15 minutes

    Oh yar, and I removed what i guess is debug code (console.write), that can't help either

    OpenNingia, how come the low value here ? I know there's probatly a reason..
    It seems to me that the garbage collector is never able to run due to the frequent updates, but I'm new at this, so please correct me if I'm amaging that this helps ?
    Last edited by Benni; 08-12-2009 at 09:11 PM.

  9. #19
    OpenNingia is offline Senior Member
    Join Date
    Jul 2009
    Posts
    123

    Default

    Quote Originally Posted by Benni View Post
    A little tip, I'v lowered the memory usage very much (I think) by changing the poll interval
    "next_entry.html".
    Orig:
    var pollInterval = 1000 * 30; // 1 minute -->
    My change:
    var pollInterval = 1000 * 900; // 15 minutes

    Oh yar, and I removed what i guess is debug code (console.write), that can't help either

    OpenNingia, how come the low value here ? I know there's probatly a reason..
    It seems to me that the garbage collector is never able to run due to the frequent updates, but I'm new at this, so please correct me if I'm amaging that this helps ?
    The low value is there because if I add an appointment to my calendar I like to see it in the toolstrip as soon as possible.

    About autoupdate, I'm not sure how to implement it right now because I currently use google code to store the extension.

    Edit: I released a new version of GoCalendar, this introduces AutoUpdate and a smiley if no appointments are available.
    Last edited by OpenNingia; 08-13-2009 at 07:56 AM.

  10. #20
    Benni is offline Senior Member
    Join Date
    May 2009
    Posts
    354

    Default

    It was a 'bug' in Chromium, where your extension didnt have permission to play with the tab-api, this is solved in newest build I can see

    Another suggesting might be that clicking don't open the frontpage of google calandar, but rather for the post, that you clicked, so you can edit this :=)

Page 2 of 3 FirstFirst 123 LastLast

Tags for this Thread

Posting Permissions

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