Search found 421 matches

by Nakia
Tue Jan 14, 2014 4:54 am
Forum: iOS Deployment
Topic: Still OK with Apple to develop for iOS 7 with RunRev?
Replies: 21
Views: 12998

Re: Still OK with Apple to develop for iOS 7 with RunRev?

This announcement has me a little worried to be honest...

I'm simply not smart enough to learn Objective C so if they can LC my iOS Coding days are over...
by Nakia
Fri Jan 10, 2014 6:28 am
Forum: iOS Deployment
Topic: Synch iOS local calendar with app
Replies: 3
Views: 3517

Re: Synch iOS local calendar with app

Not without someone putting an External together.
I would vote for it being a handy External to have.....
by Nakia
Fri Jan 10, 2014 6:26 am
Forum: iOS Deployment
Topic: UITableView questions (and hopes)
Replies: 10
Views: 6360

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.
by Nakia
Fri Jan 10, 2014 1:06 am
Forum: iOS Deployment
Topic: Distributing an app
Replies: 12
Views: 6907

Re: Distributing an app

Hi,

I use MergTestApp together with Test Flight App and it couldn't be any easier..
Give it a shot, I think MergTestApp is well worth it alone!

http://mergext.com/plugins/mergtestapp/


Cheers
by Nakia
Wed Nov 13, 2013 9:48 pm
Forum: Engine Contributors
Topic: iOS and Android Native Controls 'Layer'
Replies: 12
Views: 8666

Re: iOS and Android Native Controls 'Layer'

When I say 'Native Object' I was referring to the iOS Native Objects (multiline and single line input fields).. The use case I was trying to describe above isnt a problem when using the LC Objects. Currently when the keyboard opens it appears to sit on a layer above both the LC Objects and the Nativ...
by Nakia
Wed Nov 13, 2013 12:45 pm
Forum: Engine Contributors
Topic: iOS and Android Native Controls 'Layer'
Replies: 12
Views: 8666

Re: iOS and Android Native Controls 'Layer'

It sounds like the long term plans are great. As I mentioned before I am not at a level to understand the under the hood portion of livecode. An example of my use case can be seen in the below link. http://youtu.be/pL1MSyD59JU Are there maybe options to have a definable parameter for when then keybo...
by Nakia
Wed Nov 13, 2013 2:56 am
Forum: Engine Contributors
Topic: iOS and Android Native Controls 'Layer'
Replies: 12
Views: 8666

Re: iOS and Android Native Controls 'Layer'

Yeah there is no reason why I couldn't I suppose...
by Nakia
Wed Nov 13, 2013 12:31 am
Forum: Engine Contributors
Topic: iOS and Android Native Controls 'Layer'
Replies: 12
Views: 8666

Re: iOS and Android Native Controls 'Layer'

Imagine this (kind of anothe use case) There is a Native iOS Multiline fld with the middle loc at the point where the keyboard top sits when its open. Now I need to build one of the little bars that sit above the keyboard when its open with a done button on it (to close the keyboard) but this will b...
by Nakia
Tue Nov 12, 2013 11:56 pm
Forum: Engine Contributors
Topic: iOS and Android Native Controls 'Layer'
Replies: 12
Views: 8666

Re: iOS and Android Native Controls 'Layer'

Hi Monte, To be honest Im not sure on 'How' it may be implemented but from your description I think I was imagining mixing Native and LV Layers which sounds like it may be a huge change that is probably not worth it. Reading through your post though maybe a clipping rect may give the desired result?...
by Nakia
Tue Nov 12, 2013 10:24 pm
Forum: Engine Contributors
Topic: iOS and Android Native Controls 'Layer'
Replies: 12
Views: 8666

iOS and Android Native Controls 'Layer'

Hi, One of the things I find hard to overcome is the fact that LC places Native iOS and Adroid controls on the top most layer when it creates them. Would anyone else like the ability to specifiy the layer of the created control when it gets created? Use Case, I have a card with multiple iOS Native I...
by Nakia
Mon Nov 11, 2013 10:29 pm
Forum: iOS Deployment
Topic: Determining Device
Replies: 15
Views: 10351

Re: Determining Device

For what it is worth this question was asked a small while back in this thread. http://www.forums.runrev.com/viewtopic.php?f=49&t=17828 You will find in that thread a link to a Git Repository with a LC External that should return the device string. Note: It doesn't work on the simulator for some rea...
by Nakia
Thu Nov 07, 2013 8:07 am
Forum: iOS Deployment
Topic: Data at Rest encryption
Replies: 1
Views: 2099

Re: Data at Rest encryption

MergExternals.....
by Nakia
Wed Nov 06, 2013 10:14 pm
Forum: Talking LiveCode
Topic: old syntax "q"
Replies: 3
Views: 2770

Re: old syntax "q"

So was this an old 'built in' function that used to exist from the runrev days?

Any advice on how I update the entire stack to deal with this? Maybe just add that function?
by Nakia
Wed Nov 06, 2013 11:53 am
Forum: Talking LiveCode
Topic: old syntax "q"
Replies: 3
Views: 2770

old syntax "q"

Hi, I am trying to get an old .rev library up and running and its spewing out a few syntax errors. It seems there is a "q" character being used a lot and I am wondering if it is old syntax (maybe for 'quote'??) from the runrev days. Below is an example from the library: put "-X =" && q(sCurlPool[pCu...
by Nakia
Tue Nov 05, 2013 10:53 pm
Forum: iOS Deployment
Topic: iphone model number/string
Replies: 5
Views: 4535

Re: iphone model number/string

It should be here https://github.com/nakia010985/getdevicemodel.git
Again, use at your own risk and feel free to modify/improve.

Go to advanced search