Search found 421 matches

by Nakia
Tue Nov 05, 2013 2:06 pm
Forum: iOS Deployment
Topic: iphone model number/string
Replies: 5
Views: 4584

Re: iphone model number/string

Hello again, I had nothing better to do tonight so I had a go at putting an external together to do this. From my testing on the 2 devices I have (iPhone 5 and iPad 2) it is working (doesn't run in the simulator though??? not sure why, maybe something to do with how i am building it).. I have includ...
by Nakia
Tue Nov 05, 2013 10:47 am
Forum: iOS Deployment
Topic: iphone model number/string
Replies: 5
Views: 4584

Re: iphone model number/string

The way we used to do this was through mibileDeviceResolution but now there are many devices running the same resolution. I am not aware of another way (I could be wrong) to do this but I don't imagine putting an external together to do this would be Overly hard.. I know zero about any other languag...
by Nakia
Tue Nov 05, 2013 5:46 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: using twilio sdk for an iOS app?
Replies: 5
Views: 4983

Re: using twilio sdk for an iOS app?

Here is my two cents worth.. Everything you list in your requirements is achievable through LiveCode but your external SDK will need to be implemented by way of a LiveCode External. The External SDK for andoird is very green at the moment so you may need to check into exactly how it fits with Androi...
by Nakia
Fri Oct 25, 2013 4:31 am
Forum: MergEXT
Topic: mergSettings
Replies: 3
Views: 6822

mergSettings

Hi Monte,

As I dont have the newest version on LC I can't test if mergSettings (in App settings portion) adopts the new settings UI?

Thanks
Kia
by Nakia
Wed Oct 16, 2013 6:02 am
Forum: Talking LiveCode
Topic: Help with Array
Replies: 1
Views: 1689

Re: Help with Array

Hang on, turns out I might have got it right...seems like it's working...
by Nakia
Wed Oct 16, 2013 5:45 am
Forum: Talking LiveCode
Topic: Help with Array
Replies: 1
Views: 1689

Help with Array

Hi, I am trying to send an email with attachments which need to be all files in a specific folder. I have come up with the below but I can figure out how to get x (the incrementing repeat loop variable) into the tAttachments Array... set the defaultFolder to specialFolderPath("temporary") repeat wit...
by Nakia
Thu Oct 10, 2013 5:30 am
Forum: Engine Contributors
Topic: Exits on suspend
Replies: 1
Views: 2738

Re: Exits on suspend

I would love to hear about this one too.

I have been using the 'unsupported' method of removing this key (and using mergNotify) and my Apps have been running fine to my knowledge with one exception of a random crash that I never figured out.
by Nakia
Tue Oct 08, 2013 6:15 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do I Access Map location on mobile?
Replies: 7
Views: 4344

Re: How do I Access Map location on mobile?

Mag,

I have used the method you mention in the stack overflow article and it works fine.
by Nakia
Sat Sep 28, 2013 7:36 am
Forum: iOS Deployment
Topic: iOS7 and scrolling fields
Replies: 7
Views: 4831

Re: iOS7 and scrolling fields

Must be something specific.. I have an app that is running on IOS7 now that uses Scrolling Fields (via tmControls) which seem to work fine.
Any further detail on the issue? is it just a delay thing?
by Nakia
Sun Sep 15, 2013 11:42 am
Forum: iOS Deployment
Topic: mobilePick - Non Selectable Items
Replies: 0
Views: 1425

mobilePick - Non Selectable Items

Hi, Does anyone have any suggestions for setting up 'headings' in a mobilePick controls content it displays.... These 'headings' should not be selectable but just symbolize the content following. You see these around on some xCode Apps but I haven't run into how I might be able to do this on LiveCod...
by Nakia
Sun Sep 15, 2013 11:38 am
Forum: iOS Deployment
Topic: Local Notifications
Replies: 2
Views: 2259

Re: Local Notifications

Yeah I think I just over thought this one...
by Nakia
Fri Sep 13, 2013 9:25 am
Forum: iOS Deployment
Topic: Local Notifications
Replies: 2
Views: 2259

Local Notifications

Hi, What is the best way to deal with multiple time zones with local notifications. For example, in one of my apps the client has requested the addition of a local notification At 3:30PM local time (reminder to complete time sheet) With a change in day lights savings here in NSW Australia not too fa...
by Nakia
Wed Sep 11, 2013 1:15 pm
Forum: IDE Contributors
Topic: user notifications
Replies: 4
Views: 11022

Re: user notifications

Probably not the best place to ask but what is lcVCS and what will it do ?
by Nakia
Wed Sep 11, 2013 10:34 am
Forum: iOS Deployment
Topic: iPhone 5S and 64Bit
Replies: 1
Views: 1929

iPhone 5S and 64Bit

With the official release of the iPhone 5S looming I wonder what ramifications the 64bit architecture
will have on LiveCode compatibility...

I'm sure LC will announce something soon but I wanted to hear some opinions..
by Nakia
Wed Sep 04, 2013 6:49 am
Forum: iOS Deployment
Topic: libUrlSetSSlVerification for iOS
Replies: 2
Views: 2155

Re: libUrlSetSSlVerification for iOS

Long story short I didn't end up needing this.

The API for some reason needed a base64Encoded encoded string from iOS
(Found this detailed in the tiny fine print)

Go to advanced search