Done button missing from Custom app

Hi all,

I am working on a custom app and trying to learn Dynamic pages. Everything seems to work but the Done button is missing after I enter my data. What creates the done button? If I don't use a dynamic page, the done button shows up.

Click (or tab) in the left or right margin. Done shows up after you've "finished" with the data entry, as determined by clicking.

1 Like

In your ‘preferences’ section you must define the dynamic page then have the option
‘install: true’ on your final page

Like this:

page name: "restrictionsPage", title: "", install: true, uninstall: true

Andy

3 Likes

Thank you!!! That is exactly what I needed.

1 Like