Search found 114 matches

by rozek
Fri Jun 03, 2011 7:05 pm
Forum: iOS Deployment
Topic: Deploying to iPad without iTunes or Apple
Replies: 7
Views: 5492

Re: Deploying to iPad without iTunes or Apple

Hello Alex! As I do not know what features you need, the following idea might be inadequate for you: have you taken into account to build a "WebApp" rather than a native one? You could even *mix* LiveCode and a WebApp using the built-in Browser control of LiveCode. WebApps may be officially "install...
by rozek
Thu Jun 02, 2011 8:09 am
Forum: iOS Deployment
Topic: [ANN] iPhone Control Kit 0.1.0
Replies: 4
Views: 5266

Re: [ANN] iPhone Control Kit 0.1.0

Important note! I've been informed about problems using the "iPhone Control Kit" as a library stack on the simulator and the actual iPhone. This problem has been solved (you just have to add the ICK BOTH to the list of stacks AND to the list of non-stack files in order too actually embed it in the f...
by rozek
Wed Jun 01, 2011 5:03 pm
Forum: iOS Deployment
Topic: Geometry support
Replies: 3
Views: 2934

Re: Geometry support

Andy, as the LiveCode geometry support does not (yet) work on the iPhone, I wrote my own geometry handler as part of the "iPhone Control Kit" which I have announced today. This handler may also be used without the controls in that kit - it is of general use. If interested, just have a look at http:/...
by rozek
Wed Jun 01, 2011 3:19 pm
Forum: iOS Deployment
Topic: [ANN] iPhone Control Kit 0.1.0
Replies: 4
Views: 5266

[ANN] iPhone Control Kit 0.1.0

Hello! I would like to announce my little "iPhone Control Kit for LiveCode". The "iPhone Control Kit for LiveCode" contains numerous LiveCode objects which emulate the Look-and-Feel of native iPhone controls and, thus, simplifies the development of native iPhone apps which follow Apple's "Human Inte...
by rozek
Mon Jan 03, 2011 4:32 pm
Forum: iOS Deployment
Topic: How to display local html page in browser control
Replies: 16
Views: 15346

Re: How to display local html page in browser control

Great!

Thanks, Seamus (aren't we a winning team together?)
by rozek
Mon Jan 03, 2011 4:21 pm
Forum: iOS Deployment
Topic: How to display local html page in browser control
Replies: 16
Views: 15346

Re: How to display local html page in browser control

Just as a side-node: even on a real device you won't get any "BrowserLoadRequest" messages! The foreseen possibility to intercept (and forbid or ignore) the loading of certain resources is therefore simply not available! And the benefit of other messages is often doubtful: - "BrowserStartedLoading" ...
by rozek
Mon Jan 03, 2011 3:53 pm
Forum: iOS Deployment
Topic: no non-trial standalones possible any longer
Replies: 1
Views: 2494

Re: no non-trial standalones possible any longer

Arg... I got it working again - and the reason might be worth to know: during my experiments, the file containing my splash screen image got lost (presumably, I deleted it by accident) From then on, LiveCode still produced stand-alone bundles for iOS, but they did not work any longer! I never got an...
by rozek
Mon Jan 03, 2011 3:43 pm
Forum: iOS Deployment
Topic: How to display local html page in browser control
Replies: 16
Views: 15346

Re: How to display local html page in browser control

Hi Seamus! Your post is the only positive outcome of my work with LiveCode iOS deployment today - it seems to still contain LOTS of bugs as I was completely unable to finish even the simplest of my attempts today (no textures, broken images, non-working browser callbacks and now the complete loss of...
by rozek
Mon Jan 03, 2011 3:40 pm
Forum: iOS Deployment
Topic: no non-trial standalones possible any longer
Replies: 1
Views: 2494

no non-trial standalones possible any longer

Damn... I start hating this stuff: after LiveCode crashed and had to be re-started, I am now no longer able to produce standalone executables - on the device they briefly display a LiveCode screen (which vanishes again in a fraction of a second) and terminate themselves... I tried to re-license Live...
by rozek
Mon Jan 03, 2011 3:29 pm
Forum: iOS Deployment
Topic: could not open output file
Replies: 1
Views: 2697

Re: could not open output file

I solved the problem myself...

it was not the "output file" that could not be opened, but one of the files LiveCode had to copy into the application bundle.

Thus, the error message was simply misleading.
by rozek
Mon Jan 03, 2011 3:22 pm
Forum: iOS Deployment
Topic: could not open output file
Replies: 1
Views: 2697

could not open output file

Oh god... will I ever succeed with my simple test? Once upon a sudden, I can't save my little application as standalone any longer!! By looking into the Finder, I notice, that LiveCode starts writing the .app bundle - and, after a few seconds (and writing a few hundred kBytes to disk) - it fails com...
by rozek
Mon Jan 03, 2011 2:56 pm
Forum: iOS Deployment
Topic: How to display local html page in browser control
Replies: 16
Views: 15346

Re: How to display local html page in browser control

Hmmm, I think I got somewhat further. After realizing, that the console has to be actively reloaded(!) or you may get outdated log messages, I found that, when you use an expression like "file://" & specialFolderPath("engine") & ... the two slashes after "file:" are correct! Instead, you have to app...
by rozek
Mon Jan 03, 2011 2:18 pm
Forum: iOS Deployment
Topic: How to display local html page in browser control
Replies: 16
Views: 15346

Re: How to display local html page in browser control

Hello! I am trying the same - since several hours - but never succeeded. While it is possible to load external documents (using the "http://" prefix) I never succeeded loading internal ones (using the "file://" or "file:///" prefix. I tried to "debug" my code using "put" statements and - did not get...
by rozek
Mon Jan 03, 2011 10:23 am
Forum: iOS Deployment
Topic: Graphics run off the rails
Replies: 1
Views: 3101

Graphics run off the rails

Oh god... I'm currently experimenting with the most basic stuff I can imagine (just a few images plus some text on an iPhone screen) - but nothing works. _weirdGraphics.jpg Here is a screenshot showing the view within LiveCode (4.5.3-rc-3) and the simulator (latest XCode version). As you can see, th...
by rozek
Mon Jan 03, 2011 10:08 am
Forum: iOS Deployment
Topic: Textures don't work?
Replies: 1
Views: 2244

Textures don't work?

Hello! I've tried hard but never managed to get fill textures working - neither within the simulator, nor on a real device. It is possible to assign a fill pattern to stacks/groups/controls within LiveCode (on the desktop) - but not on a mobile device. Is this a bug? Is there a workaround (rather th...

Go to advanced search