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 38 Next »

This page is for application designers who want to create new application project.

Overview

When you create an application in PhixFlow, you are configuring default properties for the whole project. For details about the properties, see Application.

Creating a New Application

To create a new application:

  • either in the repository → Applications section, click  Add New

  • or, in the  Application menu; see The Application Menu, below.
    Click the last card, which is the New Application card:


Sections on this page

Are we calling it application properties or settings? Properties. In this case you are using a pop-up window to set specific properties, but it would be good to keep this consistent. Also, the devs have used lots of different terms in the GUI where clicking an option opens its properties (e.g. Show stream configuration or Show dashboard details). The options should be simplified and made consistent: "Properties" or "Open properties"

We need to add this to the terminology document and also let me know so I can update the flow. We call it settings later on. It was already in.

Set the following properties for your application:

  1. Name
  2. Version: a development version number, for example 1.
  3. Description: consider including the purpose of the application and who is responsible for it.
  4. Template:
    • selects a set of palettes that provide a design theme
    • sets key properties; see more link
  5. Application Icon: This is the image PhixFlow displays in the card on the application menu.
    • Either use the drop-down to select an icon that has already been loaded into PhixFlow
    • Or click   to find an image on your file system to load.
    Icons for the application menu should be:
    • up to 100 pixels high
    • between 100 to 150 pixels wide
  6. click Create Application
  7. PhixFlow prompts you to load the application. You can work on an application without loading it.

todo-fiona: check with dev - you have to click load to get the app creation process to complete

You can change all the properties later; see Application properties.


Template

  • default formats for dates and numbers
  • palette to use for default components - this is what it's asking for in the screen
  • styles for grids
  • components to use for data fields, form and card containers
  • the default action - todo-fiona link
  • any packages containing stuff you need
  • user groups and access permissions

See the creating applications flow in Adobe (Flow 2.5)

Themes are now called Templates and they come in the form of a Package that is set to template. See flow: 5.13.2 Marking a Package as a Template 

In PhixFlow, you can bundle items together into a package. Bundle? This makes it easy to share items across different applications.

A theme is a package . It has all the different palettes, components and styles that your application may need. When you select a theme for your application, PhixFlow adds the Theme package to it. You can see the theme package contents in the repository Packages folder

See also

 For more information about themes and component palettes, see Understanding Palettes and Themes.

For information about sharing components or data between applications, see Package.

Menu

When you create a new application in the repository, PhixFlow automatically creates a menu item for it. You can find the menu in the repository → Menus branch → application_name_Menu. When you add the first option to the menu, it is automatically displayed on the right of the menu bar at the top of the PhixFlow window; see Menu.

Application Menu 

Applications are listed as cards on the application menu.

The  Application menu displays the applications:

  • that have been configured to appear on menu
  • and that you have permission to use.

The repository → Applications branch displays the applications that you have permission to use.

 To redisplay the application menu, in the top left of the PhixFlow window click:

  • either the  Application menu
  • or the , if it appears.

Each application card also has a pop-up menu; see Application for details.

PhixFlow's Welcome Window
PhixFlow's Welcome Window


Changing Application Settings

When you create your application project, you are setting up some defaults for the whole application.  We now also take them from a template package. To change or set additional options for your application:

  • either go the the application Home window and use the link in the top right of the window
  • or open the repository and click on the application name.

PhixFlow opens the Application properties.

Your application may also be using defaults set in System ConfigurationFor example, you can optionally specify the formats for dates and times in your application using the settings:

  • Date
  • Date/Time
  • Number

If you do not specify formats, PhixFlow uses the formats specified in the system configuration.

We need to outline the hierarchy of this logic i.e. system properties are overridden by templates etc.


  • No labels