Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Introduction
In order to To add content to the a screen we need access to the palette and the screen itself must be
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
ed, when a screen is locked the content can be interacted with, such as a button click will trigger the button's action.Insert excerpt _lock _lock nopanel true
ed, when a screen is unlocked it can be edited, such as clicking a button will open its properties.Insert excerpt _unlock _unlock nopanel true
Locking and Unlocking a screen
The screen is unlocked if you can see the context toolbar for the screen.
- To unlock the screen for editing, right-click anywhere on the screen to open the popup menu and select
.Insert excerpt _unlock _unlock nopanel true - PhixFlow displays the toolbar for the screen so that you can begin to make changes.
- If you want to see how a user will experience interact with the screen , you can
the screen , this means when we click on an item we will interact with it rather than edit itusing the Context Toolbar option.Insert excerpt _lock _lock nopanel true
Palette
- To view the palette, click
from the context toolbar to display the palette on the right.Insert excerpt _palette _palette nopanel true
Adding Content
We In this chapter, we will now create the following screen:.
Image Added
Adding a Grid
We can drag a table directly onto a screen to display it. This is howachieved by:
- From the toolbar click
.Insert excerpt _tableOnly _tableOnly nopanel true - The list of available tables will appear in the repository.
- Drag the companies table onto the screen canvas.
- Select You will be asked how you want to display the data, select Grid.
- The attribute picker appears and here we can select the attributes we wish to display, this will include the attributes from the table and those from related tables.
- Select all the attributes from the Current Table and drag them onto the grid.
- Close the attribute selector.
- Column widths can be set by dragging the header to the desired width.
- If you want a specific size, click the column header.
- In the properties that open navigate to Grid Settings → Grid Default Width (pixels) and enter a specific value here.
- Click on the Company Name column header.
- Set Grid Settings → Grid Default Width (pixels) to be,
200
. - In the Label section we will change the name value displayed in the column header to be,
Name
. - Click
.Insert excerpt _save _save nopanel true
- Set Grid Settings → Grid Default Width (pixels) to be,
- Take some time to space out the columns as required.
- Once you are happy with your column layout you can test it in app mode App Mode to see exactly how it will appear to users.
- Click
in the top right corner of the screen to switch the application into App Mode. This is how users will experience your application.You can lock an app to interact with it as a user will but design panes remain displayed.Insert excerpt _app_mode _app_mode nopanel true - To switch back to designing your application, click
in the top right-hand corner.Insert excerpt _design_mode _design_mode nopanel true Insert excerpt _lock _lock .nopanel true
Set a
StaticHeader
- Click on the header, Header 1 Dynamic.
- Its properties open on the right.
- In the Default Value, change the text to be
Companies Data
. - Click
.Insert excerpt _save _save nopanel true - IN In the event you do not see the change appear on your screen, close and reopen the screen.
Add Items from the Palette
- We will now add an additional Tile.
- Open your palette if it is not showing.
- Navigate to the Tiles section
- Drag Blank-Column - Blank onto your screen.
- Notice the centre of the screen highlights, this is because the body of your screen is the preferred parent of a Tile. Which means the tile is designed to be placed here.
- There are lots of tiles available each designed to satisfy a specific need or act as a foundation for your own design. Mouse over the tiles to find out more about each.
- Name the tile
Additional Info
.
Check Point
At this point your screen should look like this:
Add a Card Container
We will add a card container that will display the employees for the selected company.
- In the palette expand the Card Containers section.
- Drag Contacts onto the tile Additional Info.
- Name,
Employees
.
- Name,
- We now have a card container that is designed to hold contact information. We will use this to display employee information.
build up a employees contact card.
Add a splitter and move card into the top
Add a map to the bottom.
Link the two areas
Add the Crud buttons
Create a new screen and show more screen options
About Tables → Views → Grids
Adding Data as a Grid
- Use Custom Data Range
- Periods
- Inheriting the period from the table.
- Table Period.
- Adding Crud buttons after prompt.
- Adding attributes
- Relational Attributes
- Reordering Attributes
- Hiding Attributes
- Conditionally Hiding Attributes.
- Basics
- Bold Text
- Available Styling i.e. default styles.
- Conditional Formatting Background Colour
- Cell and Row.
- Removing the Title
- Labelling and double header?
- Link to in depth How To guide
Adding Data as a Card Container
- The Container
- Table
- View
- Filtering
- The Cards
- Design and App mode display.
- Adding filters dynamically
- Changing the backing attributes
Adding a Chart
- Simple Setup
- Colour Maps
- Link to setting up more chart types.
It can be very useful to find a layout, component or container. There are two ways to do this:
Using Layers
The Layers pane is expandable from the left of the screen canvas. Select an item:
- on the canvas to highlight it in the Layers pane
- in the Layouts pane to highlight it on the canvas.
Using Find in Repository
Right-click any item on an unlocked screen and selectImage Removed
Tip |
---|
To check whether a component is shared with multiple applications, open its properties and check the Parent Details section, which names the application or package to which the component belongs. For example a component that is shared between several applications has a package as its parent; see Package. |
Moving Components
- Options
- Templates
- Complete
- Blank
- Screen Options
- Floating
- Size
- Open Maximised
- Creating from an ERD
- Creating from a Workflow
- Available Unused Actions.
Styles
explanation
Style Hierarchy
- Application Styles
- Shared Style
- Local Styles
- Formatting Rules
- Overriding Styles Best Practice
- Clearing Styles
Creating Screens from the Home page
- Options
- Templates
- Complete
- Blank
- Screen Options
- Floating
- Size
- Open Maximised
- Creating from an ERD
- Creating from a Workflow
- Available Unused Actions.
Data Type and Formatting
- Date
- Date-Time
- Numbers.
- In the Employees card container properties open on the right.
- If they have closed, click on the Employees card container in the layouts section on the left to reopen them.
- We need to tell the card container where to get its information from. Click
, next to the Tables box.Insert excerpt _tableOnly _tableOnly nopanel true - Drag Employees into the Tables box.
- This sets the Employees as the table backing the card container and will allow us to display the data.
- With Employees as the backing table, PhixFlow will automatically associate any table attributes to form fields or dynamic text fields with the same name. For example, there is a dynamic text field called Role on the Employees card container, this matches the attribute Role on the Employees table, therefore the Role data is displayed in the dynamic text.
- When working in design mode the card container will only display one card containing the data from the first record is receives from the backing table. When we switch to
orInsert excerpt _app_mode _app_mode nopanel true
, all the data we have chosen will be displayed.Insert excerpt _lock _lock nopanel true
- To display the data on the Employees table we can either change the names of the form fields and dynamic text fields to match the attribute name on the Employees table or we can tell PhixFlow which attributes to associate with them. Here we will use the latter option:
- Click on First Name to highlight it and then right-click and select Add Backing Attribute.
- In the Available Attributes dialogue that opens tick
first_name
. - Click the Next button.
- The form field will now display this data in the first_name attribute on the screen.
- We will repeat these steps but this time set the Last Name field to be the last_name attribute on the Employees table.
- We will return to this card container later and add additional content.
Add a Splitter
We will now add a splitter. This will allow us to separate a tile into two separate sections.
- In the palette open the Basic Layouts section.
- Drag the Area - Split H onto the tile Additional Info.
- Hover your mouse over any of the components in the palette to see a full description.
- Name it
Splitter
. - This will most likely have moved the card container. What we will do now is move the card container into the top part of the splitter.
- In the Layouts section on the left:
- Expand Splitter.
- Find the Employees card container. Click on it and hold the shift key, and now drag it onto Split Area Top.
- The card container will now appear in the top area. Dragging + Shift key moves items out of or into a different container. Dragging without the shift key move the items within a container.
- We will now add a map to the Splitter Area Bottom.
- From the palette → Maps section, drag the Map over the bottom area of Splitter.
- Name it
Map
.- This is a generic map, instructions are provided in the expression for the component on how to set this to dynamically update or see the article: How-to Create a Google Map
- The map will display when we switch to
orInsert excerpt _app_mode _app_mode nopanel true
the screen.Insert excerpt _lock _lock nopanel true
- Name it
- From the palette → Maps section, drag the Map over the bottom area of Splitter.
Moving Components
To find out more about moving components see Moving Components on a Screen.
Check Point
Switch to
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Image Added
Linking Views
Data is displayed in PhixFlow using views. The grid and the card container are both considered types of views. At present, the Employee card container is showing all employees and ideally we only what to show those associated with the company selected on the Companies grid. We will achieve this using a filter.
We will create a background filter as follows:
- Make sure your screen is unlocked.
- Drag Company ID from the grid onto the card container.
- Select
Company ID
and click OK.- The prompt is for us to select which attribute on the card container we want to compare to the Company ID we just dragged across.
- The background filter is created and applied automatically. The filter properties open on the right.
- In the properties, pane change the Name to
Selected Company
. - Click
.Insert excerpt _save _save nopanel true
Filter Explanation
- Filter Details: here is an overview of the filter details, for more information see Filter.
- Image Added
- Our Clause, Companies.CompanyID, is referencing the component on the screen called Companies and its attribute CompanyID. One very important factor here is that our clause is set to be an expression.
indicates the value is expected to be a string. Click this icon to switch to an expression.Insert excerpt _filter_literal _filter_literal nopanel true
indicates the value is expected to be an expression. Click this icon to switch to a string.Insert excerpt _filter_expression _filter_expression nopanel true
Accessing the Filter
The filter we created is owned by the card container. This means to access the filter we navigate to t through the card container.
- Click on the card container in the Layers section or click on the card container header on the screen, to open its properties.
- Expand the Background Filter Rules, here we see a list of all background filter rules applied to the card container.
- Double-click on any rule to open it. For our example double-click Selected Company.
- We see the Filter Rule. This is the condition that needs to be satisfied in order for the Filter to be applied. Our example is blank, this means it will always be true and therefore apply the background filter. However, we can create a filter condition using PhixScript. We will see examples of this later in the course.
- To open the filter we created click the Filter hyperlink above the filter name.
- We also have the option to disable the filter here by unticking the Enabled check box. This is helpful if debugging.
- Finally, we have the option to Stop if True. If ticked, if this filter rule is true, no filter rules after this one will be checked.
- Switch to
and when you select different companies in the grid the associated employees will be displayed.Insert excerpt _app_mode _app_mode nopanel true - Switch back to
.Insert excerpt _design_mode _design_mode nopanel true
Tile Formatting
We will now look at formatting the tiles. By default tiles have Auto Size enabled, which means that the tiles will consume the space available to them on the screen and tile content will be made to fit the tile e.g. if the content is too big to display in the tile a scrollbar will be provided. When we remove Auto Size, the tiles will be sized to fit their content. So to reiterate:
- Auto Size ticked: Consumes available space.
- Auto Size unticked: the content will determine the size.
Growth Factor Example
Auto Size is useful for laying out screen content, but sometimes we want one area to be larger than another. Here we can use the growth factor.
- Click on Tile in Tile Container.
- In the properties on the right click on the Style tab. All style settings including sizing are in here.
- Scroll down to Growth Factor. The growth factor determines the proportionate size of this tile in comparison to the other tiles it shares its space with and the space available.
- Set this to be 2. This will make it larger than the other tile.
- Switch to
to see the change.Insert excerpt _app_mode _app_mode nopanel true
Specific Size Example
We will now specify a specific size rather than a proportion and use Auto Size to make sure the remaining tile automatically consumes the remaining space.
- Switch back to design mode and remove the growth factor added above.
- On your screen, click on the Additional Info tile to open its properties.
- Click on the Style tab.
- Scroll down to Auto Size, and untick this.
- Scroll down to the Position Settings section.
- Set a Width of
350px.
- We can also specify sizes as a percentage, for example 33%.
When we specify a size, typically this is what is seen on a screen. However, it should be noted that if there is insufficient space to show all the content on the screen components, including tiles, will shrink down to a minimum size, denoted in the CSS property min-size. It is often a good idea to specify a minimum and maximum size to ensure your design appears as you expect. For example, when viewing on a mobile device or very large monitor.