5. Adding Content to a Screen

Introduction

To add content to a screen we need the palette and screen itself to be  Unlocked.

  •  Locked - the content can be interacted with, such as a button click will trigger the button's action.
  •  Unlocked - the content can be edited, such as clicking a button will open its properties.

Locking and Unlocking a screen

The screen is unlocked if you can see the context toolbar for the screen.

  1. To interact with the screen,  Lock the screen using the Context Toolbar option.
  2. To unlock the screen for editing, right-click anywhere on the screen to open the popup menu and select  Unlock.
  3. PhixFlow displays the toolbar for the screen so that you can begin to make changes.

Palette

  1. To view the palette, click  Palette from the context toolbar and the palette displays on the right.

Adding Content

In this chapter, we will create the following screen.

Adding a Grid

We can drag a table directly onto a screen to display it. 

  1. From the toolbar, click  Tables.
  2. The list of available tables will appear in the Repository.
  3. Drag the Companies table onto the screen canvas.
  4. You will be asked how you want to display the data, select Grid.
    1. The Available Attributes selector appears and we can select the attributes we wish to display, this will include the attributes from the table and those from related tables.
  5. Select all the attributes from the Current Table and drag them onto the grid.
    1. Close the Available Attributes selector.

  1. Column widths can be set by dragging the header to the desired width.
    1. If you want a specific size, click the column header.
    2. In the properties that open, on the  Styles tab, navigate to Grid Settings → Grid Default Width (pixels) and enter a specific value
  2. Click on the Company Name column header.
    1. Set Grid Settings Grid Default Width (pixels) to be, 200.
    2. In the Label section of the  Properties tab we will change the value displayed in the column header to be, Name.
    3. Click  Apply.
  3. Take some time to space out the columns as required.
    1. Once you are happy with your column layout you can test it in App Mode to see exactly how it will appear to users. 
    2. Click  Application Mode in the top right corner of the screen to switch the application into App Mode.
    3. To switch back to designing your application, click  Design Mode in the top right-hand corner.

Set a Header

  1. Click on the header, Header 1 Dynamic.
  2. In its Properties that open on the right, change the text in the Default Value box to be Companies Data.
  3. Click  Apply.

In the event that you do not see the change appear on your screen, close and reopen the screen.

Add Items from the Palette

  1. We will now add an additional Tile.
  2. Open your palette if it is not showing.
  3. Navigate to the Tiles section
  4. Drag Blank-Column onto your screen.
    1. 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.
  5. Name the tile Additional Info.

There are lots of tiles available, each designed to satisfy a specific need or act as a foundation for your design. Hover your mouse over any of the tiles or components in the palette to see a full description.

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.

  1. In the palette expand the Card Containers section.
  2. Drag Contacts onto the tile Additional Info.
    1. Name, Employees.
  3. We now have a card container that is designed to hold contact information. We will use this to display employee information.
  4. Click on the Employees card container to open its  Properties tab on the right.
    1. Or click on the Employees card container in the Layers section on the left.
  5. We need to tell the card container where to get its information from. In the  Properties tab, under Basic Settings, click  Table, next to the Table drop down box.
  6. Drag the Employees table from the Repository into the Table box within the Employee Card Component's Basic Settings.
    1. This sets the Employees as the table backing the card container and will allow us to display the data.
    2. Click  Apply.
    3. When working in Design Mode, the card container will only display one card containing the data from the first record it receives from the backing table. When we switch to  Application Mode or  Lock, all the data we have chosen will be displayed.

7. To display the data on the Employees table, either:

a. Change the names of the form fields and dynamic text fields to match the attribute name on the Employees table.

b. Or, tell PhixFlow which attributes to associate with them using the Add Backing Attribute option.

8. Here we will use the latter:

a. Right-click on First Name and select Add Backing Attribute.

b. In the Available Attributes selector that opens, tick first_name.

c. Click the Add button.

i. The form field will now display this data in the first_name attribute on the screen.

d. We will repeat these steps but this time set the Last Name field to be the last_name attribute on the Employees table.

9. 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.

  1. In the palette, open the Basic Layouts section.
  2. Drag the Area - Split H onto the tile Additional Info.
  3. Name it Splitter.
    1. 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.
  4. In the Layers section on the left:
    1. Expand Splitter.
    2. Find the Employees card container. Click on it and hold the shift key, and now drag it onto Split Area Top
      1. 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 moves the items within a container.
  5. We will now add a map to the Splitter Area Bottom.
    1. From the palette → Maps section, drag the Map over the bottom area of Splitter.
      1. Name it Map.
        1. 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
      2. The map will display when we switch to  Application Mode or  Lock the screen.

Moving Components

To find out more about moving components see Moving Components on a Screen.

Check Point

Switch to  Application Mode or  Lock the screen and it should look like the image below:

Tile Formatting

We will now look at formatting the tiles. By default tiles have Fit to available space 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 Fit to available space, the tiles will be sized to fit their content. So to reiterate:

  • Fit to available space ticked: Consumes the available space.
  • Fit to available space unticked: Content will determine the size.

Grow Factor Example

Fit to available space is useful for laying out screen content, but sometimes we want one area to be larger than another. Here we can use the grow factor.

  1. In the Layers on the left of the screen, click on Tile in Tile Container.
  2. The  Styles tab will open on the right, which contains all style settings, including sizing.
  3. Set Grow Factor to 2 - This will make it larger than the other tile.
    1. 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.
  4. Switch to  Application Mode to see the change.

Specific Size Example

We will now specify a specific size rather than a proportion and use Fit to available space to make sure the remaining tile automatically consumes the remaining space.

  1. Switch back to  Design Mode and remove the growth factor added above.
  2. Click  Apply.
  3. On your screen, click on the Additional Info tile to open its  Styles tab on the right.
  4. Untick Fit to available space.
  5. Set Width to 350px.
    1. 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.