SeedCodeCalendarFree12

Changing Appearance

SeedCodeCalendarFree12.ChangingAppearance History

Hide minor edits - Show changes to output

March 19, 2014, at 10:20 PM by 50.132.84.245 -
Changed lines 9-10 from:
-> Be sure to check out [[Skins And Themes]] if you're new to themes in FileMaker 12.
to:
-> Be sure to check out [[Skins And Themes]] if you're new to themes in FileMaker 12 and 13.
Changed lines 19-22 from:
-> You can change how many rows are visible for each day on the month; the calendar shows 6 by default and uses the first row to display the day number. To change the rows-per-day edit the script "Load Calendar Settings - Each Redraw" and change the month brach of the calc used to set the $$sc_RowsPerDay Variable, replacing "6" with the number of rows you'd like to see. Make this 1 more than the number of appts you'd like to see in a day since we use one row for the day number.

-> If your calendar month portal isn't set to show 6 times the number of rows per day, you won't see the whole month. So either increase the number of rows in the portal (and your layout size at the same time) or set the portal to scroll. Again, check out the video mentioned at the top of this article for more details.
to:
-> You can change how many rows are visible for each day on the month view; the calendar shows 6 rows by default and uses the first row to display the day number. To change the rows-per-day, edit the script "Load Calendar Settings - Each Redraw" and change the month brach of the calc used to set the $$sc_RowsPerDay Variable, replacing "6" with the number of rows you'd like to see. Make this 1 more than the number of appointments you'd like to see in a day since we do use one row for the day number.

