Versions Compared

Key

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

...

This page is for any PhixFlow user.

Your administrator will supply a the URL that you use to open the PhixFlow client in a browser. If your PhixFlow URL does not include a specific application, PhixFlow opens with the 

Insert excerpt
_app_menu
_app_menu
nopaneltrue
open. Here you can select the application you want to use. 

The URL can also run PhixFlow in the browser and load a specified application. To do this the URL must include an application and can optionally include a menuURL will automatically run a specific PhixFlow application and menu option if the URL includes:

?application=APP&menu=MENU

Where APP is the name of the application and MENU is the name of the menu the user requiresto display. If no MENU is included, PhixFlow will use the default menu for the application; see Application.

Panel
borderColor#01CFF1
borderWidth4
titleBGColor#01CFF1
titleExample

The PhixFlow instance for a company is  https://bigcorp.com/phixflow/. To open the Data Analysis application with the menu Options displayed, enter the following URL into a browser.

https://bigcorp.com/phixflow/?application=Data%20Analysis&menu=Options

Code Block
http://server1:8081/phixflow/start.html?application=Operations

Spaces Replace any spaces in application and menu names should be represented using %20.

Open a web browser on a client machine and navigate to:

Code Block
http://<server name or ip address>:<port number>/phixflow/start.html

E.g.

Code Block
http://server1:8081/phixflow/start.html

You can start an application directly with the URL. See applications for details of how to create applications. It is also possible to navigate to different applications within PhixFlow.

If your base URL is

Code Block
http://server1:8081/phixflow/start.html

and the application name is Operations, then the following URL will take you directly to the Operations application:

with %20