The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Centrafuse > CF Plugins

Reply
 
Thread Tools Display Modes
Old 02-18-2007, 03:21 PM   #1
Variable Bitrate
 
Join Date: Sep 2004
Location: Slovenia (EU)
Posts: 313
My Photos: (0)
Calendar 2.0 [Beta]

I am making on new version of Calendar.
For now it is still in Beta stage, so your help is appreciated.

The new version will allow more control over notes. Now you can delete note, you can have it read (text-to-speach), and you can set reminder.
These are main new functions.

The skin for first (calendar) screen is redone.
This is how it looks:


There is only Night skin for now. I will make day skin when the structure will be finished. The language is only English for now.

In notes section the last row of buttons is not active. I wonder wheather I should loose double click for reading note and add a button to do that.

The usable buttons are: CLOSE, up/down, and add and remove.
If you double click on note it will be read (text-to-speech).
When you add note:
  • first press add ( + )
  • than enter note
  • if you want to add reminder press yes otherwise no (and you are done)
  • if you pressed yes: you must delete hh:mm and enter time when reminder should pop up on that day in format hh:mm. !It is important to use this format hh:mm (24h)!
  • that should be it
Notes with reminder have a clock next to it.

Calendar 2.0 Beta2 is available to download here.
It is not installer so you must extract folder Calendar to CF_install_dir\Plugins


Please test and give feedback.

Could someone from USA (or with USA preferences) play around with reminder and report if it works or not (USA uses different date than EU).
stric is offline   Reply With Quote
Sponsored Links
Old 02-18-2007, 09:56 PM   #2
Maximum Bitrate
midiwall's CarPC Specs
 
Join Date: May 2006
Location: Seattleish, WA
Vehicle: 1970 VW Bug
Posts: 818
My Photos: (0)
Hey Stric!

Some thoughts...
  • If I enter a reminder time, the note doesn't show up on the list.

  • If I don't enter a reminder time, then an entry goes into the list, but nothing shows up in the big box on the main screen.

  • If I enter text next to the time in the NOTEs box, then it won't show up on the list until I exit the list back to the main screen then come back in.

  • If I double click on a list entry to hear the entry be read, then after the reading it goes back to the main screen. I'm thinking it should stay on the list screen.

  • The reminder time entry is clumsy and a bit confusing. You're only looking for a time entry here, right? What about using a smaller version of what David's using to set the time in CF? Basically show a screen with the current time in HH:MM, then up/down arrows under it for the user to scroll the time?

    OR! A single screen with the event time, reminder time and notes entry all at once. I think you can do it without it looking too crowded. It would avoid the confusion of having to enter times by hand, and where text can go and where it can't.

  • The date format shown on the reminder list isn't tracking with the regional settings. For example, Calendar is using DD.MM.YYYY, but I have MM/DD/YYYY defined in Windows.

  • When you pop up your modal dialog for the reminder, it'll pop up behind CF if I'm in an external application when the reminder comes up.

Thanks for the continued work!
__________________
:: Mark

Last edited by midiwall : 02-18-2007 at 10:17 PM.
midiwall is offline   Reply With Quote
Old 02-18-2007, 11:39 PM   #3
MySQL Error
 
veetid's Avatar
 
Join Date: Apr 2004
Posts: 4,955
My Photos: (0)
In the upcoming release you will be able to call the DateTime dialog that is called from clicking the time in the top right and use it to get new dates, but not have it actually change the system time...

basically a new DateTime dialog for getting dates for use with plugins....

great work, coming along...

starting to get more and more data stored... eventually we can have it sync with exchange server, or home desktop


david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
veetid is offline   Reply With Quote
Old 02-19-2007, 11:21 AM   #4
Variable Bitrate
 
Join Date: Sep 2004
Location: Slovenia (EU)
Posts: 313
My Photos: (0)
Quote: Originally Posted by midiwall View Post
Hey Stric!

Some thoughts...

  • Quote:
  • If I enter a reminder time, the note doesn't show up on the list.

