Defining conditions

Simple conditions can be inserted into any action flow to stop the execution if the condition expression evaluates to false. If such a condition expression returns false, the action flow stops the execution and shows a warning dialog with a text message defined in the condition element. The condition expression can be a complex string […]

Creating a custom app package

A custom app package is a single XML file containing multiple apps and variables. Such a file can be uploaded to a custom web server location, such as: https://myserver/apps/package1.p55x or https://otherserver/myapps.p55x Creating a custom app package using the PROCE55 Mobile Modeler is easy. You just create a new package, add your apps, variables and specify […]

Creating a simple app

Creating a simple app using PROCE55 Mobile is easy and it takes about 15 minutes to complete including the installation of the app on your mobile device. The minimum requirement is to download and install the PROCE55 Modeler for Windows (you can do it now). Create a simple mobile app following these steps:   You […]

Default service request/response structure

When calling services, it is possible to choose from a predefined list of call types: XML_HTTP JSON_GET JSON_POST   These are the default request and response structure for the above call types: XML_HTTP Request: XML_HTTP Response: JSON request and response:

How can I create customized UI elements

To create your own user interface element, insert the ‘Custom’ element to your screen and provide your own HTML and style to render the desired visual design. The HTML part (as shown in the image below) can contain also the necessary script sections.   It is possible to refer the element using the PROCE55 element […]

Skip to toolbar