Search found 20 matches

by DougN
Sat Jun 01, 2013 12:26 am
Forum: Android Deployment
Topic: The chosen folder is not a valid Android SDK....
Replies: 29
Views: 38855

Re: The chosen folder is not a valid Android SDK....

Success report: I used the link provided by SimpleLife on 5/27 to download the old Mac SDK, deleted the newer SDK that I'd installed, and was able to get LiveCode to successfully recognize the Android SDK on my Mac running Mountain Lion.

Thanks SimpleLife!
Doug
by DougN
Sun Jul 03, 2011 6:50 pm
Forum: iOS Deployment
Topic: Opening a substack
Replies: 2
Views: 2891

Re: Opening a substack

Thank you Klaus.

I decided to go with the sub-stack, and accept that it will take over the whole window. Knowing that constraint helps a lot in the design process.

Best,
Doug
by DougN
Sat Jul 02, 2011 6:27 pm
Forum: iOS Deployment
Topic: Opening a substack
Replies: 2
Views: 2891

Opening a substack

Hi, I'm trying to open a substack in a smaller window on top of my main window in iOS. What's happening is that the substack is taking over the whole window. Is there support for a superimposed window in iOS? Here are some images: Main stack / substack (on the Mac): https://img.skitch.com/20110702-q...
by DougN
Mon Jun 20, 2011 7:07 am
Forum: iOS Deployment
Topic: Storing and sending usage data
Replies: 1
Views: 2116

Storing and sending usage data

Hi, I'm about to send our first prototype out to 5 - 6 people to do some beta testing (via Ad Hoc profiles). I'm thinking that it would be interesting to get some quantitative data about how they've used the app (it's a learning game). Things like how many times they launched it, how long they had i...
by DougN
Fri Jun 17, 2011 2:07 am
Forum: iOS Deployment
Topic: Submitting to iTunes for Client
Replies: 4
Views: 3425

Re: Submitting to iTunes for Client

I believe he's talking about the service at http://testflightapp.com/
by DougN
Thu Jun 16, 2011 7:11 pm
Forum: iOS Deployment
Topic: iOS - PDF Interaction & iBooks
Replies: 17
Views: 10192

Re: iOS - PDF Interaction & iBooks

put "false" into kickSelf
That's hilarious (and probably healthy, too). I think I may need to adopt this in all my stack scripts.

Doug
by DougN
Tue Jun 14, 2011 10:32 am
Forum: iOS Deployment
Topic: Trouble with sound and a repeat loop
Replies: 4
Views: 3732

Re: Trouble with sound and a repeat loop

Hi Bernd, Thanks very much for the quick and helpful reply. Indeed, when I remove the "with messages" from the "play" command, it plays the sound correctly. So that issue is taken care of. I'm still not able to figure out how to accomplish what I want on the card -- which is that the sound prompt is...
by DougN
Tue Jun 14, 2011 8:55 am
Forum: iOS Deployment
Topic: Trouble with sound and a repeat loop
Replies: 4
Views: 3732

Trouble with sound and a repeat loop

Hi, I'm having a heck of a time working with playing basic sounds in a simple (at this point) 2 card stack. My goal is to move to a card, and play a sound file that asks the user to click on an object. The sound file will repeat every five seconds until the user clicks the object. If they don't get ...
by DougN
Mon Jun 13, 2011 8:11 pm
Forum: iOS Deployment
Topic: Help on playing a sound
Replies: 3
Views: 2991

Thank you

Thanks for the help -- sometimes outside eyes can be so helpful. I really appreciate the quick, helpful responses.
by DougN
Mon Jun 13, 2011 9:48 am
Forum: iOS Deployment
Topic: Help on playing a sound
Replies: 3
Views: 2991

Help on playing a sound

Hi, I'm tearing my hair out trying to play a simple sound on an iPhone app. I've used Rev for a while, but this is my first experience on the iPhone. I've tried using the code referenced in the forums, but just can't get it to work. I hope you generous folks can help. Here's my script, on a button: ...
by DougN
Fri Feb 19, 2010 9:03 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Tutorial Books
Replies: 23
Views: 14776

Re: Tutorial Books

It sounds like they're looking at doing a better job here. The customer survey they're asking folks to fill out now asks a lot of questions about a dedicated Revolution training program, to include both recorded training videos and live webinars. If they get the curriculum progression right, they'll...
by DougN
Fri Feb 19, 2010 8:56 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Training Day example doesn't include graphics?
Replies: 5
Views: 3867

Re: Training Day example doesn't include graphics?

Tim, I haven't worked through that tutorial, but my guess is that you've got images in the stack that are referenced, meaning that Rev is looking for them on your drive. It does this both when you're working in the IDE, and then again at runtime. Unfortunately, the path to the image when you're work...
by DougN
Tue Feb 16, 2010 12:04 am
Forum: Multimedia
Topic: Sequencing the playing of sounds via players
Replies: 3
Views: 3842

Re: Sequencing the playing of sounds via players

Bernd,

Thanks! That's a great tip that I'll use in other situations as well.

Best,
Doug
by DougN
Sun Feb 14, 2010 9:12 pm
Forum: Multimedia
Topic: Sequencing the playing of sounds via players
Replies: 3
Views: 3842

Re: Sequencing the playing of sounds via players

OK, I think I found a way around this one: 3) Is there a way to include / use the variable name in the send command, so that I can vary the knockResponse sound that actually gets played, based on the value of the button? Instead of using different players on the card, I'm going to use one player for...
by DougN
Sun Feb 14, 2010 8:12 pm
Forum: Multimedia
Topic: Sequencing the playing of sounds via players
Replies: 3
Views: 3842

Sequencing the playing of sounds via players

Hello, I'm trying to upgrade some simple code to get rid of the evil "wait" command, and I thought I'd use it to learn about using the "send" system. My old code: global knockResponse -- set with a pull-down menu on the card on mouseup start player "knock" wait 2 seconds start player "knockAgain" wa...

Go to advanced search