Search found 22 matches

by peramangk
Sat Dec 06, 2014 4:38 am
Forum: iOS Deployment
Topic: rrehardcopy
Replies: 0
Views: 1448

rrehardcopy

Mac OS 10.10.1 xCode 6.1 Livecode 6.7 rrehardcopy.lcext (3 Oct 2014) - added in "standalone application settings \ copy files" When I attempt to "Save as standalone application..." I get an error - linking for armv7 failed with undefined symbols for architecture armv7: "_libinfoptr_rrehardcopy", ref...
by peramangk
Thu Oct 09, 2014 1:07 am
Forum: iOS Deployment
Topic: mobilepickcontact on ios8
Replies: 1
Views: 2221

mobilepickcontact on ios8

I've just run a simple test with mobilepickcontact on ios7 and ios8. It seems to me that this command operates quite differently under ios8. Instead of returning to LiveCode, the user is trapped in the "Contacts" app . Cancelling out from "Contacts" locks the simulator. The following button script w...
by peramangk
Sun Sep 21, 2014 11:37 pm
Forum: iOS Deployment
Topic: email/print pdf in ios 8
Replies: 3
Views: 3796

Re: email/print pdf in ios 8

Thanks viro and Simon. I'll try to get a bug report in asap.
by peramangk
Sat Sep 20, 2014 12:04 pm
Forum: iOS Deployment
Topic: email/print pdf in ios 8
Replies: 3
Views: 3796

email/print pdf in ios 8

Our app creates pdfs from user data by simply 'printing' a card to pdf. This has worked well right through development with ios 6 and ios 7. We have been able to email and print successfully. After some great help from the Edinburgh team our app has been uploaded and is in the 'waiting for review' s...
by peramangk
Tue Sep 16, 2014 8:24 am
Forum: iOS Deployment
Topic: non-public symbols automatic rejection?
Replies: 13
Views: 9421

Re: non-public symbols automatic rejection?

I'm also getting this problem, having developed my app with 6.5.2. I can't upgrade to 6.6.3 as that has an unresolved bug (13245) which upsets my use of email in the app. After a very long time building our app with LiveCode we seem to have hit a brick wall right at the end of the process. I'm despe...
by peramangk
Tue Aug 19, 2014 2:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: valid identity for selected profile iOS
Replies: 34
Views: 23959

Re: valid identity for selected profile iOS

Thanks Neil - the new standalone settings are working for 6.5.2. :D
My apologies for not posting a bug report earlier - password problems.
I'll try to prepare a sample stack of the problem tomorrow.
by peramangk
Sat Aug 16, 2014 3:30 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: valid identity for selected profile iOS
Replies: 34
Views: 23959

Re: valid identity for selected profile iOS

Will this work on 6.5.2?

I'm in a real bind at the moment as I can't save as a standalone in 6.5.2 but 6.6 is breaking some of my code.
by peramangk
Thu Apr 24, 2014 1:21 pm
Forum: idea2app and Coding School
Topic: Updating apps on the App Store while retaining user data
Replies: 3
Views: 6502

Re: Updating apps on the App Store while retaining user data

Thanks Dave. :D The link is very useful, especially as it contains a lot of really detailed stuff on adding database files which will survive an update of the main stack. I've heard of a technique where the main stack is basically a single card front for the real program and I'd like to find out mor...
by peramangk
Thu Apr 24, 2014 11:27 am
Forum: idea2app and Coding School
Topic: Updating apps on the App Store while retaining user data
Replies: 3
Views: 6502

Updating apps on the App Store while retaining user data

How can I design my ios app so that it can be easily updated in the app store, but still allow users to keep their data from previous versions?
I know this has be covered somewhere but I can't find it.
by peramangk
Mon Apr 14, 2014 2:05 pm
Forum: iOS Deployment
Topic: Locking an ios text input with mobilecontrolset
Replies: 7
Views: 4815

Re: Locking an ios text input with mobilecontrolset

You are perfectly right Klaus - it should work and now it does work.
There was a fault in the line preceding the mobilecontrolset, so the mobilecontrolset was never called.
My apologies and thank you very much for your help.
by peramangk
Mon Apr 14, 2014 11:24 am
Forum: iOS Deployment
Topic: Locking an ios text input with mobilecontrolset
Replies: 7
Views: 4815

Re: Locking an ios text input with mobilecontrolset

The id is declared as a global on the card script and the button script.
The scroller is created on openCard.
by peramangk
Mon Apr 14, 2014 11:17 am
Forum: iOS Deployment
Topic: populating a datagrid fails in simulator
Replies: 9
Views: 7224

Re: populating a datagrid fails in simulator

When using the simulator, it's handy to use 'answer' commands in troublesome scripts to report back the value of variables, which arm of an 'if' statement is being followed or anything else that might track down the problem.
by peramangk
Mon Apr 14, 2014 10:03 am
Forum: iOS Deployment
Topic: Locking an ios text input with mobilecontrolset
Replies: 7
Views: 4815

Re: Locking an ios text input with mobilecontrolset

I have a button on the same card as the mobile control.
It acts as a toggle for lock/unlock, containing a script to make the scroller editable/not editable (and a few other things).
I would have thought that the button has access to the properties of the scroller.
by peramangk
Mon Apr 14, 2014 7:27 am
Forum: iOS Deployment
Topic: Locking an ios text input with mobilecontrolset
Replies: 7
Views: 4815

Locking an ios text input with mobilecontrolset

I've tried locking both an input and a multiline with - mobileControlSet scrollidStudents, "enabled", false mobileControlSet scrollidStudents, "editable", false but they are still editable. They need to be locked most of the time to avoid accidental changes, but still need to be viewable. Apart from...
by peramangk
Thu Mar 20, 2014 2:45 am
Forum: idea2app and Coding School
Topic: ios text objects
Replies: 1
Views: 2305

ios text objects

I have used a basic livecode field in an app designed for ios. It has the following capabilities - - can be locked - allows users to scroll and select a line which then changes the contents of another text field - can be unlocked - users can then enter text as required - its contents can be set by s...

Go to advanced search