Search found 18 matches

by brentj84062
Thu Aug 18, 2011 7:57 pm
Forum: iOS Deployment
Topic: Clipboard
Replies: 4
Views: 4676

Re: Clipboard

You're in luck! In the release notes, look up the UITextField on page 50. This is a native text field that does support copy/past/select/etc. You have to implement it as a native control, which can be a bit difficult at first, but once you get the hang of it it's very simple. I think by "clipboard s...
by brentj84062
Wed Aug 17, 2011 9:01 pm
Forum: iOS Deployment
Topic: Creating live sliding cards... possible?
Replies: 7
Views: 6966

Re: Creating live sliding cards... possible?

While not the most elegant solution, you could first detect swiping touch motions for left or right swipes on the current card. That would trigger a screenshot of the current card which would then be placed on the card the user will be going to. You immediately jump to that card (no transition) and ...
by brentj84062
Wed Aug 17, 2011 6:50 pm
Forum: iOS Deployment
Topic: GameKit external on iOS
Replies: 1
Views: 2718

GameKit external on iOS

Hello Everyone, I've started developing a GameKit external for LiveCode on iOS. I've got a basic external compiled for running a GameCenter leader board and it tests great in the simulator. Unfortunately, when I put it into a test stack, build a standalone, and deploy it, the app crashes on the devi...
by brentj84062
Fri Jul 22, 2011 10:39 pm
Forum: iOS Deployment
Topic: Lion and LiveCode Mobile conflict
Replies: 23
Views: 16501

Lion and LiveCode Mobile conflict

Hello all, This was brought up in another thread (http://forums.runrev.com/viewtopic.php?f=49&t=8524) but I think a distinct, specific thread will help other community members looking for answers and could help us find a solution as well. After installing Lion (which I'm very excited about), I went ...
by brentj84062
Thu Jun 23, 2011 11:54 pm
Forum: iOS Deployment
Topic: Tasty UITableViews
Replies: 2
Views: 3515

Tasty UITableViews

I have a sample UITableViews stack I'd like to share with everyone. I was thinking about making it more comprehensive, but because it's so simple to implement tables in this way, I have decided to share the framework and let others experiment with going further. UITableViews are the Data Grids of Co...
by brentj84062
Sat Jun 18, 2011 5:50 am
Forum: iOS Deployment
Topic: Native scroller blues
Replies: 25
Views: 17205

Re: Native scroller blues

I didn't entirely understand this before, but using a UIWebView is VASTLY better than a UIScrollView, probably because there are no callback messages to be handled. I would bet that it would be faster to create a method to generate HTML and write it to disk, then create the UIWebView and pass the fi...
by brentj84062
Wed Jun 15, 2011 11:25 pm
Forum: iOS Deployment
Topic: Submitting App to Apple Store
Replies: 27
Views: 27443

Re: Submitting App to Apple Store

You can submit your application by creating a distribution profile under the iOS Developer Center at developer.apple.com. Set your apps provisioning profile to that new distribution profile, and build. Zip the application bundle using the built-in archiving tool (Stuffit or other 3rd party apps don'...
by brentj84062
Wed Jun 15, 2011 11:22 pm
Forum: iOS Deployment
Topic: iOS 5 and LiveCode
Replies: 2
Views: 3182

Re: iOS 5 and LiveCode

I've seen similar animation problems with my app on iOS 5, it doesn't properly redraw the screen when moves are taking place. Otherwise, it's looked pretty good.
by brentj84062
Wed Jun 15, 2011 5:22 pm
Forum: iOS Deployment
Topic: iOS 5 and LiveCode
Replies: 2
Views: 3182

iOS 5 and LiveCode

Without spilling any non-disclosure beans, anyone have success running a LiveCode app on iOS 5?
by brentj84062
Wed Jun 15, 2011 5:21 pm
Forum: iOS Deployment
Topic: LiveCode on iTunes store success stories
Replies: 1
Views: 2626

LiveCode on iTunes store success stories

I've got two LiveCode developed apps coming to iTunes in the next couple of weeks, and I'm really excited about it. One should be available today, however apparently it's crashing on the tester's iPhone. C'est la vie. At any rate, I was wondering if anyone has a "Published on iTunes" success story. ...
by brentj84062
Mon May 30, 2011 11:01 pm
Forum: iOS Deployment
Topic: UITextField and iPhoneControlGet crash, workaround
Replies: 0
Views: 1996

UITextField and iPhoneControlGet crash, workaround

Hello everyone, Just thought I'd share some discoveries I recently made in iOS programming in LiveCode. I've been setting up a UITextField in my application but, much to my chagrin, when I run it in the simulator it would crash on a regular basis. I finally figured out what the problem is. When usin...
by brentj84062
Thu May 26, 2011 9:15 pm
Forum: iOS Deployment
Topic: Native scroller blues
Replies: 25
Views: 17205

Native scroller blues

Hello everyone, I'm finding myself split on using Livecode for iOS and other platforms. There are major advantages, especially when developing relatively simple apps and prototyping. But, I'm hitting a wall with scrollers, specifically when it comes to their performance on devices. It's significantl...
by brentj84062
Mon May 16, 2011 6:09 pm
Forum: Talking LiveCode
Topic: Currency Converter script
Replies: 3
Views: 3980

Re: Currency Converter script

Thanks for the suggestion, it's been updated to be more clipboard-friendly.
by brentj84062
Sat Apr 30, 2011 10:48 pm
Forum: Talking LiveCode
Topic: Currency Converter script
Replies: 3
Views: 3980

Currency Converter script

Hi All, I'm working currency conversion into one of my apps and figured I'd share a free way to convert between currencies using live data from Google. Credit is due to oohyeah's Blog (google search it, I can't post links to domains/pages). Hopefully it saves someone a few minutes on their apps. fun...
by brentj84062
Thu Apr 28, 2011 9:27 pm
Forum: iOS Deployment
Topic: Option Menu and modal pickwheel
Replies: 8
Views: 7631

Re: Option Menu and modal pickwheel

Thanks for the feedback, the script works just fine of course, I just wanted to see if using a UI widget would save me a few lines of code :P I'm lazy that way.

Thanks 'all, that helps a lot.