Search found 19 matches

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

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: 2630

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: 4790

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: 4790

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: 11449

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: 29360

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: 29360

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
Mon Apr 14, 2014 2:05 pm
Forum: iOS Deployment
Topic: Locking an ios text input with mobilecontrolset
Replies: 7
Views: 6011

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: 6011

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: 8837

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: 6011

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: 6011

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
Fri Jul 03, 2009 7:06 am
Forum: Databases
Topic: Database choice - converting sqlite to mysql
Replies: 3
Views: 4466

Database choice - converting sqlite to mysql

I'm puzzled. I chose sqlite as my database platform because I wanted ease of distribution if I created a standalone. Sqlite is 'built-in' to Revolution and would not require a messy installation for a user (of unknown competency). I've already spent a lot of time on the database and its Revolution f...
by peramangk
Sun Jun 14, 2009 8:02 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: DataGrid Form
Replies: 3
Views: 3122

I was having trouble with a datagrid that would not scroll, so I quit Rev and restarted; and now it's working.

Thanks for the tip!
by peramangk
Sat Nov 29, 2008 9:53 am
Forum: Databases
Topic: Putting commas in sqlite databases via a variable
Replies: 6
Views: 7795

Thanks for your help Jan. Unfortunately it has not overcome the problem, but I will definitely use the placeholder coding convention in future. I think the cause may not be in the database itself but in the code that reads and publishes the data. The following is part of that code. *****************...