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 Version History

« Previous Version 52 Next »

This page explains how to open a screen or create a new one, as well as how to add components to a screen.

Open an Existing Screen

  1. Click the Design menu from the top menu screen Screen or in the repository, expand your application's Screens section.
  2. Double-click the desired Screen to open it.
  3. PhixFlow opens the Screen in the canvas.
  4. Right-click anywhere on the Screen to open the pop-up context menu and select 
    Error rendering macro 'excerpt-include' : No link could be created for '_layout_unlock'.
    .
  5. PhixFlow displays the toolbar for the screen indicating it is ready to edit.
  6. Click  Palette to display the palette on the right and you can begin editing the screen.


Add a New Screen

  1. Click the Design menu from the top menu screen Screen or in the repository, expand your application's Screens section.
  2. Click  Add New, PhixFlow opens the properties for a new Screen.  
  3. Enter a Name for the screen.
  4. Specify the setup for the screen, such as should the screen open maximised or as a floating pop-up. These can be changed at a later time by accessing the screen's properties from the toolbar.
  5. Here are some example setups: 
    • Pop-up screen for data entry: 
      • tick Always on top
      • tick Allow user to resize
      • Set Position to Floating and if desired set the other positional settings such as the size and location of the screen. 
    • Full-screen properties for displaying tables of data
      • tick Open Maximised
      • untick Always On Top
      • if you intend to make your own navigation or screen controls, untick Show Window Button Bar.
      • optionally, untick Allow user to resize
  6. (Recommended) Scroll down to the Description section and add a useful description.
  7. In the properties toolbar, click  Apply and Close.
  8. PhixFlow opens a new, unlocked, Screen canvas on the left.
  9. In the toolbar click  Palette to display the palette on the right and begin editing.

Unlocking and locking a Screen for Editing

Locking a screen will make it uneditable and while it remains locked it displays the screen content as the end user will experience it. For example clicking a button will trigger its action, and components such as a URL component will display their content. Unlocking a screen will make it editable again and allow you to update the layout, clicking a button now will open its properties editor.

To Unlock the canvas, right-click on the canvas and select

Error rendering macro 'excerpt-include' : No link could be created for '_layout_unlock'.

To Lock the canvas, from the screen toolbar click on 

Error rendering macro 'excerpt-include' : No link could be created for '_layout_lock'.
.

Design Mode and Application Mode

When creating and editing applications we work in Design Mode. This provides you access to all the tools and options necessary to create powerful applications. To experience your application as the end user will, we switch to App Mode.

The option to toggle between modes is available in the top right corner of PhixFlow,  Design Mode and  Application Mode.


Testing Screens

To test an application screen, click  Application Mode to interact with the screen as if you are an application user.

  • No labels