Versions Compared

Key

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

Insert excerpt
_Banners
_Banners
namescreen
nopaneltrue

Introduction

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

Insert excerpt
_unlock
_unlock
nopaneltrue
ed.

  • Insert excerpt
    _lock
    _lock
    nopaneltrue
    ed - the content can be interacted with, such as a button click will trigger the button's action.
  • Insert excerpt
    _unlock
    _unlock
    nopaneltrue
    ed - 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.

Image Added

  1. To interact with the screen, 
    Insert excerpt
    _lock
    _lock
    nopaneltrue
     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 
    Insert excerpt
    _unlock
    _unlock
    nopaneltrue
    .
  3. 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 the screen, you can  Insert excerpt_lock_locknopaneltrue the screen, this means when we click on an item we will interact with it rather than edit it.

Palette

  1. To view the palette, click 
    Insert excerpt
    _palette
    _palette
    nopaneltrue
     from the context toolbar to display 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. This is how: 

  1. From the toolbar, click
    Insert excerpt
    _tableOnly
    _tableOnly
    nopaneltrue
    s.
  2. The list of available tables will appear in the repository Repository.
  3. Drag the companies Companies table onto the screen canvas.
  4. Select You will be asked how you want to display the data, select Grid.
    1. Image Modified
    2. The
    attribute picker
    1. Available Attributes selector appears and
    here
    1. 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.

Image Added

  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, navigate to Grid Settings → Grid Default Width (pixels) and enter a specific value here
      1. In PhixFlow version 11.1 onwards, Grid Settings can be found on the 
        Insert excerpt
        _property_tabs
        _property_tabs
        namestyle
        nopaneltrue
  2. Click on the Company Name column header.
    1. Set Grid Settings Grid Default Width (pixels) to be, 200.
    2. In the Label section we of the
      Insert excerpt
      _property_tabs
      _property_tabs
      nopaneltrue
       we will change the name value displayed in the column header to be, Name.
    3. Click 
      Insert excerpt
      _save
      _save
      nopaneltrue
      .
  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 App Mode to see exactly how it will appear to users. 
    2. Click 
      Insert excerpt
      _app_mode
      _app_mode
      nopaneltrue
       in the top right corner of the screen to switch the application into App Mode. This is how users will experience your application.
    3. You can lock an app to interact with it as a user will but design panes remain displayed.
    4. To switch back to designing your application, click
      Insert excerpt
      _design_mode
      _design_mode
      nopaneltrue
       in the top right-hand corner. Insert excerpt_lock_locknopaneltrue.

Set a Header

  1.  Click Click on the header, Header 1 Dynamic.
  2. Its properties In its Properties that open on the right.In the Default Value, change the text in the Default Value box to be Companies Data.
  3. Click 
    Insert excerpt
    _save
    _save
    nopaneltrue
    .
Tip

In the event

you

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

There are lots of tiles available, each designed to satisfy a specific need or act as a foundation for your

own

design.

Mouse

Hover your mouse over any of the tiles

