
what a problem? I not view rows in vidget Table…
Step by step - after connect to DB empty

what a problem? I not view rows in vidget Table…
Step by step - after connect to DB empty
Could you send your pma file. I’ll check it.

The approach described in this lesson is valid. One thing that can be confusing is that you need to specify the fields for the table widget:
Select Table widget
In the Widget inspector click Select fields

Select one or more columns and click Ok

Спасибо. Всё работает. Ещё вопросы - размер приложения для android достаточно большой 53 мб. Что занимает место (база данных, анимация, интерпретатор команд, изображения или что-то ещё)?
APK file contains two versions 32-bit and 64-bit. When you publish it on the Google Play Store, the size of the application will be 2 times smaller.
Ещё вопрос - можно ли и где выполнить программный код, например вида:
public static byte[] encryptString(String message, SecretKey secret) throws Exception { Cipher cipher = null; cipher = Cipher.getInstance(“AES/ECB/PKCS5Padding”); cipher.init(Cipher.ENCRYPT_MODE, secret); return cipher.doFinal(message.getBytes(“UTF-8”)); }
You can use any Javascript libs. Here is the example based on CryptoJS - CryptoJS
Project file: encrypt-decrypt.pma (8.0 KB)


ok. what version flipabit needed?
I can’t see new vidget T…
Sorry. You need to download the beta version to open it: https://flipabit.s3.us-west-2.amazonaws.com/flipabit_2.2.0815.21-beta.exe
Ok. I downloaded beta and all executed… thank’s…