Looking for Calendar addin?

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jpottsx1
Posts: 46
Joined: Thu Jun 04, 2009 12:46 am
Contact:

Looking for Calendar addin?

Post by jpottsx1 »

Hi, I saw a beautiful calendar system that was available on a website and forgot to bookmark the page. Can anyone suggest an alternative?

I need to display a drop down for date selection and have a day view and maybe a week/month view that I Can click through and add appointments.

Your help is appreciated

Jeff Potts
Jeff G potts
townsend
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 430
Joined: Sun Feb 13, 2011 8:43 pm

Re: Looking for Calendar addin?

Post by townsend »

I'm just getting started.

One thing I especially appreciate is ALL the great code Stacks that are posted here--
and at contributor web sites.

I've been collecting them. This is Shano Sean's great Calander Widget.
CalandarPopUp.zip
Shano Sean's Calander Widget
(5 KiB) Downloaded 605 times
francof
Posts: 237
Joined: Fri Apr 11, 2014 10:51 am

Re: Looking for Calendar addin?

Post by francof »

Hi all,
I,ve tried this calendar and I will use into my app but, I should like increase it (font size a bit more big).
simply define a bigger font size i.e. 16, 18 makes reshuffling of days, which aren't in the correct lines/columns.

the code is a bit hard for me, any idea on how to make that?

best
franco

p.s.:
happy Easter
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10501
Joined: Wed May 06, 2009 2:28 pm

Re: Looking for Calendar addin?

Post by dunbarx »

I have used "Calendar Pane". Simple and stable.

Craig Newman
francof
Posts: 237
Joined: Fri Apr 11, 2014 10:51 am

Re: Looking for Calendar addin?

Post by francof »

...Simple and stable, and where do I can find it?

best
franco
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10501
Joined: Wed May 06, 2009 2:28 pm

Re: Looking for Calendar addin?

Post by dunbarx »

francof
Posts: 237
Joined: Fri Apr 11, 2014 10:51 am

Re: Looking for Calendar addin?

Post by francof »

Hi,
it's looks interesting. now it's late and I'm tired but I will study it soon. very probably I will need some help so, stay in tune!

ciao
franco
francof
Posts: 237
Joined: Fri Apr 11, 2014 10:51 am

Re: Looking for Calendar addin?

Post by francof »

thank you Craig,
I've played a bit with "Calendar Pane" and after a period of "pain" I got what I was trying to do.

I have 2 questions:
in the card of lib_CalendarPane substack here are 2 groups: CalendarPane and MonthWithoutDayHeaders.
in this second one, to select one of the objects of the group it is enough to click on it after having choose "Select Grouped" on the menu bar, and it is possible to see the group objects into the application browser.
instead, in the group CalendarPane to have access at his objects I must right click on it and select "edit group" why?

second one:
how is it possible to jump between years without pass through all the months?

hoping to be understandable
franco
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10501
Joined: Wed May 06, 2009 2:28 pm

Re: Looking for Calendar addin?

Post by dunbarx »

Hi.

I never dug that deeply into the gadget. But if you do all the things you mentioned, they will work. CalendarPane is just a LC stack.

Craig
francof
Posts: 237
Joined: Fri Apr 11, 2014 10:51 am

Re: Looking for Calendar addin?

Post by francof »

dunbarx wrote:Hi.

I never dug that deeply into the gadget. But if you do all the things you mentioned, they will work. CalendarPane is just a LC stack.

Craig
Yes I done it, and all work fine.
Immagine.jpg
and yes, CalendarPane is just a LC stack. but with a lot of code which is a bit difficult for my knowledge level.

ciao
franco
Post Reply