-> If your calendar's month portal isn't set to show 6 times the number of rows per day, you won't see the whole month. So either increase the number of rows in the portal (and your layout size at the same time) or set the portal to scroll. Again, check out the video mentioned at the top of this article for more details.
Changed lines 27-30 from:
-> We show a different number of rows on the day view. If you want to add or remove rows (maybe you're changing the height of these portal rows) simply edit the portal and add or remove rows there. Note that the maximum number of rows is currently 36, and that's how many events you can scroll to on the day as well.

-> This is the same number as
the total number of rows for the month view and is set at the beginning of the script "Load Calendar Settings - On Startup --- Edit Configuration Here ---" (remember to keep this number divisible by the $$sc_RowsPerDay variable mentioned above.
to:
-> We show a different number of rows on the day view because the row height is different. If you want to add or remove rows (maybe you're changing the height of these portal rows) simply edit the portal and add or remove rows there. Note that the maximum number of rows is currently 36, and that's how many events you can scroll to on the day as well.

-> This is
the same number as the total number of rows for the month view and is set at the beginning of the script "Load Calendar Settings - On Startup --- Edit Configuration Here ---" (remember to keep this number divisible by the $$sc_RowsPerDay variable mentioned above).
Changed lines 33-34 from:
Sure. Read [[adding fields]] for notes on how to add fields from your events table or from related tables.
to:
Sure. Read [[adding fields]] for some notes on how to add fields from your events table or from related tables.
Changed lines 45-47 from:
Two scripts control how events appear in the calendar. The main script is "Format Event Summary --- Edit the Style of the Event Text Here ---" and this controls which lines show up on which views and colors additional lines gray on the day view. The second script, "Format Event Time --- Edit Time Formats for Events Here ---" controls how times are displayed; you'll see a number of commented switches to do things like turn the time from 12hr time to 24hr time.

Note that the calendar won't preserve text colors from your data so if you want to color or otherwise format text you'll need to do it in those two scripts.
to:
Two scripts control how events appear on the calendar. The main script is "Format Event Summary --- Edit the Style of the Event Text Here ---" and this controls which lines show up on each views and colors additional lines gray on the day view. The second script, "Format Event Time --- Edit Time Formats for Events Here ---" controls how times are displayed; you'll see a number of commented switches to do things like turn the time from 12hr time to 24hr time.

Note that the calendar won't preserve text colors from your data, so if you want to color or otherwise format text you'll need to do it in these two scripts.
April 02, 2012, at 01:48 AM by 50.132.84.245 -
Added lines 7-10:
!! Themes

-> Be sure to check out [[Skins And Themes]] if you're new to themes in FileMaker 12.

April 02, 2012, at 01:23 AM by 50.132.84.245 -
Changed lines 41-43 from:
Two scripts control how events appear in the calendar, including text colors, etc. The main script is "Format Event Summary --- Edit the Style of the Event Text Here ---" and this controls which lines show up on which views and colors additional lines gray on the day view. The second script, "Format Event Time --- Edit Time Formats for Events Here ---" controls how times are displayed; you'll see a number of commented switches to do things like turn the time from 12hr time to 24hr time.
to:
Two scripts control how events appear in the calendar. The main script is "Format Event Summary --- Edit the Style of the Event Text Here ---" and this controls which lines show up on which views and colors additional lines gray on the day view. The second script, "Format Event Time --- Edit Time Formats for Events Here ---" controls how times are displayed; you'll see a number of commented switches to do things like turn the time from 12hr time to 24hr time.

Note that the calendar won't preserve text colors from your data so if you want to color or otherwise format text you'll need to do it in those two scripts.
March 09, 2012, at 06:46 PM by 50.132.84.245 -
Changed lines 17-18 from:
-> If your calendar month portal isn't set to show 6 times the number of rows per day, you won't see the whole month. So either increase the number of rows in the portal (and your layout size at the same time) or set the portal to scroll. See [[calendar tabs]] for info on editing the month tab of the calendar layout.
to:
-> If your calendar month portal isn't set to show 6 times the number of rows per day, you won't see the whole month. So either increase the number of rows in the portal (and your layout size at the same time) or set the portal to scroll. Again, check out the video mentioned at the top of this article for more details.
Changed lines 33-34 from:
Each "view" of the calendar is a separate tab on the same layout. So all you need to do is designate a new default tab. Learn more here: [[calendar tabs]]
to:
Each "view" of the calendar is a separate tab on the same layout. So all you need to do is double click on the tabs and select a new default tab.
March 09, 2012, at 06:44 PM by 50.132.84.245 -
Changed lines 5-6 from:
Before you read on, watch this %newwin% '''[[http://www.youtube.com/watch?v=m7OgLhh4fqY | short video]]''' with some tips for working with the calendar in layout mode. It's a real time saver.
to:
Before you read on, watch this %newwin% '''[[http://www.youtube.com/watch?v=KE0m14BxDTc | short video]]''' with some tips for working with the calendar in layout mode. It's a real time saver.
March 09, 2012, at 04:44 PM by 50.132.84.245 -
Changed line 41 from:
Two scripts control how events appear in the calendar, including text colors, etc. The main script is "Format Event Summary --- Edit the Style of the Event Text Here ---" and this controls which lines show up on which views and colors additional lines gray on the day view. The second script, "Format Event Time --- Edit Time Formats for Events Here ---" controls how times are displayed.
to:
Two scripts control how events appear in the calendar, including text colors, etc. The main script is "Format Event Summary --- Edit the Style of the Event Text Here ---" and this controls which lines show up on which views and colors additional lines gray on the day view. The second script, "Format Event Time --- Edit Time Formats for Events Here ---" controls how times are displayed; you'll see a number of commented switches to do things like turn the time from 12hr time to 24hr time. 
March 09, 2012, at 04:43 PM by 50.132.84.245 -
Added lines 38-41:

!! Changing the formatting of events.

Two scripts control how events appear in the calendar, including text colors, etc. The main script is "Format Event Summary --- Edit the Style of the Event Text Here ---" and this controls which lines show up on which views and colors additional lines gray on the day view. The second script, "Format Event Time --- Edit Time Formats for Events Here ---" controls how times are displayed.
March 09, 2012, at 06:44 AM by 50.132.84.245 -
March 09, 2012, at 06:44 AM by 50.132.84.245 -
Changed lines 9-10 from:
-> The video above offered some tips about resizing elements of the calendar, but remember that there are two calendar layouts for you to modify: the regular calendar and the "... no Side Bar" layout.
to:
-> The video above offered some tips about resizing elements of the calendar, but remember that there are two calendar layouts for you to modify: the regular calendar and the "... no Side Menu" layout.
March 09, 2012, at 06:23 AM by 50.132.84.245 -
Changed lines 9-10 from:
-> The video above offered some tips about resizing elements of the calendar, but remember that there are two sets of layouts for you to use, including the "small" layouts (enter layout mode and look at the list of layouts to see these) optimized for 1024 x 768 screen resolution. 
to:
-> The video above offered some tips about resizing elements of the calendar, but remember that there are two calendar layouts for you to modify: the regular calendar and the "... no Side Bar" layout.
Changed lines 23-26 from:
-> If you want to make the portal rows on your day view taller (maybe you're [[adding fields]] or just want to see more than one line per event) you'll need to teach the calendar that there are a different number of rows on the day portal than on the others.

-> To do this, edit the ''second'' SetVariable declaration in the script "Load Calendar Settings - Each Redraw" and edit
the case statement so that you use your own number on the day view.
to:
-> We show a different number of rows on the day view. If you want to add or remove rows (maybe you're changing the height of these portal rows) simply edit the portal and add or remove rows there. Note that the maximum number of rows is currently 36, and that's how many events you can scroll to on the day as well.

-> This is
the same number as the total number of rows for the month view and is set at the beginning of the script "Load Calendar Settings - On Startup --- Edit Configuration Here ---" (remember to keep this number divisible by the $$sc_RowsPerDay variable mentioned above.
Deleted lines 30-31:
Another nice modification is to change the row height on the day view so you can show more than one line per event. Be sure to watch the video mentioned above to get a feel for the stacked objects in this portal, then change the rows per day as described above to reflect the number of rows in your new portal.
February 05, 2010, at 04:19 PM by 76.22.123.157 -
Added lines 7-10:
!! Changing Size.

-> The video above offered some tips about resizing elements of the calendar, but remember that there are two sets of layouts for you to use, including the "small" layouts (enter layout mode and look at the list of layouts to see these) optimized for 1024 x 768 screen resolution.

February 05, 2010, at 03:01 PM by 76.22.123.157 -
Changed lines 5-6 from:
Before you read on, watch this %newwin% [[http://www.youtube.com/watch?v=m7OgLhh4fqY | short video]] with some tips for working with the calendar in layout mode. It's a real time saver.
to:
Before you read on, watch this %newwin% '''[[http://www.youtube.com/watch?v=m7OgLhh4fqY | short video]]''' with some tips for working with the calendar in layout mode. It's a real time saver.
February 05, 2010, at 12:11 AM by 76.22.123.157 -
Changed lines 5-8 from:
Before you read on, watch this short video with some tips for working with the calendar in layout mode. It's a real time saver:

 > > link to video

to:
Before you read on, watch this %newwin% [[http://www.youtube.com/watch?v=m7OgLhh4fqY | short video]] with some tips for working with the calendar in layout mode. It's a real time saver.
February 03, 2010, at 10:18 PM by 76.22.123.157 -
Added line 24:
February 03, 2010, at 10:18 PM by 76.22.123.157 -
Changed lines 3-4 from:
Overview
to:
'''Overview.'''
Changed lines 9-10 from:
!! Configuration Settings: changing the rows per day, rows for all day events etc.
to:
!! Configuration Settings: changing the rows per day.
Changed lines 19-20 from:
 > > be sure to mention how to have a different number of rows on the day view from other views.
to:
'''Showing a different number of rows on the day view.'''

-> If you want to make
the portal rows on your day view taller (maybe you're [[adding fields]] or just want to see more than one line per event) you'll need to teach the calendar that there are a different number of rows on the day portal than on the others.

-> To do this, edit the ''second'' SetVariable declaration in the script "Load Calendar Settings - Each Redraw" and edit the case statement so that you use your own number on the day view.
Changed lines 32-36 from:
Each "view" of the calendar is a separate tab on the same layout. So all you need to do is designate a new default tab. Learn more here: [[calendar tabs]]
to:
Each "view" of the calendar is a separate tab on the same layout. So all you need to do is designate a new default tab. Learn more here: [[calendar tabs]]

!! I'd like to add a scroll bar to the calendar, or see more rows per day on the month view.

No problem: both things are easily done. Learn more here: [[scrolling the calendar
]]
January 20, 2010, at 01:56 AM by 76.22.123.157 -
Added lines 1-29:
!! How can I change the way the calendar looks?

Overview

Before you read on, watch this short video with some tips for working with the calendar in layout mode. It's a real time saver:

 > > link to video

!! Configuration Settings: changing the rows per day, rows for all day events etc.

'''Rows per Day on the Month tab.'''

-> You can change how many rows are visible for each day on the month; the calendar shows 6 by default and uses the first row to display the day number. To change the rows-per-day edit the script "Load Calendar Settings - Each Redraw" and change the month brach of the calc used to set the $$sc_RowsPerDay Variable, replacing "6" with the number of rows you'd like to see. Make this 1 more than the number of appts you'd like to see in a day since we use one row for the day number.

-> If your calendar month portal isn't set to show 6 times the number of rows per day, you won't see the whole month. So either increase the number of rows in the portal (and your layout size at the same time) or set the portal to scroll. See [[calendar tabs]] for info on editing the month tab of the calendar layout.

-> Once you've changed the number of actual portal rows on the layout, revisit the configuration script "Load Calendar Settings - On Startup..." and make sure this first variable ($$sc_LastRow) is the number of rows in your portal.

 > > be sure to mention how to have a different number of rows on the day view from other views.

!! Can I add more fields to the day view?

Sure. Read [[adding fields]] for notes on how to add fields from your events table or from related tables.

Another nice modification is to change the row height on the day view so you can show more than one line per event. Be sure to watch the video mentioned above to get a feel for the stacked objects in this portal, then change the rows per day as described above to reflect the number of rows in your new portal.

!! How can I change the default view of the calendar?

Each "view" of the calendar is a separate tab on the same layout. So all you need to do is designate a new default tab. Learn more here: [[calendar tabs]]
(855) SEEDCODE
[email protected]
Follow us: