Search found 7 matches
- Wed Jun 17, 2015 4:29 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: advanced format for slider value
- Replies: 4
- Views: 2964
Re: advanced format for slider value
Thanks Craig, Yes, it works and it provides me with the functionality I need. Thank you a lot for your kindness and spending your time. My project is on mobile phone and I should check processing power of my mobile. I have eight sliders working at same time. I have already encountered the problem th...
- Wed Jun 17, 2015 3:48 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: advanced format for slider value
- Replies: 4
- Views: 2964
Re: advanced format for slider value
Thanks Craig,
I got 12.00 instead of 12:00, as you pointed out "It is not perfect".
Another problem is that the slider loses its smooth movement and jumps between round number.
I got 12.00 instead of 12:00, as you pointed out "It is not perfect".
Another problem is that the slider loses its smooth movement and jumps between round number.

- Wed Jun 17, 2015 12:32 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: advanced format for slider value
- Replies: 4
- Views: 2964
advanced format for slider value
Hi everyone, I have an slider its value is from 0 to 23 for hours. I want its value to be shown as 00:00 to 23:00 when 'Show Value' is set. (Minutes are always :00 .) The usual 'Value Format', as I have read from examples and livecode wiki, formats this number as a floating point number with specifi...
- Thu Jun 04, 2015 7:04 pm
- Forum: Android Deployment
- Topic: RSA decryption on Android mobile.
- Replies: 3
- Views: 3534
Re: RSA decryption on Android mobile.
I really thank you a lot.
You saved me from a perplexity!!
It worked well and it was a relief after hours.
You saved me from a perplexity!!
It worked well and it was a relief after hours.
- Thu Jun 04, 2015 6:55 pm
- Forum: Android Deployment
- Topic: Stack size on Android
- Replies: 3
- Views: 3869
Re: Stack size on Android
Thanks a lot. Both methods worked. They are not equal and behave differently.
I highly appreciate your contribution. Both of you.
I highly appreciate your contribution. Both of you.
- Thu Jun 04, 2015 1:07 pm
- Forum: Android Deployment
- Topic: RSA decryption on Android mobile.
- Replies: 3
- Views: 3534
RSA decryption on Android mobile.
I have encrypted a short text with 'encrypt using rsa with private key...' and then decrypted in with 'decrypt using rsa with public key...' Everything is ok on my PC. When I save my stack as standalone on Android , the trouble begins! As soon as the program reaches the line: decrypt using rsa ... t...
- Thu Jun 04, 2015 12:59 pm
- Forum: Android Deployment
- Topic: Stack size on Android
- Replies: 3
- Views: 3869
Stack size on Android
I have written a program and saved it as standalone for Android. When I install the apk file on Sony Xperia Z Device and read the stack height and width I get the following numbers: 360 * 592 which is much less than the device actual screen size i.e. 1080*1920! Stack size seems 1/3 of the real resol...