Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Insert excerpt
_Banners
_Banners
namescreen
nopaneltrue

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 item from the top menu
    Insert excerpt
    _screen
    _screen
    nopaneltrue
     or in the repository, expand your application's Screens section.
  2. Double-click the desired Screen to open it.
  3. PhixFlow opens the Screen on the left.
  4. Right-click anywhere on the Screen to open the pop-up menu and select 
    Insert excerpt
    _layout_unlock
    _layout_unlock
    nopaneltrue
    .
  5. PhixFlow displays the toolbar for the screen indicating it is ready to edit.
  6. Click 
    Insert excerpt
    _palette
    _palette
    nopaneltrue
     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
    Insert excerpt
    _screen
    _screen
    nopaneltrue
     or in the repository, expand your application's Screens section.
  2. Click 
    Insert excerpt
    _add
    _add
    nopaneltrue
    , 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 properties from the toolbar.
  5. Here are some example setups: 
    • Pop-up screen: 
      • 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
      • 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
    Insert excerpt
    _finish
    _finish
    nopaneltrue
    .
  8. PhixFlow opens a new, unlocked, Screen canvas on the left.
  9. In the toolbar click 
    Insert excerpt
    _palette
    _palette
    nopaneltrue
     to display the palette on the right and begin editing.

Unlocking and locking a Screen

Locking a screen will make it uneditable while it remains locked and 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.

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

Insert excerpt
_layout_unlock
_layout_unlock
nopaneltrue

To Lock the canvas, from the screen toolbar click on 

Insert excerpt
_layout_lock
_layout_lock
nopaneltrue
.

Design Mode and Application Mode

When creating and editing applications we work in Design Mode. This provides us 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,

Insert excerpt
_design_mode
_design_mode
nopaneltrue
 and 
Insert excerpt
_app_mode
_app_mode
nopaneltrue
.


Testing Screens

To test an application screen, click 

Insert excerpt
_app_mode
_app_mode
nopaneltrue
 to interact with the screen as if you are an application user.

HTML Comment
hiddentrue

Features to be implemented:

Select an Existing Screen

  1. From the application Home window, select Design Screens.

  2. Select one of the listed screens.

PhixFlow opens the screen canvas on the left and the palette on the right.

Insert excerpt
_home_screen
_home_screen
nopaneltrue

Create a New Screen

If you have defined your data in an ERD, you can create a screen and its components based on that data; see Create a Screen From ERD Data. To create the screen first:

  1. Click 
    Insert excerpt
    _new
    _new
    nopaneltrue
     Create New to create a new screen.
  2. Select a screen template. This will give you pre-set layouts such as: 
    • desktop or mobile dimensions
    • full screen or pop-up
    • a data grid or form.
  3. PhixFlow prompts you to:
    • Enter the name and description for the screen.
    • Select whether or not the screen will Open Maximised.
      When you select this option, the screen will open "full screen" for the application user.
      Otherwise, PhixFlow assumes the screen will be a pop-up window. It automatically selects the following options: 
      • Always on top
      • Allow user to resize
  4. Click Confirm.
  5. PhixFlow opens a new screen canvas on the left and the palette on the right.

To add components to the screen, drag them into the canvas from the palette.

The Screen Canvas and Options

PhixFlow has several areas of the screen with features to help you. -Screenshot-

  • The central area is the canvas where you design your screen.
  • Along the top of the canvas is the toolbar
  • On the left is the layers panel, which shows how the components are nested; see Us L8213987396, below.
  • On the right is the palette. Drag components from the palette onto the canvas. 
  • Above the toolbar, you can find quick access to lists of:
    • other palettes
    • component categories
    • templates: components that can be added to a palette
    • styles
    • menus
    • images.

Unlock a Screen Canvas

To prevent accidental editing of a screen, PhixFlow opens an existing screen with the canvas locked:

  • when you first open an existing screen in 
    Insert excerpt
    _design_mode
    _design_mode
    nopaneltrue
  • when you switch between 
    Insert excerpt
    _design_mode
    _design_mode
    nopaneltrue
     and 
    Insert excerpt
    _app_mode
    _app_mode
    nopaneltrue
    .

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

Insert excerpt
_layout_unlock
_layout_unlock
nopaneltrue