Search found 3 matches
- Tue Mar 21, 2017 1:11 am
- Forum: Android Deployment
- Topic: Native control, hidding keyboard
- Replies: 15
- Views: 13526
Re: Native control, hidding keyboard
Dear Fellas, Can someone give me a mighty hand of help, otherwise i'm just gonna kill meself. I can't make the bloody thing to check if "field" is not empty then delete everything and do keyDown. It empties the field but doesn't do any input whatsoever. local tCard local tFieldText on KeyDown theKey...
- Thu Dec 15, 2016 1:45 am
- Forum: iOS Deployment
- Topic: IOS Native player
- Replies: 3
- Views: 3765
Re: IOS Native player
Tried that as well. Nothing happens, black rect doesn't appear, seems like it waits for the video to upload but it takes ages......
- Mon Dec 12, 2016 7:14 pm
- Forum: iOS Deployment
- Topic: IOS Native player
- Replies: 3
- Views: 3765
IOS Native player
Greetings Would someone give me a hand to solve my problem with getting native ios player to play video from a URL? I've tried this code: on mouse up mobileControlCreate "player", "videoControl" mobileControlSet "videoControl", "filename", "my link" mobileControlSet "videoControl", "preserveAspect",...