Hmm so if you add reminder the note is not listed?
Quote:
  • If I don't enter a reminder time, then an entry goes into the list, but nothing shows up in the big box on the main screen.

  • Which big box on the screen? You must use night skin that is included and shown in first post here.

    Quote:
  • If I enter text next to the time in the NOTEs box, then it won't show up on the list until I exit the list back to the main screen then come back in.

  • Could you explain more.

    The first OSK dialog shows current time and you can enter note next to it or delete it and than enter note. It is just the same as it is in current 1.0 version that show time when you enterd note. (User will be able to remove this time in settings. All the code is there just have to code the settings).

    Than if you select to enter reminder you get new OSK dialog that shows hh:mm. You must delete this and enter time for reminder in that form. (for example: If you want reminder at 1:20 AM you enter 01:30).


    Quote:
  • If I double click on a list entry to hear the entry be read, then after the reading it goes back to the main screen. I'm thinking it should stay on the list screen.

  • OK, this is done.

    Quote:
  • The reminder time entry is clumsy and a bit confusing. You're only looking for a time entry here, right? What about using a smaller version of what David's using to set the time in CF? Basically show a screen with the current time in HH:MM, then up/down arrows under it for the user to scroll the time?

    OR! A single screen with the event time, reminder time and notes entry all at once. I think you can do it without it looking too crowded. It would avoid the confusion of having to enter times by hand, and where text can go and where it can't.

  • David replay to this so... this is simple temporary solution until new version of CF is available.

    Quote:
  • The date format shown on the reminder list isn't tracking with the regional settings. For example, Calendar is using DD.MM.YYYY, but I have MM/DD/YYYY defined in Windows.

  • Huh sorry, I allready changed this and for me it works.

    Quote:
  • When you pop up your modal dialog for the reminder, it'll pop up behind CF if I'm in an external application when the reminder comes up.

  • I do not thik I can do much here. Maybe David could tell or look into it.

    Quote:
    Thanks for the continued work!

    stric is offline   Reply With Quote
    Old 02-19-2007, 01:48 PM   #5
    Variable Bitrate
     
    Join Date: Sep 2004
    Location: Slovenia (EU)
    Posts: 313
    My Photos: (0)
    The two bugs are repaired now. Download here or in first post.
    stric is offline   Reply With Quote
    Old 02-19-2007, 03:58 PM   #6
    Maximum Bitrate
    coucouillu's CarPC Specs
     
    coucouillu's Avatar
     
    Join Date: Nov 2004
    Location: FRANCE
    Vehicle: 06' Audi A3 2.0 TDI Exclusive Line 170HP
    Posts: 892
    My Photos: (72)
    here is the french translation oc CALEND2 but I can't select the language....
    Attached Files
    File Type: zip French.zip (833 Bytes, 15 views)
    coucouillu is offline   Reply With Quote
    Old 02-19-2007, 04:01 PM   #7
    Variable Bitrate
     
    Join Date: Sep 2004
    Location: Slovenia (EU)
    Posts: 313
    My Photos: (0)
    Coucouillu thanks for this I will let you know if I change anything (I hope I wont forget...)
    Language is the same as in main CF... right now you must manually put to TRUE FIRSTSTART or something like this in config.xml...
    It will work once I made installer.
    stric is offline   Reply With Quote
    Old 02-19-2007, 04:03 PM   #8
    Maximum Bitrate
    coucouillu's CarPC Specs
     
    coucouillu's Avatar
     
    Join Date: Nov 2004
    Location: FRANCE
    Vehicle: 06' Audi A3 2.0 TDI Exclusive Line 170HP
    Posts: 892
    My Photos: (72)
    Quote: Originally Posted by coucouillu View Post
    ...but I can't select the language....

    After restarting CF seems to have automactically selected french.xml file in CALEND plugin because it has detect that I am in FRENCH in GENERAL settings..
    coucouillu is offline   Reply With Quote
    Old 02-19-2007, 04:03 PM   #9
    MySQL Error
     
    veetid's Avatar
     
    Join Date: Apr 2004
    Posts: 4,955
    My Photos: (0)
    If you place French.xml in the language folder, then go to the main Centrafuse and change back to English, save it, then change it back to French it should update the plugin...

    unless stric programmed his plugin to check the main application language on load and change itself, or check every load...

    I added this to all the plugins, so it will be in the examples in the new SDK once I release the upcoming version...

    david
    __________________
    __________________
    CENTRAFUSE http://www.centrafuse.com
    01 Jeep Cherokee Sport 4x4 Installed
    M10000/512Mb/20GB, Lilliput 7", Holux GM-210
    veetid is offline   Reply With Quote
    Old 02-19-2007, 04:08 PM   #10
    Maximum Bitrate
    coucouillu's CarPC Specs
     
    coucouillu's Avatar
     
    Join Date: Nov 2004
    Location: FRANCE
    Vehicle: 06' Audi A3 2.0 TDI Exclusive Line 170HP
    Posts: 892
    My Photos: (72)
    Quote: Originally Posted by veetid View Post
    If you place French.xml in the language folder, then go to the main Centrafuse and change back to English, save it, then change it back to French it should update the plugin...


    This is exactly what i have done for make it work.
    coucouillu is offline   Reply With Quote
    Sponsored Links
    Old 02-20-2007, 01:33 AM   #11
    Variable Bitrate
     
    Join Date: Sep 2004
    Location: Slovenia (EU)
    Posts: 313
    My Photos: (0)
    It is like all other plugins that check main CF settings on first start... but I forget to put TRUE in config, because I only include one skin and one language. Will do in next release.
    stric is offline   Reply With Quote
    Old 05-20-2007, 09:58 PM   #12
    Maximum Bitrate
     
    Join Date: Jul 2006
    Posts: 614
    My Photos: (5)
    i am not sure if this is the version available on the flux website, but the year and month do not show in the box as they should. the left and right buttons work for scrolling through months, but it doesnt show me what month and year i am looking at
    hari-bhari is offline   Reply With Quote
    Old 05-21-2007, 11:36 AM   #13
    Variable Bitrate
     
    Join Date: Sep 2004
    Location: Slovenia (EU)
    Posts: 313
    My Photos: (0)
    Hmm, I heared about that yes, but I am not sure what could be...
    I just have exams at school so I do not have much time, but I will try to do some progress on this 2.0 version.
    The problem for this was also lack of feedback, so I am not even sure if people use it or not. Will make another beta and then I will see...
    stric is offline   Reply With Quote
    Old 06-26-2007, 10:58 AM   #14
    Constant Bitrate
    ivanmx6's CarPC Specs
     
    ivanmx6's Avatar
     
    Join Date: Dec 2006
    Location: Dorset, UK
    Vehicle: '97 Toyota Supra TT
    Posts: 166
    My Photos: (0)
    Quote: Originally Posted by hari-bhari View Post
    i am not sure if this is the version available on the flux website, but the year and month do not show in the box as they should. the left and right buttons work for scrolling through months, but it doesnt show me what month and year i am looking at

    Same problem here - no Month or Year displayed.
    ivanmx6 is offline   Reply With Quote
    Old 06-29-2007, 02:17 PM   #15
    Newbie
    n3w813's CarPC Specs
     
    n3w813's Avatar
     
    Join Date: Apr 2007
    Location: CA
    Vehicle: 2007 Lexus IS250
    Posts: 15
    My Photos: (0)
    Ditto. No month or year displayed. Had this problem since CF1.10
    __________________
    Lexus IS250 CarPC Project

    Plan [+++++++++-] 90%
    Buy [++++++++--] 80%
    Config [+++++-----] 50%
    Install [----------] 0%
    n3w813 is offline   Reply With Quote
    Sponsored Links
    Reply


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    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

    vB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off
    Trackbacks are Off
    Pingbacks are Off
    Refbacks are Off

    Similar Threads
    Thread Thread Starter Forum Replies Last Post
    USB 2.0 issues PLEASE HELP! Kamakazie2 General Hardware Discussion 25 10-23-2006 07:25 AM
    WTB: M2-atx, USB 2.0 hub, USB 2.0 pci card, etc CavityCr33p Classified Archive 1 01-30-2006 05:57 PM
    IDE to USB 2.0 converter goosef350 General Hardware Discussion 8 08-11-2005 08:29 PM
    2 questions about 2.0. jgme ME Archive 3 09-04-2003 03:42 PM
    2.0 review hijinks21 ME Archive 20 07-16-2003 07:02 AM


    All times are GMT -5. The time now is 07:59 AM.


    Sponsored Links
    The MP3car.com Store

    Powered by vBulletin® Version 3.6.8
    Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
    SEO by vBSEO 3.1.0
    Copyright © 1999 - 2008 Mp3Car.com Inc.
    Ad Management by RedTyger
    Message Board Statistics