I do not know why we’re getting such different results. On Mac version 10.9.5,
using LC 7.0.3, if I write the following script in the openCard handler:
on openCard
set the filename of player 1 to “media/mymovie.mov”
answer the filename of player 1
end openCard
then, while the movie will show in
On Mon, Mar 30, 2015 at 8:45 AM, Bill Vlahos wrote:
>
> I just uploaded a tutorial stack to RevOnline/Sample Stacks that shows how
> to script popular calendar applications Apple’s Calendar
>
Thanks, will definitely have a poke around.
___
use-livecode
On Mar 30, 2015, at 6:00 AM, stgoldb...@aol.com wrote:
> I do not know why we’re getting such different results. On Mac version
> 10.9.5, using LC 7.0.3, if I write the following script in the openCard
> handler:
>
> on openCard
> set the filename of player 1 to “media/mymovie.mov”
> answer th
> Is it possible to have an app in both the Apple store and the Android store
> which functions in this way.
Yes. Apple and Google are not trying to make money out of your B2B sales. An
ideal solution might be to have a free app with some minimal functionality that
lets you unlock the main conte
I have a menu group in stack out0, which is never seen by the user. Stack
out1 is created when needed by cloing stack out1 (and similarly for out2,
etc.)
When entering the menu builder, though, out0 is not among the choice of
stacks. Once cloned, out1 appears as a choice.
Huh? is there somethi
Richard.
if you delete either the "/" or the "|" tags, the submenuItem is not assembled
correctly. As you said. You need both. Are you sure you have these correctly
set?
I am not sure about your not seeing the stacks. I assume you meant "cloning
stack out0" when you said:
Stack out1 is cr
Mark:
This sounds like something I’ve been considering too. In my case, it’s an
educational app. I have a basic app with basic functionality. Then there could
be a paid app that is pretty much the same, with enhanced functionality, that
required a login to get advanced functionality.
What I’m