Search found 40 matches

by jpatten
Sat Oct 12, 2019 5:12 pm
Forum: Educational Outreach
Topic: Primary Student Livecode Interface (Simplified Developer Interface)
Replies: 26
Views: 21520

Re: Primary Student Livecode Interface (Simplified Developer Interface)

Thanks for the all the feedback! What Richmond did is what I started doing during my lunch too ;) I just made a stack/palette with limited buttons. I added a few to to target aspects I wanted to introduce. For example, a button that brings up the Project Browser, and a button that puts the coordinat...
by jpatten
Tue Feb 14, 2017 12:34 am
Forum: Multimedia
Topic: Executing LC from JavaScript in Browser Widget?
Replies: 3
Views: 5044

Re: Executing LC from JavaScript in Browser Widget?

Ok, made some progress... So I figured I had to identify the specific button, or id, that I was clicking on. After the first click of the button, and the triggering of the LiveCode handler, the handler was triggered just by clicking the "canvas" of the browser widget. That lead me to believe that th...
by jpatten
Mon Feb 13, 2017 10:59 pm
Forum: Multimedia
Topic: Executing LC from JavaScript in Browser Widget?
Replies: 3
Views: 5044

Executing LC from JavaScript in Browser Widget?

Hi All, I'm in need of some JavaScript intervention :( A few weeks back I started toying with the idea of getting a hotspot in a panorama, which was sitting inside a browser widget, to communicate with LiveCode. The initial discussion was here: http://lists.runrev.com/pipermail/use-livecode/2017-Feb...
by jpatten
Tue May 05, 2015 4:27 pm
Forum: iOS Deployment
Topic: Remove old profiles from standalone settings
Replies: 4
Views: 3434

Re: Remove old profiles from standalone settings

Hi All,

Wondering how to eliminate old Profiles in standalone maker settings? The suggested app in this older post is no longer around...

Thank you!
by jpatten
Mon Nov 25, 2013 7:38 am
Forum: iOS Deployment
Topic: Unzip file and show it.
Replies: 27
Views: 16024

Re: Unzip file and show it.

Simon...

I'm running the latest version of LiveCode 6.1.3 and Version 6.0 (369.2) of the OS X simulator, OSX 10.9.

Thanks for taking a look!
by jpatten
Mon Nov 25, 2013 6:54 am
Forum: iOS Deployment
Topic: Triggering Events At Specific Player Times?
Replies: 5
Views: 3172

Re: Triggering Events At Specific Player Times?

Thanks Gerry and Simon!

I just took the easy way out and rounded :)

put the round of (mobileControlGet ("iosControl", "currenttime")/1000) & " seconds" into cd fld "videoTime"

Cheers!
by jpatten
Mon Nov 25, 2013 6:20 am
Forum: iOS Deployment
Topic: Unzip file and show it.
Replies: 27
Views: 16024

Re: Unzip file and show it.

Hmmm...? Does the unzip process still work in the example stack above? I downloaded it, did not make any changes, made sure the RevZip external was selected in the standalone settings, but when I test in simulator the zipped files do not unzip. The file gets downloaded, test.zip and testfolder.zip a...
by jpatten
Sun Nov 24, 2013 10:58 pm
Forum: iOS Deployment
Topic: Triggering Events At Specific Player Times?
Replies: 5
Views: 3172

Triggering Events At Specific Player Times?

Hi All... Is it possible to trigger events at specific times during the playback of a movie or an audio file in iOS? I had looked at an older CallBacks tutorial but callbacks are not iOS compatible. I also noticed there is a mobileControlGet (player_id, currentTime) but I was not sure how I could re...
by jpatten
Thu Oct 17, 2013 4:42 am
Forum: Animation Engine
Topic: AnimationEngine Ver Update Needed With New LC?
Replies: 2
Views: 9748

AnimationEngine Ver Update Needed With New LC?

Hi All.. I have a little stack that I attempted to create an iOS app from that uses AE. This was done using the latest LC, version 6.1.2. It would not create the iOS app. It erred with "linking for Arm7 failed with xrun:..." I saw a reference in the message boards about externals needing to be updat...
by jpatten
Sun Oct 06, 2013 5:59 am
Forum: Animation Engine
Topic: Move to vs AEMoveTo?
Replies: 3
Views: 10219

Re: Move to vs AEMoveTo?

SOLVED...

Discovered going through the lists I needed to reference the group with its long ID. So instead of writing this:

aeMoveTo group "notepad", the loc of grc id 1020, 1000, "inOut"

I had to write this:

aeMoveTo the long id of group "notepad", the loc of grc id 1020, 1000, "inOut"

Cheers!
by jpatten
Sun Oct 06, 2013 5:05 am
Forum: Animation Engine
Topic: Move to vs AEMoveTo?
Replies: 3
Views: 10219

Re: Move to vs AEMoveTo?

Thanks Malte... Still having some trouble getting this to work. It seems it should be pretty straight forward but I must be missing something. I went ahead and changed the script to match as close to the examples in the doc as I could: aeMoveTo group "notepad", the loc of grc id 1020, 1000, "inOut" ...
by jpatten
Sat Oct 05, 2013 5:13 pm
Forum: Animation Engine
Topic: Move to vs AEMoveTo?
Replies: 3
Views: 10219

Move to vs AEMoveTo?

Attempting to get AE to work in the iOS simulator with these two scripts: move group "notepad" from 568,451 to 568,783 and aeMoveTo group "notepad",568,783,1000,"inOut" The top one works fine. The bottom one (aeMoveTo) does not. I have the box checked on the AE stack to use it. What am I missing her...
by jpatten
Fri Sep 27, 2013 8:16 pm
Forum: Animation Engine
Topic: Animated Swipe for mobile?
Replies: 5
Views: 9456

Animated Swipe for mobile?

Hello.. I'm wondering if I can utilize AE to incorporate nice animations for swipe on mobile platforms. For example, I have a group consisting of a couple text fields and buttons. Is there a way to use constrainrectangle, ease in/out, bounce, etc. that would create the ability of the group to be man...
by jpatten
Sun Apr 28, 2013 3:29 am
Forum: iOS Deployment
Topic: Playing a Vimeo stream within an HTML field...
Replies: 10
Views: 8912

Re: Playing a Vimeo stream within an HTML field...

I just discovered this as to be the case trying to play a Youtube video on a browser object too... The video url plays fine in the iPad in Safari, same address within a browser object and the app crashes as you've mentioned.

Not sure if this has been logged as a bug or not....?
by jpatten
Sun Apr 14, 2013 9:59 pm
Forum: Animation Engine
Topic: Custom Dialer UI
Replies: 5
Views: 12344

Re: Custom Dialer UI

Thanks Malte! That get's me pretty close. The value does jump if the user touches opposite the location of the notch n the dialer...but that could also be called a feature of a digital dial ;) One thing though, when testing in simulator, when I changed the script to a touchMove command the notch ima...

Go to advanced search