Search found 69 matches

by ChrisMukrow
Mon Jan 26, 2015 12:08 pm
Forum: iOS Deployment
Topic: How to GET (query string parameters)
Replies: 7
Views: 5491

How to GET (query string parameters)

Is it possible to make a GET in Livecode, http://url.com/?id=10 (result: id=10), couldn't find it in the docs. Like $_GET in php?

Thanks,
Chris
by ChrisMukrow
Fri Jan 23, 2015 8:21 pm
Forum: iOS Deployment
Topic: mobileStartTrackingSensor not working anymore?
Replies: 6
Views: 4163

Re: mobileStartTrackingSensor not working anymore?

Maybe it's the same problem as in this thread: http://forums.livecode.com/viewtopic.php?f=49&t=22367? If so it got fixed in 6.7.2RC2, see bug report http://quality.runrev.com/show_bug.cgi?id=14290
by ChrisMukrow
Mon Jan 19, 2015 3:16 pm
Forum: iOS Deployment
Topic: MergCL2.0 crash on startup
Replies: 0
Views: 1543

MergCL2.0 crash on startup

When using MergCL2.0 on an iPad the app crashes on startup (after answer mergCLIsRegionMonitoringAvailable() = true), this also happens in the included demo app (iOS 7.0.4 + LC 6.7). Anyone else experiencing the same problem?

Thanks,
Chris
by ChrisMukrow
Wed Dec 24, 2014 1:13 pm
Forum: iOS Deployment
Topic: Problem with location services iOS 8.1
Replies: 12
Views: 8044

Re: Problem with location services iOS 8.1

Hi Adam,

What you could do is add a bug report on this site: http://quality.runrev.com/ and hopefully it will get fixed in the next version.

Chris
by ChrisMukrow
Tue Dec 23, 2014 11:28 pm
Forum: iOS Deployment
Topic: Problem with location services iOS 8.1
Replies: 12
Views: 8044

Re: Problem with location services iOS 8.1

I know that there are some new values in the .plist for location services in iOS8+. Maybe these aren't implemented yet? If so you could add these values yourself in the .plist file. The new values are: NSLocationWhenInUseUsageDescription and NSLocationAlwaysUsageDescription Stackoverflow thread (nat...
by ChrisMukrow
Fri Oct 10, 2014 10:54 am
Forum: Android Deployment
Topic: Relaunhing app only works every 2nd try
Replies: 13
Views: 7690

Re: Relaunhing app only works every 2nd try

Can't you use openStack command instead of the relaunch message?
by ChrisMukrow
Fri Oct 10, 2014 8:43 am
Forum: iOS Deployment
Topic: Referenced images with iOS 8 sim not showing up?
Replies: 1
Views: 2102

Re: Referenced images with iOS 8 sim not showing up?

Confirmed. Copy file got fixed in 6.6.4RC2, but the bug in folders still exists (multiple complaints): http://quality.runrev.com/show_bug.cgi?id=13583
by ChrisMukrow
Tue Oct 07, 2014 8:35 pm
Forum: iOS Deployment
Topic: Problem iOS8 - set filename to folderpath
Replies: 7
Views: 4450

Re: Problem iOS8 - set filename to folderpath

Hi Klaus,

Okay strange.. The code returns true in iOS7 and false in iOS8 and the url is correct.

Chris
by ChrisMukrow
Tue Oct 07, 2014 3:39 pm
Forum: iOS Deployment
Topic: Problem iOS8 - set filename to folderpath
Replies: 7
Views: 4450

Re: Problem iOS8 - set filename to folderpath

Hi Klaus,

Thanks for the tip, but it doesn't fix it :(

Best, Chris
by ChrisMukrow
Tue Oct 07, 2014 2:52 pm
Forum: iOS Deployment
Topic: Problem iOS8 - set filename to folderpath
Replies: 7
Views: 4450

Problem iOS8 - set filename to folderpath

What am I doing wrong or is this a bug? It works fully in iOS7 and lower. Thanks, Chris

Code: Select all

set the filename of image "imageHolder" to specialFolderPath("engine") & "/images/20.jpg"
by ChrisMukrow
Sun Oct 05, 2014 9:06 pm
Forum: iOS Deployment
Topic: Streaming videos from Vimeo within an app
Replies: 20
Views: 15225

Re: Streaming videos from Vimeo within an app

I just checked it on a device (One X) with application permissions to internet on and acceleratedrendering, but only sound. This is the bug report: http://quality.runrev.com/show_bug.cgi?id=10267 from 2012-06
by ChrisMukrow
Sun Oct 05, 2014 6:48 pm
Forum: iOS Deployment
Topic: Streaming videos from Vimeo within an app
Replies: 20
Views: 15225

Re: Streaming videos from Vimeo within an app

@Will When you use the iframe/embed code under share (see images) in Vimeo, you can make videos full screen from the get-go. Thats why I used the iframe link instead of the normal url (otherwise you will see the whole page). This code also works for Android, but you need to change iPhone with mobile...
by ChrisMukrow
Fri Oct 03, 2014 10:50 am
Forum: iOS Deployment
Topic: Streaming videos from Vimeo within an app
Replies: 20
Views: 15225

Re: Streaming videos from Vimeo within an app

Just made a quick test stack for iOS and it works for me (load video, looks like it doesn't use flash but HTML5 by default). Check this link for default usage HTML5: http://vimeo.com/blog/post:606 To change the video you can use command goUrl pUrl to change the url/video. Hope this helps, Chris glob...

Go to advanced search