Search found 37 matches

by srbarlow3
Thu Mar 12, 2015 1:19 pm
Forum: iOS Deployment
Topic: XCODE 6.2 ( 6C131e) broke my iOS Sim?
Replies: 9
Views: 6777

Re: XCODE 6.2 ( 6C131e) broke my iOS Sim?

Don't worry, it wasn't anything you did! Any time there is a major Xcode update, Livecode must be updated as well to reflect the fundamental changes. The guys at LC are probably working furiously on an updated release for us, as we speak. In the meantime, simply revert back to Xcode 6.1.1 and you s...
by srbarlow3
Wed Mar 11, 2015 9:53 pm
Forum: iOS Deployment
Topic: XCODE 6.2 ( 6C131e) broke my iOS Sim?
Replies: 9
Views: 6777

XCODE 6.2 ( 6C131e) broke my iOS Sim?

My mac downloaded and upgraded Xcode a couple days ago and after the upgrade my iOS SDK is broken. The "Development" menu has "Test Target" and "Test" options grayed out. The SDK available square has become red on the mobile support "preferences page". Okay, I know it isn't smart to just let the OS ...
by srbarlow3
Sat Apr 26, 2014 6:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: adequately configured physical device
Replies: 2
Views: 2270

Re: adequately configured physical device

I am somewhat new to Mobile Livecode development too but setting up the emulator is somewhat difficult. There is a tutorial at http://livecode.com/developers/guides/mobile/android/ and http://lessons.runrev.com/s/3527/m/4069/l/27385-how-do-i-become-an-android-developer-on-a-pc . I remember strugglin...
by srbarlow3
Sat Apr 26, 2014 5:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Setting color from it
Replies: 5
Views: 3432

Re: Setting color from it

As dunbarx said, it is a good idea to store the returned "it" in another container(variable) right after it's returned to remove any doubt

Good Luck

Russ
by srbarlow3
Sat Apr 26, 2014 4:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Setting color from it
Replies: 5
Views: 3432

Re: Setting color from it

answer color with "blue" answer it set the textcolor of field "text" to it Here's what's happening. the first line opens the color dialog with blue selected as default (blue just happens to be 0,0,255 in RGB values) When you click "OK" it assigned the blue value (assuming you didn't select another ...
by srbarlow3
Fri Apr 25, 2014 7:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Crazy Stack File Saving System?
Replies: 6
Views: 4382

Crazy Stack File Saving System?

I have lost hours of work through an ignorance of the way live code stack files are saved. I think what happened is that I opened an older live=code file (that had been renamed to archive it) that containing the same stack name as the other open stack. I copied the desired items from the older stack...
by srbarlow3
Fri Apr 18, 2014 9:10 pm
Forum: MobGUI
Topic: Input Text field
Replies: 2
Views: 4619

Re: Input Text field

You probably don't have the auto-delete checkbox checked on the fields properties dialog in MOBGui. Otherwise the field stays on the screen regardless of the card you navigate to.

Russ
by srbarlow3
Sun Mar 09, 2014 1:18 am
Forum: MobGUI
Topic: Scrolling Locked Text Field
Replies: 4
Views: 4706

Re: Scrolling Locked Text Field

Well..almost perfect. The docs say " All you have to do now is add content to the group - this can be graphics, fields, or anything else that you want to scroll. " I may be dense but I am not sure how to do this. I tried dragging a scroller from the mobGUI pallet onto a card, un locking, resizing a...
by srbarlow3
Sun Mar 09, 2014 12:59 am
Forum: Android Deployment
Topic: Code signing an android app
Replies: 7
Views: 6272

Re: Code signing an android app

An answer to my own question which I will document here for future searchers. I generated the key and built the file both ways, in the standalone using the standalone builder with reference to the keystone file and by building the apt without a mean and adding it with jar signer. Afterward I used ja...
by srbarlow3
Sat Mar 08, 2014 1:49 pm
Forum: Android Deployment
Topic: Code signing an android app
Replies: 7
Views: 6272

Code signing an android app

I'm getting ready to deploy my app to the Google play store and am trying to build a signed standalone. I chose the option of building a signed standalone by adding the reference to the keystore file in the standalone settings. I created a keystore file using the keytool application in Terminal on m...
by srbarlow3
Sat Mar 08, 2014 12:14 am
Forum: MobGUI
Topic: Scrolling Locked Text Field
Replies: 4
Views: 4706

Re: Scrolling Locked Text Field

PERFECT...Thanks

Russ
by srbarlow3
Fri Mar 07, 2014 11:40 pm
Forum: Android Deployment
Topic: Unicode and the Android Euro Symbol
Replies: 3
Views: 3887

Re: Unicode and the Android Euro Symbol

Simon

I got there too, but I couldn't get the character into an email from the android device. The end up as question marks in the email...I didn't see a way to send unicode formatted email from the android email program.

Thanks

Russ
by srbarlow3
Fri Mar 07, 2014 11:30 pm
Forum: MobGUI
Topic: Scrolling Locked Text Field
Replies: 4
Views: 4706

Scrolling Locked Text Field

I am trying to add a EULA card to my Android version of an app. I have a file written to the documents folder upon acceptance of the EULA as the user presses the "Accept" button so, if it hasn't been accepted yet(file not present), it opens the EULA agreement page. This happens from an openStack scr...
by srbarlow3
Thu Mar 06, 2014 4:53 pm
Forum: iOS Deployment
Topic: Can't upload to Apple App Store
Replies: 13
Views: 9362

Re: Can't upload to Apple App Store

VICTORY! I took the LC6.6RC1 upgrade route and the upload sailed through. I was avoiding the upgrade since it was so close and I didn't want to introduce any potential new bugs... but after the frustration of the last couple days I rebuilt and tested my rather simple app for an hour on my devices a...
by srbarlow3
Thu Mar 06, 2014 3:07 pm
Forum: iOS Deployment
Topic: Can't upload to Apple App Store
Replies: 13
Views: 9362

Re: Can't upload to Apple App Store

An update. First thanks to Simon for that great video I somehow missed. I was indeed not signing the app correctly. Revoked my certificates and provisioning profiles and started from scratch following the video step by step. The only thing in the video I didn't see was in the xCode organizer window,...

Go to advanced search