ok... I've found a solution with:
on AnalyzeSelection
put iphoneControlGet ("InputTitlesEnCours", "selectedRange") into myTest
send "AnalyzeSelection" to me in 1 second
end AnalyzeSelection
Search found 4 matches
- Tue Jun 02, 2015 9:32 am
- Forum: iOS Deployment
- Topic: mouseText with native text controls
- Replies: 1
- Views: 1876
- Mon Jun 01, 2015 1:11 pm
- Forum: iOS Deployment
- Topic: mouseText with native text controls
- Replies: 1
- Views: 1876
mouseText with native text controls
With iphoneControlCreate "multiline" I find myself in the best of worlds, scrolling is perfect, I can change the text content dynamically, have a voice speaking it, a dictionnary... etc. If I click inside the native sector it's easy to select a word with the special menu appearing (select, select al...
- Sun Nov 25, 2012 10:31 pm
- Forum: iOS Deployment
- Topic: livecode app crashes on iphone but works on ipad
- Replies: 2
- Views: 2526
Re: livecode app crashes on iphone but works on ipad
Thank you very much !
You are right, it was a refreshing problem.
The earlier you go to sleep, the more refreshing your sleep is.
You are right, it was a refreshing problem.
The earlier you go to sleep, the more refreshing your sleep is.
- Sun Nov 25, 2012 6:18 pm
- Forum: iOS Deployment
- Topic: livecode app crashes on iphone but works on ipad
- Replies: 2
- Views: 2526
livecode app crashes on iphone but works on ipad
Livecode 5.5.3 iPhone 4S V6.01 iPad2 V6.01 Both of them are on the same distribution provisioning profile. I use Airlaunch plugin to make .ipa, html and manifest.plist. On iPad when I touch the link sent by Airlaunch, my app installs and plays without any problem. On iPhone it seems to install, but ...