I am trying to build a museum kiosk app for a client. I found the excellent
lesson at:
http://lessons.runrev.com/s/lessons/m/4069/l/29287-How-do-I-play-a-video-in-part-of-the-screen-in-iOS
Using this code (after applying the fix noted in the Comments), I can play
the video on an iPad just fine, E
I asked this question (how to detect a non-responsive/non-existent server
without waiting for an annoyingly long time-out) recently of
supp...@runrev.com and got a reply referencing a revOnline article giving a
method for doing this:
http://livecodeshare.runrev.com/stack/393/Checking-for-an-open-s
I can build Galactic Gauntlet successfully on LC 5.5.4 but NOT on LC
Community Edition. The same stack and Standalone Settings that works on
5.5.4 fils on LC CE with a long error message:
There was an error while saving the standalone application
linking for armv6 failed wit
Pete:
Perhaps I'm missing a key detail of how you want to move things around, but
I can make a group of buttons move smoothly using:
*
*
*on mouseUp*
*put the loc of group "btns" into theLoc*
*add 100 to item 2 of theLoc*
*move group "btns" to theLoc in 500 milliseconds*
*end mouseUp*
Oddly enough I was bit by something very similar last week: I was putting
together a small demo for a new convert to LiveCode, and was hurrying and
distracted, running late for an LC tutorial with him.
I stupidly typed something like:
put "label-string: " and someVar after field "foo"
instead of