Search found 7 matches

by josephreesGA75ef
Sat Dec 17, 2011 1:56 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: HOW CAN U KEEP SCORE FOR A TRIVIA GAME?.
Replies: 3
Views: 3322

Re: HOW CAN U KEEP SCORE FOR A TRIVIA GAME?.

Newbie here, but I believe if you want to transfer the values of a variable from card to card, you'd need to declare it as a global variable first. Probably best to do this in the main stack, so that it's available to every subsequent substack or card.
by josephreesGA75ef
Fri Dec 16, 2011 1:24 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do I force a script to stop?
Replies: 3
Views: 6819

Re: How do I force a script to stop?

I've gotten myself into this situation, and usually before I do a test in "run" mode, I'll save with Command+S. Then if I get stuck like this, I'll do a Command+Q to exit LiveCode and then I can re-open my stack. If there is a better way anyone can suggest, please let us know!
by josephreesGA75ef
Tue Dec 13, 2011 8:42 am
Forum: iOS Deployment
Topic: Anyone load HTML with js n CSS in IOS ?
Replies: 4
Views: 3792

Re: Anyone load HTML with js n CSS in IOS ?

Dave, I asked a similar question in another thread, and apparently we're thinking of using this for the same thing. I'll experiment some and if you do too, maybe we can both achieve what we're trying to accomplish. I'll be happy to share my code with you if I get it working. I'd appreciate it greatl...
by josephreesGA75ef
Tue Dec 13, 2011 8:33 am
Forum: iOS Deployment
Topic: IOS layout / process question.. how would you do it?
Replies: 6
Views: 4855

Re: IOS layout / process question.. how would you do it?

Wow, something I know how to answer! You'll probably want to group all of your input fields together first. Then you'll do something like: on keyboardActivated set the top of group "whatever_you_named_it" to -20 -- This would move the top of the entire group of controls to 20 pixels above the visibl...
by josephreesGA75ef
Mon Dec 12, 2011 11:33 am
Forum: iOS Deployment
Topic: iOS, Google Maps and GPS, Oh My!
Replies: 9
Views: 8906

Re: iOS, Google Maps and GPS, Oh My!

Thanks for the help Bernd! I tried the "wait x seconds with messages" and unfortunately had the same exact problem. I had thought of you solution to the locationChanged problem, and was going to institute it. So, tonight I did. I think what I've discovered now is that locationChanged doesn't seem to...
by josephreesGA75ef
Mon Dec 12, 2011 6:51 am
Forum: iOS Deployment
Topic: iOS, Google Maps and GPS, Oh My!
Replies: 9
Views: 8906

iOS, Google Maps and GPS, Oh My!

So, folks, I could use some assistance here. I've run into a couple of issues that I can't seem to work around with the beginnings of an app I'm trying to write. With the help of another forum poster, I was able to get an app running that will use GPS/Location Services to show my current location on...
by josephreesGA75ef
Thu Dec 08, 2011 8:31 am
Forum: iOS Deployment
Topic: Google Maps / GPS
Replies: 25
Views: 16602

Re: Google Maps / GPS

I'm trying to replicate and also make some changes to the iOS version of the stack posted here. In the Application Browser, it shows 2 lines of code/script are attached to the card. However, if I look at that card in the Code Editor, it shows 0 lines of code there. Is there some way the code is hidd...