Hi All!
I am essentially trying to create a block calendar by having my fields slide up based on the objects above in a weekly view. Here's my problem: when I do this each individual field resizes to what it's contents are. I would like to somehow have the fields in each row resize only to the tallest field so that a nice grid is formed with the lines of the fields. Does anyone have a trick to make this happen?
Thanks!
GitHub - chivalry/FMEasyCalendar
This calendar did it by using a list view for each week "row" and then calculated fields for the days. You could modify that to apply sliding so that each row would support different heights. Essentially each "row" would shrink to your tallest "day".
Another obvious one would be to feed all the data into a webviewer instead of native filemaker objects, where you could apply CSS instead and use HTML tables to assemble a calendar. The overkill version of this ends up being something like DayBack or SoSimple calendar, where the "application" runs in the webviewer entirely.