Search found 19 matches

by razvan
Mon Sep 07, 2015 8:24 am
Forum: Android Deployment
Topic: Using "aes-128-cbc" for encrypt password on android
Replies: 2
Views: 2302

Re: Using "aes-128-cbc" for encrypt password on android

Thank you so much Klaus!
Now it's working.
All the best!

Razvan.
by razvan
Thu Sep 03, 2015 8:43 am
Forum: Android Deployment
Topic: Using "aes-128-cbc" for encrypt password on android
Replies: 2
Views: 2302

Using "aes-128-cbc" for encrypt password on android

Hello! When i try to log in my application on android appear this error on password " %3A+ssl+library+not+found". On pc working well just on mobile appear this. For encrypt password i used this function: function EncryptIt pItem local tHex, tKeyHex put "8822992277392018" into tKeyHex put "9382377475...
by razvan
Fri Jul 24, 2015 7:26 am
Forum: Android Deployment
Topic: Export a picture to internal memory of the mobilephone
Replies: 6
Views: 4736

Re: Export a picture to internal memory of the mobilephone

Thank you JacobS! mobileExportImageToAlbum don't working in my case or i don't use correct this function. I found this code on the forum and this one working well. on mouseUp set the defaultFolder to "/mnt/sdcard/DCIM/" put image "myImage" into url("binfile:picTest.jpg") answer the result end mouseUp
by razvan
Thu Jul 23, 2015 10:19 am
Forum: Android Deployment
Topic: Export a picture to internal memory of the mobilephone
Replies: 6
Views: 4736

Export a picture to internal memory of the mobilephone

Hi!Maybe is banal but how can export a image from app to a folder from internal memory of the mobilephone(Android)?I want a simple example.
Thank you!

Go to advanced search