SeedCodeCalendar12

Event Popovers in Web Direct

SeedCodeCalendar12.EventPopovers History

Hide minor edits - Show changes to output

June 01, 2014, at 03:46 PM by 50.132.85.96 -
Changed line 3 from:
Note: Support for FileMaker Web Direct is included in SeedCode calendar version 7.23 and higher. Check out our [[version history]] for more.
to:
''Note: Support for FileMaker Web Direct is included in SeedCode calendar version 7.23 and higher. Check out our [[version history]] for more.''
May 28, 2014, at 03:01 AM by 50.132.85.96 -
Changed lines 3-16 from:
Note: SeedCode's [[http://www.seedcode.com/preview-seedcode-calendar-web-direct/ | Calendar for Web Direct]] is almost ready. [[http://www.seedcode.com/newsletter-signup/ | Signup for our newsletter]] to be the first to know when it's launched.

!! What if I want to edit my event in a layout instead of a popover?

Some users have very detailed layouts for editing their events and would rather just use those than recreate that as a popover.

To accomplish that, edit the script "Click in Event: 13 ( column )" and you'll see that the first SetVariable line there determines if you'd like to use a popover or your own layout for editing. Change that from "popover" to anything else to use your own layout.

Then edit the script "Jump to Event in My Layout ( Event ID )", following the comments there, to decide which layout to use for each [[multiple sources | source]] (table) you have.

Note that you can also have your users start with a popover and then jump to your layout if they really want to dive into editing. Learn more here: [[jump to my event | jump to my event layout]]. When asked for the event ID to use as a script parameter use the field CalendarInterface::Preview_SelectedID (that field only works in Web Direct).

!! How
can I edit the popover contents in layout mode?
to:
Note: Support for FileMaker Web Direct is included in SeedCode calendar version 7.23 and higher. Check out our [[version history]] for more.

!! Where does the calendar use popovers
... And how can I edit the popover contents in layout mode?
Added lines 49-58:

!! What if I want to edit my event in a layout instead of a popover?

Some users have very detailed layouts for editing their events and would rather just use those than recreate that as a popover.

To accomplish that, edit the script "Click in Event: 13 ( column )" and you'll see that the first SetVariable line there determines if you'd like to use a popover or your own layout for editing. Change that from "popover" to anything else to use your own layout.

Then edit the script "Jump to Event in My Layout ( Event ID )", following the comments there, to decide which layout to use for each [[multiple sources | source]] (table) you have.

Note that you can also have your users start with a popover and then jump to your layout if they really want to dive into editing. Learn more here: [[jump to my event | jump to my event layout]]. When asked for the event ID to use as a script parameter use the field CalendarInterface::Preview_SelectedID (that field only works in Web Direct).
May 28, 2014, at 02:41 AM by 50.132.85.96 -
Changed line 25 from:
 > > vid
