Creating custom variables

Aside from ordinary screen elements, which can be referred to using their system names (s1_i1, s2_p3, …) you can create your own custom variables. Such custom variable names must start with one of the following: C_ CUS_ CUST_ CUSTOM_ For example: C_IPADDRESS1 C_SERVERNAME C_VAR1 CUST_VAR2 Creating such a variable is simple, just transfer a value […]

Screen navigation

Every PROCE55 app consists of several screens. By default there are minimum of two screens: ‘initial’ and ‘s1’. The initial screen is where the app starts processing. It contains a single button marked as ‘[x] Auto-click’, which means it is ‘clicked’ automatically by the engine, taking the screen navigation to the button’s target screen (‘s1’ […]

Using the mobile RTE

PROCE55 Mobile client apps can be downloaded from a platform-specific app store (for Android, iOS and Windows 10). They are installed once and used for all the apps you create and deploy to mobile devices. Client apps work as a native web-based client applications able to process many different PROCE55 apps you publish using the […]

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 […]

Skip to toolbar