Search found 19 matches

by seanmiller
Thu May 05, 2016 4:37 pm
Forum: Announcements
Topic: LiveCode 8 Released
Replies: 4
Views: 15983

Re: LiveCode 8 Released

I think I may have answered my own (premature) question. This is from the release notes for 8.0.0: http://downloads.livecode.com/livecode/8_0_0/LiveCodeNotes-8_0_0.pdf Currently, the supported versions of Xcode are: Xcode 4.6 on MacOS X 10.7 Xcode 5.1 on MacOS X 10.8 Xcode 6.2 on MacOS X 10.9 Xcode ...
by seanmiller
Thu May 05, 2016 4:32 pm
Forum: Announcements
Topic: LiveCode 8 Released
Replies: 4
Views: 15983

Re: LiveCode 8 Released

Hi Heather, Congrats to you, Kevin, and the LiveCode team. Version 8 looks great. Quick question: which version of Xcode works with LiveCode 8.0.0? Xcode 7.3? Or 7.3.1? For those unfamiliar, legacy versions of Xcode are available for download here: https://developer.apple.com/downloads/ Regards, Sean
by seanmiller
Wed May 04, 2016 9:59 pm
Forum: Android Deployment
Topic: uploading and downloading images from Android to MySQL
Replies: 2
Views: 3047

Re: uploading and downloading images from Android to MySQL

Great tip, Dave! I really appreciate it. I made this change to the POST code and was able to get the image to upload and download from the cloud on Android: export snapshot from graphic "signature" of card "finaldrive" to tSignature as PNG if the environment is "mobile" then put "final_drive_id" & "...
by seanmiller
Thu Apr 28, 2016 11:44 pm
Forum: Talking LiveCode
Topic: getting mouseUp to be more responsive
Replies: 8
Views: 5257

Re: getting mouseUp to be more responsive

That's what I assumed too...

Do you think it might have something to do with the fact that I'm using groups containing fields as "buttons", rather than actual buttons?

Sean
by seanmiller
Thu Apr 28, 2016 8:57 pm
Forum: Talking LiveCode
Topic: getting mouseUp to be more responsive
Replies: 8
Views: 5257

Re: getting mouseUp to be more responsive

Hi Craig, gDriveBehaviors (in the handler generateStudentDriveBehaviorScores) has around 20 to 30 lines in it. gStudentDriveBehaviorScores (in the handler calculateObjectiveScore) has from 5 to 10 lines in it. The idea is that each assessment has a certain number of "behaviors" that are organized in...
by seanmiller
Thu Apr 28, 2016 8:24 pm
Forum: Talking LiveCode
Topic: getting mouseUp to be more responsive
Replies: 8
Views: 5257

Re: getting mouseUp to be more responsive

Hi Jean-Marc,

Thanks for the tip. I accidentally cut off a couple lines from the bottom of the first script--the script associated with the "buttons". It does lock and unlock the screen within the mouseUp. Doesn't seem to make a difference.

Sean
by seanmiller
Thu Apr 28, 2016 7:22 pm
Forum: Talking LiveCode
Topic: getting mouseUp to be more responsive
Replies: 8
Views: 5257

getting mouseUp to be more responsive

Howdy fellow LiveCoders, I'm wrestling with an issue that I thought some of you may have also experienced. I'm building an app to deploy to Android and iOS. It has a card where a user evaluates a student, giving various items a score from 1 to 4. I've set these items as grouped rows where the scores...
by seanmiller
Thu Apr 28, 2016 6:49 pm
Forum: Android Deployment
Topic: uploading and downloading images from Android to MySQL
Replies: 2
Views: 3047

uploading and downloading images from Android to MySQL

Hi, I've got a problem that has me stumped. I've done lots of experiments and researched the issue here on the forums to no avail (as of yet). I'd really appreciate some advice. Here's the issue: I've set up a signature feature in an app. A user signs a form; the form is uploaded to a MySQL database...
by seanmiller
Thu Apr 28, 2016 6:33 pm
Forum: Android Deployment
Topic: Correct Android SDK API for LC 7.1.3
Replies: 1
Views: 2671

Re: Correct Android SDK API for LC 7.1.3

After some fumbling around, I solved my own problem. I was pointing LiveCode to the wrong folder. This turned out to be the correct one: documents\adt-bundle-mac-x86_64-20140702. So, to answer my own question, Android 4.0.3 (API 15) is the right API for LC 7.1.3.
by seanmiller
Fri Apr 01, 2016 9:30 pm
Forum: Android Deployment
Topic: Correct Android SDK API for LC 7.1.3
Replies: 1
Views: 2671

Correct Android SDK API for LC 7.1.3

I installed LiveCode 7.1.3 recently. I can't get it to recognize the Android SDK. Relevant posts here in the forum and the tutorial ( http://lessons.livecode.com/m/4069/l/27389-how-do-i-become-an-android-developer-on-a-mac ) recommend using Android 4.0.3 (API 15). I've installed the latest Java SDK ...
by seanmiller
Wed Mar 09, 2016 7:24 pm
Forum: Android Deployment
Topic: mobileControl scroller issue with Android
Replies: 1
Views: 2273

Re: mobileControl scroller issue with Android

I think I figured it out. I found this bit of helpful advice in the tutorial for creating a native scroller: http://lessons.livecode.com/m/4069/l/94412-creating-a-native-scroller-to-scroll-a-field -nb, if you experience hidden text in your field after a scroll please replace the above script with : ...
by seanmiller
Tue Mar 08, 2016 11:15 pm
Forum: Android Deployment
Topic: mobileControl scroller issue with Android
Replies: 1
Views: 2273

mobileControl scroller issue with Android

Howdy, There's a glitch in my Android app that I can't figure out. I'm hoping a fellow forumite has some insight. I have a card with a text field populated by a select call from a local mySQL database. If the text size exceeds the length of the text field, the card script resizes the field to the fo...
by seanmiller
Wed Dec 02, 2015 4:17 am
Forum: iOS Deployment
Topic: sqlite on android
Replies: 9
Views: 6432

Re: sqlite on android

Howdy, Belatedly, I can confirm this is indeed a key difference between iOS and Android. I built an app using SQLite. The database resides in the engine on iOS and works fine. But it didn't work on Android. When I moved the SQLite database to documents, it worked immediately. Thanks for solving this...
by seanmiller
Wed Jun 17, 2015 10:11 pm
Forum: Android Deployment
Topic: mobileControlGet browserid,"url" crashes... ???
Replies: 8
Views: 6042

Re: mobileControlGet browserid,"url" crashes... ???

As we wait, is there some other way to access the URL on a mobile browser?
by seanmiller
Wed Jun 17, 2015 9:59 pm
Forum: Android Deployment
Topic: mobileControlGet browserid,"url" crashes... ???
Replies: 8
Views: 6042

Re: mobileControlGet browserid,"url" crashes... ???

Howdy,

put mobileControlGet ("lfBrowser", "URL") into tRedirect

also causes iOS to crash...

I've gotten it to crash on an iPad 2 (running iOS 8.2) and on the iOS simulator (device: iPhone 5s).

Sean

Go to advanced search