Search found 23 matches

by MrCrussell
Wed May 24, 2017 7:35 pm
Forum: iOS Deployment
Topic: Issues with Restoring IAPs
Replies: 6
Views: 7232

Re: Issues with Restoring IAPs

So, I've picked through the code and I even removed any mention of mobileStoreDisablePurchaseUpdates and I'm still seen the same behaviour - every time I call mobileStoreRestorePurchases I get one item only. The items I'm trying to restore are all non-consumable and every time I test I use a new use...
by MrCrussell
Thu May 18, 2017 10:07 am
Forum: iOS Deployment
Topic: Issues with Restoring IAPs
Replies: 6
Views: 7232

Re: Issues with Restoring IAPs

Thank Panos, I'll try it out.

This should be in iOS Deployment, apologies.
by MrCrussell
Wed May 17, 2017 5:05 pm
Forum: iOS Deployment
Topic: Issues with Restoring IAPs
Replies: 6
Views: 7232

Issues with Restoring IAPs

Hi all, I've been messing about trying to get IAPs to work for what felt like forever and now I'm at the final stage, which is trying to get previous purchases to restore properly. According to the docs, tutorials etc, if I set up a button which triggers the following: mobileStoreEnablePurchaseUpdat...
by MrCrussell
Mon Jun 27, 2016 3:45 pm
Forum: iOS Deployment
Topic: Testing IAP - 'Cannot Connect to iTunes Store...'
Replies: 1
Views: 2267

Testing IAP - 'Cannot Connect to iTunes Store...'

Arggh..... So, I have an app I've been working on for months. previously it worked a treat, I could log into the iTunes Store with my sandbox users and the world was a happy place. For the usual reasons I had to leave the code for a while, while I worked on other stuff. I came back to it over the we...
by MrCrussell
Fri Dec 11, 2015 10:09 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Performance profiler for LC?
Replies: 5
Views: 4165

Performance profiler for LC?

Hi all, I was just wondering if there's a profiler available for LC to help spot coed execution bottlenecks and the like? Looking at my current in-development app on my iPad it seems a bit sluggish and I'd like to see where the slowdown is occurring. If such a thing doesn't exist, does anyone have a...
by MrCrussell
Sun Nov 22, 2015 4:55 pm
Forum: Talking LiveCode
Topic: Commercial Aplications
Replies: 9
Views: 5661

Re: Commercial Aplications

I've got two that are weeks away from being ready to go. One is a video training app, the other is a port of an existing app that let's cake makers create & store recipes and create quotes for clients.
by MrCrussell
Mon Nov 09, 2015 8:12 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with swiping in a native scroller
Replies: 8
Views: 4268

Re: Problem with swiping in a native scroller

quailcreek - nailed it :) As soon as I removed the statement mobileControlSet "arrowScroll", "visible", true normal behaviour returned.

I've been banging my head against the keyboard for two days over this - massive thanks for the tip!

Chris
by MrCrussell
Sun Nov 08, 2015 1:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with swiping in a native scroller
Replies: 8
Views: 4268

Problem with swiping in a native scroller

Hi, I have a scrolling 'table' which uses a group of rows to display a list of ingredients in a pantry. I'm using the native scroller (under IOS) to allow the user to scroll the list vertically, but I want to implement a horizontal swipe which will move the swiped row left to reveal a delete button ...
by MrCrussell
Fri Oct 30, 2015 9:57 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Image aspect ratio stretching on different devices
Replies: 3
Views: 2724

Re: Image aspect ratio stretching on different devices

Hey quailcreek,

Yup, I'm using fullScreen set to "exact fit".
by MrCrussell
Thu Oct 29, 2015 3:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Image aspect ratio stretching on different devices
Replies: 3
Views: 2724

Image aspect ratio stretching on different devices

Hi, Quick question.. The app I'm writing displays a dynamic image on a card. The actual image size is 290 x 290px and the image area on the card is the same size. On an iPhone4 the image looks fine, but as soon as I look at it on an iPhone5+ the image stretches vertically slightly and looks more lik...
by MrCrussell
Mon Sep 28, 2015 10:01 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Beaten by a global variable...
Replies: 8
Views: 4406

Re: Beaten by a global variable...

Hi Craig,

I looked at custom props, but I only need to hold values (a SKU for a shop item say) between card flips so custom props seemed a bit OTT.

Thanks for the advice though, I need to do some serious reading on the proper use of custom properties :)

Regards

Chris
by MrCrussell
Fri Sep 25, 2015 5:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Beaten by a global variable...
Replies: 8
Views: 4406

Re: Beaten by a global variable...

Hey Klaus, odd then.. once I made the change, everything started to work just fine. I'm using 7.0.5 ...
by MrCrussell
Fri Sep 25, 2015 4:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Beaten by a global variable...
Replies: 8
Views: 4406

Re: Beaten by a global variable...

On a scale of 1 - 10, how big of an idiot am I?

If anyone is interested (or at least not horrified by my ignorance), it seems that "if gVidModule..." should actually be "if the value of gVidModule..", by adding "the value of" it seems to be working now.

I'll get my coat...

Chris
by MrCrussell
Fri Sep 25, 2015 4:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Beaten by a global variable...
Replies: 8
Views: 4406

Beaten by a global variable...

Hi, I have a situation where I want to pass a value between cards in the same stack, so I used a global to do it, but the value of the global doesn't seem to be recognised and I'm confused about why... My global is named gVidModule, in the target card script it's declared as a global and it carries ...

Go to advanced search