Search found 69 matches

by ChrisMukrow
Fri Mar 06, 2015 3:33 pm
Forum: iOS Deployment
Topic: Test Flight: "must contain the correct beta entitlement"
Replies: 14
Views: 11301

Re: Test Flight: "must contain the correct beta entitlement"

Nope we have the same problem even with the fix. Any other ideas or should I create a bug report?
by ChrisMukrow
Tue Mar 03, 2015 2:15 pm
Forum: MobGUI
Topic: MobGui start-Up "Ad"
Replies: 2
Views: 8412

Re: MobGui start-Up "Ad"

Do you have the registered version of Mobgui? If not it gives this message.
by ChrisMukrow
Wed Feb 25, 2015 1:41 pm
Forum: iOS Deployment
Topic: Crash mobileControlDelete
Replies: 6
Views: 4349

Re: Crash mobileControlDelete

Thanks for your reply Simon, you can find the bug report here: http://quality.runrev.com/show_bug.cgi?id=14669
by ChrisMukrow
Tue Feb 24, 2015 10:29 am
Forum: iOS Deployment
Topic: Crash mobileControlDelete
Replies: 6
Views: 4349

Re: Crash mobileControlDelete

Thanks for your help Dixie, but the same thing happens :(
by ChrisMukrow
Tue Feb 24, 2015 9:49 am
Forum: iOS Deployment
Topic: Crash mobileControlDelete
Replies: 6
Views: 4349

Crash mobileControlDelete

When calling iphoneControlDelete the app crashes on the Simulator. This code worked until LC 6.7 and 7.0. Am I doing something wrong or is this a bug? local sVideoID on videoplayer if "ioscontrol" is among the lines of iphoneControls() then controlDelete end if iphoneControlCreate "player", "ioscont...
by ChrisMukrow
Mon Feb 23, 2015 3:50 pm
Forum: iOS Deployment
Topic: App Launch VERY SLOW
Replies: 9
Views: 6874

Re: App Launch VERY SLOW

We have the same problem + the app responds very slow (Simulator 8.0 + LC6.7). Is there any fix? The app is almost unusable right now.
by ChrisMukrow
Thu Feb 19, 2015 7:35 pm
Forum: Building Externals
Topic: What versions of OS X, Xcode, iOS SDK to build externals?
Replies: 4
Views: 9458

Re: What versions of OS X, Xcode, iOS SDK to build externals

Did you found a fix for this? Because I have the same problem.

Thanks,
Chris
by ChrisMukrow
Thu Feb 19, 2015 7:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode window always on top.
Replies: 6
Views: 3912

Re: Livecode window always on top.

Thanks, Klaus and Richard for your help!!! The fix above worked perfectly.

OT: It's in Namibia, Sossusvlei. Amazing place! http://en.wikipedia.org/wiki/Sossusvlei. In the past we created an iPad app for the Namibia Tourism Board.
by ChrisMukrow
Thu Feb 19, 2015 4:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode window always on top.
Replies: 6
Views: 3912

Re: Livecode window always on top.

Thanks for your help, but I couldn't find the window in Livecode UI elements. I am looking for the IDE window bordered with red.

Thanks,
Chris
by ChrisMukrow
Wed Feb 18, 2015 5:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode window always on top.
Replies: 6
Views: 3912

Livecode window always on top.

Since Livecode 6.x the application window is always on top (Mac 10.9.5). Is there a way to disable this functionality, because it's quite annoying...

Thanks!
by ChrisMukrow
Mon Feb 16, 2015 2:21 pm
Forum: Android Deployment
Topic: My app takes a long time to open
Replies: 4
Views: 3940

Re: My app takes a long time to open

You can do the same for images, add images in the copy file section. Then create an empty image (ImageHolder) and reference to the "real" image by script:

Code: Select all

set the filename of image "ImageHolder" to specialFolderPath("engine") & "/images/1.jpg"
by ChrisMukrow
Fri Jan 30, 2015 11:35 am
Forum: iOS Deployment
Topic: How to GET (query string parameters)
Replies: 7
Views: 5479

Re: How to GET (query string parameters)

Thanks Jacque! Will give it a try.
by ChrisMukrow
Tue Jan 27, 2015 9:35 pm
Forum: iOS Deployment
Topic: How to GET (query string parameters)
Replies: 7
Views: 5479

Re: How to GET (query string parameters)

Thanks Klaus and Jacque, I will try it with the itemdelimiter, thats good enough for now. And Jacque your right, it's an unlikely scenario. But I want to use precreated html files in app and combine these with native features.
by ChrisMukrow
Mon Jan 26, 2015 3:26 pm
Forum: iOS Deployment
Topic: How to GET (query string parameters)
Replies: 7
Views: 5479

Re: How to GET (query string parameters)

Hi Klaus,

My message was a bit vague, sorry for that. The idea is: when you use php $_GET["id"] on this url http://url.com/?id=10, you get the variable from id (which is 10). I want to use this so I can combine html with Livecode.

Hope this makes it clear, thanks for your help!

Go to advanced search