to find out more about each.
  • Name the tile Additional Info.
  • 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

    Container 
    Anchor
    AddCardContainer
    AddCardContainer

    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
      it
      1. , Employees.
      2. Image Added
    3. We now have a card container that is designed to hold contact information. We will use this to display employee information.
    4. In the Employee Details Card Container properties open Click on the Employees card container to open its
      Insert excerpt
      _property_tabs
      _property_tabs
      nopaneltrue
       on the right.
      1. If they have closed Or click on the Employees card container in the layouts Layers section on the left.
      2. Image Added
    5. We need to tell the card container where to get its information from. Click In the 
      Insert excerpt
      _property_tabs
      _property_tabs
      nopaneltrue
      , under Basic Settings, click
      Insert excerpt
      _tableOnly
      _tableOnly
      nopaneltrue
      , next to the Tables Table drop down box.
    6. Drag the Employees table from the Repository into the Tables box.the Table box within the Employee Card Component's Basic Settings.
      1. Image Added
      2. 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
      3. Click 
        Insert excerpt
        _save
        _save
        nopaneltrue
        .
      4. When working in design mode Design Mode, the card container will only display one card containing the data from the first record is it receives from the backing table. When we switch to 
        Insert excerpt
        _app_mode
        _app_mode
        nopaneltrue
         or 
        Insert excerpt
        _lock
        _lock
        nopaneltrue
        , all the data we have chosen will be displayed.

    7. To display the data on the Employees table

    we can either change

    , either:

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

    or we can

    .

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

    8. Here we will use the latter

    option

    :

    Click

    a. Right-click on First Name

     to highlight it and then right-click and

     and select Add Backing Attribute.

     In

    b. In the Available Attributes

    dialog

    selector that opens, tick first_name.

    c. Click the 

    Next 

    Add button.

    i. The form field will now display

    the

    this data in the first_name attribute on the screen.

    Image Added

    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

    to display data

    .

    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. Hover your mouse over any of the components in the palette to see a full description. 
    4. 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.
    5. In the Layouts section Layers section on the rightleft:
      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.
        2. Image Added
    6. We will now add a generic map to the Splitter Area Bottom.
      1. From the palette
      , from the
      1. Maps section, drag the Map over the bottom area of Splitter.
          Call
          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 
            Insert excerpt
            _app_mode
            _app_mode
            nopaneltrue
             or 
            Insert excerpt
            _lock
            _lock
            nopaneltrue
             the screen.

      Moving Components

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

      Check Point

      Switch to 

      Insert excerpt
      _app_mode
      _app_mode
      nopaneltrue
       or 
      Insert excerpt
      _lock
      _lock
      nopaneltrue
       the screen and it should look like the image below.

      Image Removed

      Linking Views

      Data is displayed in PhixFlow via views. The grid and the card container are both considered views. At present the Employee card container is showing all employees and ideally we only what to show those associated to the company selected on the Companies grid. We will achieve this using filter.

      We will create a background filter as follows:

    7. Drag Company ID from the grid onto the card container. 
    8. 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.
    9. The filter is created and applied automatically. The filter properties open on the right.
    10. In the properties window change the Name to Selected Company.
    11. Click  Insert excerpt_save_savenopaneltrue.

      Filter Explanation

    12. Filter Details: here is an overview of the filter details, for more information see Filter.
      1. Image Removed
    13. 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.  Insert excerpt_filter_literal_filter_literalnopaneltrue indicates the value is expected to be a string. Click this icon to switch to an expression. Insert excerpt_filter_expression_filter_expressionnopaneltrue indicates the value is expected to be an expression. Click this icon to switch to a string.

      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.

      1. Click on the card container in the Layers section or click on the card container header on the screen, to open its properties.
      2. Expand the Background Filter Rules, here we see a list of all background filter rules applied to the card container.
      3. Double-click on any rule to open it. For our example double-click Selected Company.
      4. 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 fire. However we can create a filter condition using PhixScript. We will see examples of this later in the course.
      5.  To open the filter we created click the Filter hyperlink above the filter name.
      6. We also have the option to disable the filter here by unticking the Enabled check box. This is helpful if debugging.
      7. Finally we have the option to Stop if True. If ticked, if this filter rule is true no filter rules that occur after this one will be checked.
      8. Switch to app mode and when you select different companies in the grid the associated employees should be displayed.
      9. Switch back to design mode.

      :

      Image Added

      Tile Formatting

      We will now look at formatting the tiles. By default tiles have Auto Size enabled, this have Fit to available space enabled, which means that the tile swill 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 if to is too big to display in the tile a scrollbar will be provided. When we remove Auto Size Fit to available space, the tiles will be sized to fit their content or . So to reiterate:

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

      Grow Factor Example

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

      1. Click In the Layers on the left of the screen, click on Tile in Tile Container.
      2. In the properties on the right click on the Style Tab. All style settings including sizing in here.
      3. Scroll down to Growth Factor. Growth factor
      4. The 
        Insert excerpt
        _property_tabs
        _property_tabs
        namestyle
        nopaneltrue
         will open on the right, which contains all style settings, including sizing.
      5. 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
        .Set this to be 2. This will make it twice as large as the other tile
        1. and the space available.
      6. Switch to 
        Insert excerpt
        _app_mode
        _app_mode
        nopaneltrue
         to see the change.

      Specific Size Example

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

      1. Switch back to
        Insert excerpt
        _design
        mode and
        _mode
        _design_mode
        nopaneltrue
         and remove the growth factor added above.
      2. Click 
        Insert excerpt
        _save
        _save
        nopaneltrue
        .
      3. On your screen, click on the Additional Info tile to open its properties.
      4. Click on the Style tab.
      5. Scroll down to Auto Size, and untick this.
      6. Scroll down to the Position Settings section.
      7. Set a Width of its 
        Insert excerpt
        _property_tabs
        _property_tabs
        namestyle
        nopaneltrue
         on the right.
      8. Untick Fit to available space.
      9. Set Width to 350px.
        1. We can also specify sizes as a percentage of available space, 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 as property min-size. It is often a good idea to specify a minimum or and maximum size to ensure your design appears as you requireexpect. For example, when viewing on a mobile device or very large monitor.