To open a diferent application from Kalipso you just need to use the function Run Process with the package from the application that you want to open. For example, if you wanted to open..
Category : Kalipso General
Kalipso Studio ico icon is just used to set the icon inside the KClient when testing the application. To have a compative icon you will need to use an icon with 32X32 witho..
To connect to other types of databases you can also use a connection string and define as manual. You can check the different connection string on the link below. https://www.connectionstrings.c..
The easiest way is to create a function to get the HASH with a simple online request. The script to see the HASH in the browser (PHP): <?php function get_hash($address) { function x509_fingerprint($pem,$hash=’sha1′) { $hash = in_array($hash,array(‘sha1′,’md5′,’sha256’)) ? $hash: ‘sha1’; $pem = preg_replace(‘/\-+BEGIN CERTIFICATE\-+/’,”,$pem); $pem = preg_replace(‘/\-+END CERTIFICATE\-+/’,”,$pem); $pem = str_replace( array(“\n”,”\r”), ”, trim($pem)); return ..
There is only a way to connect Kalipso to a MySQL database, is by installing an ODBC Driver to do that. Links to download below. https://dev.mysql.com/downloads/connector/odbc/ Just download the connector and install it. After installing and rebooting the pc, create a new ODBC of 32bits (System DSN) using the installed connector. After creating the connection ..
You can use the function GetGUID() associated with a Set Value or in an IF or other filter..
On the HTTP Request on your application you have to fill the option Certificate Fingertip List with the hash from your website certificate. You can obtain that hash by using some online tools like the one below. You need the SHA256. Note: You can have more than one separated by CR, this way you can ..
You can prevent the the keyboard from showing in 3 stages, in the project, in the form and in one action. In the Project: In the Form: In ..
In order to use different fonts from the ones present in the Kalipso Designer you will need to download the intended from from any website, there are a lot of them, one example (https://www.1001fonts.com/). Example for a font named Vampiro One For the font to appear in the designer you need to install it in ..
For this you have a simple function called Select File, it opens a popup and it returns the path to the target you want. You have several modes, open, save, open image from gallery, open video from gallery. Open File Example(Windows Desktop): Save File Example (Window..
To do this you will need to use a function called Translate Internal Text. This functions allows you to change the text from buttons and system messages. TESTED IN ANDROID, IOS AND ..
You have a function called Verify Rooted Device that returns 0 or 1 accordingly if device is root..
In Kalipso you have a function Get App Certificate Fingerprint that allow you to verify if you application was tempered by any way to steal data. This function returns an HASH in SHA 256 that you can compare with the one generated in your certificate when you generated the APK. (See below how to get ..
If you are having this error is due to a safety feature to prevent you from delete data without confirm effectively that is really to delete. You have 2 ways to resolve this issue, one is to put a dummy condition in the statement and other is to disable this security. Please consider that after ..
To install an online licence in Kalipso first you open and go to File After choose the option Settings You will need to activate the Online Licensing, after that the right menus will open and allow you to fill the Login and Password from you license and do Login. The lease time allow you to ..
All the files have a purpose, all extensions description as it follows: .KPR Kalipso Compiled Project .KPE Kalipso Project Exportation from Designer to Simulator .KDB Kalipso Data Base .KIM Kalipso Images .KDD Kalipso Driver Defenition .KDF Kalipso Data File (Para el KDriver integrar) .KDR KDriver (The file will be KDriver Project.KDR that indicates the ..
You need to use the function shell execute to do that. After downloading the file you just need to do like exemplified below. There are two ways, one you can specify parameters, like the package and a second one that you just specify the APK t..
Thru shell execute you use the command: “whatsapp://send?text=You..
You will have to use the Shell Execute with the package to open. “market://details?id=PACKAGE” Example: “market://details?id=com.nianticlabs.pokemon..
Types of Contents: “Content-Type: [TYPE]” application/json application/x-javascript application/x-www-form-urlencoded text/plain text/javascript text/x-javascript text/x-json..