Is there a place to download this plugin? Link is broken in post #1.
Printable View
Is there a place to download this plugin? Link is broken in post #1.
post #48, still very much a beta.
The date issue should not be a problem, if you just build the date yourself, and not use the system date string as it is. Then it does not matter what format it is set to, region wise, on the persons computer.
This is a snippet of code I use to determine the number of days between 2 dates:
The one line of building the date above, keeps from having to read the system settings on how the date is formatted, what character is being used as a seperator (/, - ect), having to have 2 sections in the code to deal with differences and so forth...Code:
FullDate = CurrentMonth & "/" & CurrentDay & "/" & CurrentYear
diffMin = DateDiff("n", IndividualLines(LineCount), DFXLastUpdate)
diffDays = diffMin / 1440
no sure why ,, but this pi , even though its not fully working here ,, is killing slider cmds in other pi's ,,, when i have cal installed i loose sliders from bassrr and rrupd8
i need to onfirm this at work on the pc there ,,, but tests here point to rrcal at the moment
ok i can confirm its rrcal , stopping some sliders from working
Thank you
np just glad i was able to narrow it down to this
New version 1.0.2 available (technically still a BETA)
https://skydrive.live.com/embedicon....2b075baeb78d0d
I wrote out a LONG list of fixes, additions and stuff but unfortunately my system lost internet in the middle of posting it. I might be missing something but i'll try to recreate. Basically i fixed everything requested and made some additions.
-fixed slider incompatibility
-added ONCLCLICK for events/appointments, runs menu;RRCalendar_eventDisplay.skin
-added support for AM/PM data entry
-fixed alot of localization support code
-made add date boxes dynamic (see readme for changes to labels etc)
-added RRCALENDAR_SYNC and custom event RRCALENDAR_ONCALENDARSYNCED
-all i can think of.. but i'm sure there's more ..loooong day at work !
Carputer1... i changed my system over to UK localization settings and everything worked in terms of the list populate. Allow rrcalendar up to 60 seconds at load for calendar information to populate, make sure DateFormat = 1 and HourFormat = True in rrcalendar_settings.xml, and try this latest version.
Nice 1 Shaun
Up and running ,, sliders ok,,, date number labes active,, appointments now seen,
now i can break the rest of your code now
excellent. Moving on to reminders and speech options today