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
- Click the Design menu item from the top menu
or in the repository, expand your application's Screens section.Insert excerpt _screen _screen nopanel true - Double-click the desired Screen to open it.
- PhixFlow opens the Screen on the left.
- Right-click anywhere on the Screen to open the pop-up menu and select
.Insert excerpt _layout_unlock _layout_unlock nopanel true - PhixFlow displays the toolbar for the screen indicating it is ready to edit.
- Click
to display the palette on the right and you can begin editing the screen.Insert excerpt _palette _palette nopanel true
Add a New Screen
- Click the Design menu from the top menu
or in the repository, expand your application's Screens section.Insert excerpt _screen _screen nopanel true - Click
, PhixFlow opens the properties for a new Screen.Insert excerpt _add _add nopanel true - Enter a Name for the screen.
- 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.
- 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
- Pop-up screen:
- (Recommended) Scroll down to the Description section and add a useful description.
- In the properties toolbar, click
.Insert excerpt _finish _finish nopanel true - PhixFlow opens a new, unlocked, Screen canvas on the left.
- In the toolbar click
to display the palette on the right and begin editing.Insert excerpt _palette _palette nopanel true
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 | ||||||
---|---|---|---|---|---|---|
|
To Lock the canvas, from the screen toolbar click on
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
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 | ||||||
---|---|---|---|---|---|---|
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Using the Palette
The way a screen is made up of layered components is reflected in the way components are grouped in the palette. At the top level are the pre-built items, such as:
- Complete Screens- drag in a single tile that has all the components to create a full screen.
- Form Elements - drag in several components or tiles to design your own screen. These have layers of components, such as an area with headers, fields and labels.
If you want more control over the design of your screen, use partially prepared components:
- Tile containers - drag these in to be the containers. Containers create distinct areas on the screen, with padding and margins so that child items can be automatically positioned.
- Tiles - drag in composite components called tiles.
If you want to go right back to the basic screen components and fields, use the last 2 palettes.
Creating Forms Easily
If your screen is going to be a form to display individual data records for a user to edit, it's easier to start with the data rather than creating lots of individual fields.
- Select the attributes you want to appear in a form.
- Drag the attributes onto the parent container.
- Let PhixFlow create default form fields in which to display data records.
If you have already created form fields fields, they are displayed with a broken link icon. Drag on attributes to bind them to the field.
For your selected template, PhixFlow displays a palette. This has all the components you need to build a screen.
Tip |
---|
The easiest way to move components around is in the layers panel, rather than in the screen itself. This means In the layers panel you can drag a component:
|
You can
- Select something on your screen to see it/them highlighted in the layers list.
- Selected items outlined in blue
- Parent item outlined in orange.
- In the layers panel, drag components around to change their position on the screen.
See Also
- Drag-and-Drop Techniques
- Screen Reference Information properties
- Understanding Palettes and Themes
- Styles and Formats
- Showing Data on a Screen
Where Can I Drop This?
Whenever you start to drag a component from the palette, or an attribute, PhixFlow highlights the area onto which you can drop something using light blue, as shown below.
Testing Screens
To test an application screen, click
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
HTML Comment | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||
Features to be implemented: Select an Existing Screen
PhixFlow opens the screen canvas on the left and the palette on the right.
Create a New ScreenIf 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:
To add components to the screen, drag them into the canvas from the palette. The Screen Canvas and OptionsPhixFlow has several areas of the screen with features to help you. -Screenshot-
Unlock a Screen CanvasTo prevent accidental editing of a screen, PhixFlow opens an existing screen with the canvas locked:
To unlock the canvas, right-click on the canvas and select
|