to:
 %newwin% [[https://www.youtube.com/watch?v=sNw98_mZccM | Editing Popovers in the Web Direct calendar]]
May 28, 2014, at 02:38 AM by 50.132.85.96 -
Added lines 4-13:

!! What if I want to edit my event in a layout instead of a popover?

Some users have very detailed layouts for editing their events and would rather just use those than recreate that as a popover.

To accomplish that, edit the script "Click in Event: 13 ( column )" and you'll see that the first SetVariable line there determines if you'd like to use a popover or your own layout for editing. Change that from "popover" to anything else to use your own layout.

Then edit the script "Jump to Event in My Layout ( Event ID )", following the comments there, to decide which layout to use for each [[multiple sources | source]] (table) you have.

Note that you can also have your users start with a popover and then jump to your layout if they really want to dive into editing. Learn more here: [[jump to my event | jump to my event layout]]. When asked for the event ID to use as a script parameter use the field CalendarInterface::Preview_SelectedID (that field only works in Web Direct).
May 20, 2014, at 08:53 PM by 65.102.176.83 -
Changed line 11 from:
There is one of these popovers on each Web Direct layout, but they are all identical. So you can edit and format one of these popovers and then copy and paste it onto each Web Direct layout.
to:
There is one of these popovers on each Web Direct layout, but they are all identical. So you can edit and format one of these popovers and then copy and paste it onto each Web Direct layout (be sure to delete the popover there '''before''' you paste the new one in).
May 20, 2014, at 08:52 PM by 65.102.176.83 -
Added line 24:
May 20, 2014, at 08:51 PM by 65.102.176.83 -
Changed lines 23-24 from:
 > > screen
to:
%center% %newwin width=500px% [[http://www.seedcode.com/rootimages/stikipad/pro12/popoverplacenosidemenu.png | http://www.seedcode.com/rootimages/stikipad/pro12/popoverplacenosidemenu.png]]
Changed lines 26-27 from:
 > > screen
to:
%center% %newwin width=500px% [[http://www.seedcode.com/rootimages/stikipad/pro12/popoverplace.png | http://www.seedcode.com/rootimages/stikipad/pro12/popoverplace.png]]
May 20, 2014, at 08:46 PM by 65.102.176.83 -
Changed line 47 from:
You can copy the Save and Cancel buttons at the bottom of the popover from one of the other panels--these are the same across all the popovers regardless of source. Just be sure you copy the slide panel the buttons are contained in (see the "x"s below) and not just the buttons =)
to:
You can copy the Save and Cancel buttons at the bottom of the popover from one of the other panels--these buttons (and the scripts they call) are the same across all the popovers regardless of source. Just be sure you copy the slide panel the buttons are contained in (see the "x"s below) and not just the buttons =)
May 20, 2014, at 08:45 PM by 65.102.176.83 -
Changed lines 45-49 from:
Now edit the script
to:
Now add your fields to the popover using fields from the table you related to "CalendarInterface".

You can copy the Save and Cancel buttons at the bottom of the popover from one of the other panels--these are the same across all the popovers regardless of source. Just be sure you copy the slide panel the buttons are contained in (see the "x"s below) and not just the buttons =)

%center% http://www.seedcode.com/rootimages/stikipad/pro12/popoverbuttons.png
May 20, 2014, at 08:40 PM by 65.102.176.83 -
Changed lines 41-45 from:
When you make a new source, open the popover as described above and make a new panel using the slide control setup. Give the panel an object name using the number of the sources you're creating it for: If you're creating it for source number three, call it "EditSourceNo3" (without the quotes).
to:
When you make a new source, open the popover as described above and make a new panel using the slide control setup. Give the panel an object name using the number of the sources you're creating it for: If you're creating it for source number three, call it "EditSourceNo3" (without the quotes).

%center% %newwin width=500px% [[http://www.seedcode.com/rootimages/stikipad/pro12/popoversourceno.png | http://www.seedcode.com/rootimages/stikipad/pro12/popoversourceno.png]]

Now edit the script
May 20, 2014, at 08:38 PM by 65.102.176.83 -
Added lines 31-32:
'''Overview'''
Changed lines 39-41 from:
When you make a new source...

 > > instr
to:
'''New Sources'''

When
you make a new source, open the popover as described above and make a new panel using the slide control setup. Give the panel an object name using the number of the sources you're creating it for: If you're creating it for source number three, call it "EditSourceNo3" (without the quotes).
May 20, 2014, at 08:34 PM by 65.102.176.83 -
May 20, 2014, at 08:33 PM by 65.102.176.83 -
Changed lines 21-22 from:
-> Finding the Popover. These little guys are invisible in layout mode but they're always in the same spot. Here is where to find them in the Web Direct layouts WITH a side menu:
to:
-> '''Finding the Popover.''' These little guys are invisible in layout mode but they're always in the same spot. Here is where to find them in the Web Direct layouts WITH a side menu:
Changed lines 31-39 from:
dvas
to:
Because you may have [[multiple sources]] in the calendar, you'll need a separate section of the popover for each source. The fist of these additional sections has already been created for you on a slide control within the popover:

%center% %newwin width=500px% [[http://www.seedcode.com/rootimages/stikipad/pro12/popoversource.png | http://www.seedcode.com/rootimages/stikipad/pro12/popoversource.png]]

To get to this slide control, enter layout mode and open the popover by double clicking on it (see "finding the popover" above if you're stuck). Now double click on the light blue area behind the close button in the upper right hand corner to reveal the slide control setup. Here you can slide from panel to panel and even create new ones.

When you make a new source...

 > > instr
May 20, 2014, at 08:27 PM by 65.102.176.83 -
Changed line 9 from:
%center% %newwin width=300px% [[http://www.seedcode.com/rootimages/stikipad/pro12/popover.png | http://www.seedcode.com/rootimages/stikipad/pro12/popover.png]]
to:
%center% %newwin width=500px% [[http://www.seedcode.com/rootimages/stikipad/pro12/popover.png | http://www.seedcode.com/rootimages/stikipad/pro12/popover.png]]
May 20, 2014, at 08:27 PM by 65.102.176.83 -
Changed line 9 from:
%center% %newwin width=300" [[http://www.seedcode.com/rootimages/stikipad/pro12/popover.png | http://www.seedcode.com/rootimages/stikipad/pro12/popover.png]]
to:
%center% %newwin width=300px% [[http://www.seedcode.com/rootimages/stikipad/pro12/popover.png | http://www.seedcode.com/rootimages/stikipad/pro12/popover.png]]
May 20, 2014, at 08:26 PM by 65.102.176.83 -
Changed line 9 from:
%center% %newwin width=300px" [[http://www.seedcode.com/rootimages/stikipad/pro12/popover.png | http://www.seedcode.com/rootimages/stikipad/pro12/popover.png]]
to:
%center% %newwin width=300" [[http://www.seedcode.com/rootimages/stikipad/pro12/popover.png | http://www.seedcode.com/rootimages/stikipad/pro12/popover.png]]
May 20, 2014, at 08:26 PM by 65.102.176.83 -
Changed lines 9-11 from:
 > > Screenshot

There is one of these popovers on each Web Direct
layout, but they are all identical. So you can edit and format one of these popovers and then
to:
%center% %newwin width=300px" [[http://www.seedcode.com/rootimages/stikipad/pro12/popover.png | http://www.seedcode.com/rootimages/stikipad/pro12/popover.png]]

There is one of these popovers on each Web Direct
layout, but they are all identical. So you can edit and format one of these popovers and then copy and paste it onto each Web Direct layout.

Check out this video for an overview of how to work with these popovers:

 > > vid

Here are some more tips to help you out:

-> '''Object Names.''' Be sure you delete the popover already on a layout '''before''' you paste your newly edited one down there: these popovers have object names on them and you won't want to create a name like "popover copy" which won't work with our scripts.

-> Finding the Popover. These little guys are invisible in layout mode but they're always in the same spot. Here is where to find them in the Web Direct layouts WITH a side menu:

 > > screen

-> And in the layouts without a side menu:

 > > screen
May 20, 2014, at 07:57 PM by 65.102.176.83 -
Added lines 2-3:

Note: SeedCode's [[http://www.seedcode.com/preview-seedcode-calendar-web-direct/ | Calendar for Web Direct]] is almost ready. [[http://www.seedcode.com/newsletter-signup/ | Signup for our newsletter]] to be the first to know when it's launched.
May 20, 2014, at 07:45 PM by 65.102.176.83 -
Added lines 1-13:
(:title Event Popovers in Web Direct:)

!! How can I edit the popover contents in layout mode?

Where the FileMaker Pro version of our calendar shows event details in a new window (click on an event and you see it in a small new window) the Web Direct interface shows the selected event in a popover.

 > > Screenshot

There is one of these popovers on each Web Direct layout, but they are all identical. So you can edit and format one of these popovers and then

!! Popovers and Additional Sources

dvas
(855) SEEDCODE
[email protected]
Follow us: