Search found 9 matches
- Mon Apr 25, 2016 5:03 pm
- Forum: iOS Deployment
- Topic: iOS Imported Photos
- Replies: 3
- Views: 3732
Re: iOS Imported Photos
Hi Dixie, how would that work if the original photo is the one that gets imported? I am guessing a copy of the photo would have to be saved somewhere. Would this be a case for using a substack?
- Thu Aug 20, 2015 12:57 am
- Forum: iOS Deployment
- Topic: Video Playback
- Replies: 2
- Views: 2541
Re: Video Playback
HI. I am using LiveCode 6.7.6. This is the card script, it is from the example MobileVideoLesson at LiveCode Lessons. on openCard // Check the control doesn't already exist. If so delete and recreate it if "mobilecontrol" is among the lines of mobileControls() then controlDelete end if mobileControl...
- Wed Aug 19, 2015 2:12 am
- Forum: iOS Deployment
- Topic: Video Playback
- Replies: 2
- Views: 2541
Video Playback
I am trying to set up a movie file to play in iOS. It's pretty straightforward, except with resolution independence. This is the openStack handler: set the fullScreenMode of this stack to "showAll" set the acceleratedRendering of this stack to true I set the movie to play in a rect, which works fine...
- Sun Jun 14, 2015 6:56 pm
- Forum: iOS Deployment
- Topic: Can't do Text to speech with LiveCodeSDK-R14
- Replies: 11
- Views: 11336
Re: Can't do Text to speech with LiveCodeSDK-R14
To be fair, there are discussions going back to 2011 about the lack of as well as need for text to speech support. As someone who has spent the last two hours researching this, it is frustrating to say the least.
- Sun Apr 05, 2015 5:17 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Preventing mouse click
- Replies: 9
- Views: 5719
Re: Preventing mouse click
This drove me nuts! I finally figured out that the grouped buttons were getting the message before the group control itself. This seems backwards to me. I ended up adding a transparent button with empty mouse handlers over the group whenever a student is scanning. That made it work, and now I don't ...
- Sun Mar 15, 2015 9:20 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Preventing mouse click
- Replies: 9
- Views: 5719
Re: Preventing mouse click
I can see it as a custom property now. I have even been using them and the "set" keyword went right pass me. Disabling the autohilite is working to keep the scan sequence working. I am still working on keeping the mouse click from being sent. It will probably be next weekend before I can get to it a...
- Sat Mar 14, 2015 10:49 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Preventing mouse click
- Replies: 9
- Views: 5719
Re: Preventing mouse click
Jacque - the autohilte is on. I thought of it while running errands today. I think turning that off will help. Craig - I am not sure what you mean by "port the app." I work with a school based assistive technology team and we have been "playing" with LiveCode Community in order to customize applicat...
- Sat Mar 14, 2015 5:22 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Preventing mouse click
- Replies: 9
- Views: 5719
Re: Preventing mouse click
A USB switch it attached to the computer and configured to send a mouse click when pressed. The switch is a Switch Click USB from AbleNet. He presses the switch using his head. The computer is an "open" augmentative communication device (ECO2 by PRC) which means that it has a touchscreen. I can set ...
- Sat Mar 14, 2015 3:45 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Preventing mouse click
- Replies: 9
- Views: 5719
Preventing mouse click
I am working on a customized app for a child with cerebral palsy. He isn’t able to use his hands, so the button choices are scanned and he will press a switch when his choice is highlighted. Everything works well until the touchscreen is tapped during the button scan. Since he will have caregivers s...