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 58 Next »

Opening an Existing Screen

  1. Load your application.
  2. To open a screen:
    • either, in the header bar, click screen Screen and click a screen from the list
    • or in the repository, expand your application's Screens section and double-click a screen name.
  3. PhixFlow opens the locked screen in the canvas.
  4. To unlock the screen for editing, right-click anywhere on the screen to open the popup 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.

Creating a New Screen

  1. In the header bar, click 
    • screen Screen
    Screen menu from the top menu screen Screen or in the repository, expand your application's Screens section.
  2. Click  Add New, PhixFlow opens the screen creation wizard.
  3. Enter a Name for the screen.
  4. Tick to specify if the screen should open maximised or not.
    1. These can be changed at a later time by accessing the screen's properties from the toolbar. Here are some example setups: 
      1. Popup screen for data entry: 
        1. tick Always on top
        2. tick Allow user to resize
        3. Set Position to Floating and if desired set the other positional settings such as the size and location of the screen. 
      2. Full-screen properties for displaying tables of data
        1. tick Open Maximised
        2. untick Always On Top
        3. if you intend to make your own navigation or screen controls, untick Show Window Button Bar.
        4. optionally, untick Allow user to resize
  5. Click on the template the screen should be based on.
  6. PhixFlow opens a new, unlocked, Screen with the palette opened.

Designing or Using an Application

When you are creating and editing screens that make up an application, you are working in  Design Mode .

PhixFlow runs applications in  Application Mode. Only essential PhixFlow options are shown in the header bar. All other PhixFlow options are hidden. Instead the application user interacts with the screens you have created .

To switch modes, click the icon in the right of the header bar.

Unlocking and Locking a Screen for Editing

When you first open a screen in  Design Mode, it is locked so that you do not accidentally move any of the components. There is no canvas toolbar visible. To edit the screen, you must unlock it. Right-click on the canvas and select

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

An unlocked screen has all the toolbar and pop-up menu options that you need to move components and edit their properties. If you click on a component, such as a button, PhixFlow opens its properties.

Testing Screens

When you have configured part of a screen, you may want to test how it behaves for an application user. For example, you may want to click a button and run its action, or have a URL component display its content. To do this:

  • either, in  Design Mode, in the screen toolbar, click on 
    Error rendering macro 'excerpt-include' : No link could be created for '_layout_lock'.
    .
  • or, in the header bar on the right, click Application Mode to run your application.
  • No labels