Search found 8 matches
- Mon Oct 21, 2019 12:26 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Mac Status Menu not showing after save as standalone (Solved)
- Replies: 3
- Views: 5107
Re: Mac Status Menu not showing after save as standalone
@Thierry Thanks a lot. i found the way to select inclusions manually and after selecting the mac menu it's now working fine 
- Mon Oct 21, 2019 12:18 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Mac Status Menu not showing after save as standalone (Solved)
- Replies: 3
- Views: 5107
Re: Mac Status Menu not showing after save as standalone
Thanks for the reply. But The inclusion menu looks disabled in my live-code.
- Mon Oct 21, 2019 9:43 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Mac Status Menu not showing after save as standalone (Solved)
- Replies: 3
- Views: 5107
Mac Status Menu not showing after save as standalone (Solved)
Hey, i'm really glad to see that the mac status menu is now supported on the livecode. I used it in one of my app, it's working fine when i run it on the livecode editor. but the status menu is not working when i save my app as standalone.
I'm also try using the demo stack found in this topic ...
I'm also try using the demo stack found in this topic ...
- Sat Oct 12, 2019 12:23 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: A small box with stack name showing on iconify
- Replies: 0
- Views: 5410
A small box with stack name showing on iconify
Hey, with help of the awesome community as a beginner i'm able to get rid of all the issues that i face during my first project in livecode.
But now i'm stuck in a very strange issue. I'm trying to put a status icon for my app and iconify the it. everything works great. But there are two issue that ...
But now i'm stuck in a very strange issue. I'm trying to put a status icon for my app and iconify the it. everything works great. But there are two issue that ...
- Thu Oct 03, 2019 4:55 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Issue About Desktop notification
- Replies: 0
- Views: 5077
Issue About Desktop notification
Hey, i'm using livecode for the last 4 month. After getting introduce with livecode i found it's a great tool to build cross platform app. That's why first i want to thanks all the developer and the team who developed it, and making it more useful day by day.
Well, I'm working on a project where i ...
Well, I'm working on a project where i ...
- Thu Oct 03, 2019 4:50 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: [SOLVED] Encrypt / Decrypt
- Replies: 7
- Views: 7144
Re: Encrypt / Decrypt
Thanks a lot. it's working fine now 
- Wed Sep 04, 2019 3:06 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Decrypt from php is not working
- Replies: 7
- Views: 8435
Re: Decrypt from php is not working
ow do you save the encrypted data to file in LC? "encrypt" returns BINARY data
so you will need to use -> "binfile:..." when saving from LC.
Hey Klaus, thanks for your quick reply.
basically what i did. after encrypting the the string using the base64Encode function i have encoded the output ...
- Wed Sep 04, 2019 12:57 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Decrypt from php is not working
- Replies: 7
- Views: 8435
Decrypt from php is not working
How can decrypt a string from php encrypted using live code?
for example
encrypt pTokenText using "aes-128-cbc" with key tKeyHex and IV tIVHex at 128 bit
then trying using php to decrypt the data from server using
$decrypted = openssl_decrypt($encrypted,'aes-128-cbc',$encryption_key, 0,$iv ...
for example
encrypt pTokenText using "aes-128-cbc" with key tKeyHex and IV tIVHex at 128 bit
then trying using php to decrypt the data from server using
$decrypted = openssl_decrypt($encrypted,'aes-128-cbc',$encryption_key, 0,$iv ...