Search found 453 matches

by Jellicle
Fri Jan 24, 2014 1:48 pm
Forum: iOS Deployment
Topic: Include Prebuilt SQLITE 3 DB
Replies: 13
Views: 7398

Re: Include Prebuilt SQLITE 3 DB

I use a little app I bought on the Mac app store to make and edit sqlite files. It's called Base. Works well!

Gerry
by Jellicle
Fri Jan 24, 2014 1:46 pm
Forum: iOS Deployment
Topic: App switcher/multi-tasking thumbnail
Replies: 13
Views: 9950

Re: App switcher/multi-tasking thumbnail

I guess if you keep the app running in the background then the screen shot in the app list will remain current. :) That's how I do it. LC does not usually permit apps to run in the background but there's a hack that enables it. You need to delete an entry in the template pList file in the LC app pa...
by Jellicle
Mon Jan 20, 2014 2:40 pm
Forum: iOS Deployment
Topic: disable screen touch while saving the score in ipad
Replies: 2
Views: 2025

Re: disable screen touch while saving the score in ipad

Manjula, create a rectangle graphic object that is the same size as the iPad screen, make it invisible, opaque and set it's blend level to 100. Make sure it's in front of everything else on the screen. When you need to stop users interacting with other controls just show the graphic.

Gerry
by Jellicle
Mon Jan 20, 2014 4:18 am
Forum: iOS Deployment
Topic: Where on the device can I save data...?
Replies: 3
Views: 2552

Re: Where on the device can I save data...?

Unless I'm mistaken you can't. Data lives with the app in folders you create inside the app's sandbox. Delete the app and you delete the sandbox.

Gerry
by Jellicle
Tue Jan 14, 2014 9:59 pm
Forum: iOS Deployment
Topic: UITableView questions (and hopes)
Replies: 10
Views: 6362

Re: UITableView questions (and hopes)

Hi all Ender Nafi has built on my original demo and added some great enhancements (and squashed some bugs). With his permission I'm posting his version here. I think you'll agree it's a great advance on my work. The main changes are: Swipe left AND right to reveal buttons. The row now swipes more sm...
by Jellicle
Mon Jan 13, 2014 6:19 am
Forum: iOS Deployment
Topic: UITableView questions (and hopes)
Replies: 10
Views: 6362

Re: UITableView questions (and hopes)

Hi all

I've updated the demo with faster scrolling. Use the previous download link.

Gerry
by Jellicle
Mon Jan 13, 2014 3:53 am
Forum: iOS Deployment
Topic: Setting the dimensions of all cards to match the stack
Replies: 8
Views: 6442

Re: Setting the dimensions of all cards to match the stack

It sounds like you are wanting to account for different device screen sizes? If so just test for the device - if it's an iPhone 4(s) lay out your objects for a 640 x 960 screen, iPhone 5s(s) use 640 x 1136 etc.

Gerry
by Jellicle
Fri Jan 10, 2014 11:25 am
Forum: iOS Deployment
Topic: UITableView questions (and hopes)
Replies: 10
Views: 6362

Re: UITableView questions (and hopes)

Just had a quick play with that TableView demo and its quite good. It should good into the Tutorials/Resources section as it will really help new comers understand the complexities of the DG. Good idea. I have a few things to add to it (smooth scrolling for starters!) so I might wait until it's had...
by Jellicle
Thu Jan 09, 2014 10:32 am
Forum: iOS Deployment
Topic: UITableView questions (and hopes)
Replies: 10
Views: 6362

Re: UITableView questions (and hopes)

The attached file is a demo of an iOS table view with a couple of useful features. The demo has a scrolling data grid that is populated with data on opencard. The data is taken from an invisible field named "records". You can swipe the rows of the data grid to the left to reveal a delete button. You...
by Jellicle
Fri Jan 03, 2014 9:56 am
Forum: iOS Deployment
Topic: Synch iOS local calendar with app
Replies: 3
Views: 3518

Re: Synch iOS local calendar with app

No.

Gerry
by Jellicle
Tue Dec 31, 2013 11:14 pm
Forum: iOS Deployment
Topic: UITableView questions (and hopes)
Replies: 10
Views: 6362

Re: UITableView questions (and hopes)

I have data grids working well as table views - check out my app Nine Square on the App Store. You can swipe each row to the right to reveal buttons etc. I don't use drag to re-order the lists but I can imagine a way to make that work. I might break out the essential parts of my method into an examp...
by Jellicle
Sun Dec 22, 2013 2:07 pm
Forum: iOS Deployment
Topic: Like Us On Facebook
Replies: 2
Views: 1969

Re: Like Us On Facebook

There is no easy (or even hard) way of doing that.

Gerry
by Jellicle
Wed Dec 11, 2013 12:34 pm
Forum: iOS Deployment
Topic: Pay pal In app purchase
Replies: 3
Views: 2513

Re: Pay pal In app purchase

itay1023 wrote:So the money i earn comes to my apple connect account?
Yes. Check out the in-app purchase lesson at http://lessons.runrev.com/s/lessons/m/4 ... n-livecode

Gerry
by Jellicle
Wed Dec 11, 2013 11:40 am
Forum: iOS Deployment
Topic: Pay pal In app purchase
Replies: 3
Views: 2513

Re: Pay pal In app purchase

You can't. Apple doesn't allow purchases made by any other means other than through their system.

Gerry

Go to advanced search