Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Introduction

In order to add content to the screen we need access to the palette and the screen must be unlocked.

Locking and Unlocking a screen

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

  1. To unlock the screen for editing, right-click anywhere on the screen to open the popup menu and select  Unlock.
  2. PhixFlow displays the toolbar for the screen so that you can begin to make changes.
  3. If you want to see how a user will experience the screen, you can  Lock 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  Palette from the context toolbar to display the palette on the right.

Adding Content

We will now 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  Table
  2. The list of available tables will appear in the repository
  3. Drag the companies table onto the screen canvas.
  4. Select how you want to display the data, select Grid.
  5. 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.
  6. Select all the attributes and drag them onto the grid.
  7. 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. 
  8. Click on the Company Name column header
    1. Set Grid Settings Grid Default Width (pixels) to be, 200.
    2. In the Label section we will change the name displayed in the column header to be, Name.
    3. Click  Save
  9. 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 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. This is how users will experience your application.
      1. You can lock an app to interact with it as a user will but design panes remain displayed.
    3. To switch back to designing your application, click  Design Mode in the top right hand corner. Lock.

Set a Static Header

  1.  Click on the header, Header 1 Dynamic.
  2. Its properties open on the right.
  3. In the Default Value, change the text to be Companies Data.
  4. Click  Save.
  5. IN the event 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.
  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.
    2. 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.
  5. 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.

  1. In the palette expand the Card Containers section.
  2. Drag Contacts onto the tile Additional Info.
  3. Name it Employees.
  4. We now have a card container that is designed to hold contact information. We will use this to display employee information.
  5. In the Employee Details Card Container properties open on the right.
    1. If they have closed click on the Employees card container in the layouts section on the left.
  6. Click  Table, next to the Tables box.
  7. Drag Employees into the Tables box.
  8. This sets the Employees as the table backing the card container and will allow us to display the data.
    1. 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.
    2. 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  Application Mode or  Lock, all the data we have chosen will be displayed.
  9. 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:
    1. Click on First Name to highlight it and then right-click and select Add Backing Attribute.
    2.  In the Available Attributes dialog that opens tick first_name.
    3. Click the Next button.
    4. The form field will now display the data in the first_name attribute.
    5. We will repeat these steps but this time set the Last Name field to be the last_name attribute on the Employees table.
    6. 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.
    1. Hover your mouse over any of the components in the palette to see a full description. 
  3. Name it Splitter.
  4. 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 on the right
    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.
  6. We will now add a generic map to the Splitter Area Bottom.
  7. From the palette, from the Maps section drag the Map over the bottom area of Splitter.
    1. Call it Map.
    2. 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
    3. The map will display when we switch to  Application Mode or  Lock the screen.

Check Point

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

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:

  1. Drag Company ID from the grid onto the card container. 
  2. 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.
  3. The filter is created and applied automatically. The filter properties open on the right.
  4. In the properties window change the Name to Selected Company.
  5. Click  Save.

Filter Explaination

  1. Filter Details: here is an overview of the filter details, for more information see Filter.
  2. 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. 
    1.  Literal Value indicates the value is expected to be a string. Click this icon to switch to an expression.
    2.  (expression string) 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.

Tile Formatting

We will now look at formatting the tiles. By default tiles have Auto Size enabled, this means that the tile swill consume the space available on the screen and tile content will be made to fit the tile e.g. if content if to 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 or the size specified.

Growth Factor Example

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

  1. 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 determines the proportionate size of this tile in comparison to the other tiles it shares its space with.
  4. Set this to be 2. This will make it twice as large as the other tile.
  5. Switch to  Application Mode to see the change.

Specific Size Example

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

  1. Switch back to design mode and remove the growth factor added above.
  2. On your screen, click on the Additional Info tile to open its properties.
  3. Click on the Style tab.
  4. Scroll down to Auto Size, and untick this.
  5. Scroll down to the Position Settings section.
  6. Set a Width of 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 CSS as min-size.it is often a good idea to specify a minimum or maximum size to ensure your design appears as you require. For example when viewing on a mobile device or large monitor.


Edit the Card Container

build up a employees contact card.

Add the Crud buttons

Create a new screen and show more screen options


About Tables → Views → Grids


Adding Data as a Grid

  1. The Grid
    1. Use Custom Data Range
  2. The View
    1. Periods
    2. Inheriting the period from the table.
  3. The Table
    1. Table Period.
  4. Combined filtering
    1. Does the grid setting override the view????
  5. CRUD Buttons
    1. Adding Crud buttons after prompt.
  6.  Attributes
    1. Adding attributes
    2. Relational Attributes
    3. Reordering Attributes
    4. Hiding Attributes
    5. Conditionally Hiding Attributes.
  7. Styling a Grid
    1. Basics
      1. Bold Text
    2. Available Styling i.e. default styles.
    3. Conditional Formatting Background Colour
      1. Cell and Row.
    4. Removing the Title
    5. Labelling and double header?
    6. Link to in depth How To guide
  8. In grid editing, link to how to.

Adding Data as a Card Container

  1. The Container
    1. Table
    2. View
    3. Filtering
  2. The Cards
    1. Design and App mode display.
    2. Adding filters dynamically
  3. Changing the backing attributes

Adding a Chart

  1. Simple Setup
  2. Colour Maps
  3. Link to setting up more chart types.

Finding Layouts and Components

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.

If the layer section is not visible click  Show/Hide Layer Panel

Using Find in Repository

Right-click any item on an unlocked screen and select  Find in Repository Alternatively, to search the repository, expand the Components section and navigate to the component. The position of the components on a screen is reflected in their order and nesting in the repository list. 


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

When you move a component or layout, you drag it onto another component. 

  • drag and drop places a component next to the component on which you drop. This creates a sibling relationship. 
  • shift+drag and drop places a component into the component on which you drop. This creates a parent-child relationship.

If you drag a component that is a parent, all its children move with it.

  See Moving Components on a Screen.


  1. Options
  2. Templates
    1. Complete
    2. Blank
  3. Screen Options
    1. Floating
    2. Size
    3. Open Maximised
  4. Creating from an ERD
  5. Creating from a Workflow
    1. Available Unused Actions.

Styles 

explanation

Style Hierarchy

  1. Application Styles
  2. Shared Style
  3. Local Styles
  4. Formatting Rules
  5. Overriding Styles Best Practice
  6. Clearing Styles

Creating Screens from the Home page

  1. Options
  2. Templates
    1. Complete
    2. Blank
  3. Screen Options
    1. Floating
    2. Size
    3. Open Maximised
  4. Creating from an ERD
  5. Creating from a Workflow
    1. Available Unused Actions.

Data Type and Formatting

  1. Date
  2. Date-Time
  3. Numbers
  • No labels