PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

In this chapter, we'll update the app to have a more natural screen flow. This involves hiding buttons that are not needed when the user is doing certain things:


Update the buttons in your app to give it a more natural flow. To recap the steps in the video:

  • Add a new button:
    • Right click on the edit form and go to Open PaletteBasic Components
    • Drag a new button on to the form
  • Configure the new button:
    • Set the name to Clear Contact Fields
    • Set Action Type to Clear All Fields
  • Set the button label to Clear

Go into App Mode and try the new button. You will see that it clears the values from all fields on the form. Therefore, this is a useful button to press before entering details for a new contact.





Exercise

Update the Delete button so this is hidden when users are entering a new contact.

  • No labels