Search found 42 matches

by dhurtt
Sun Jan 19, 2014 4:54 am
Forum: Internet
Topic: "browserLoadRequest" for Android???
Replies: 4
Views: 5732

Re: "browserLoadRequest" for Android???

Two items: 1. Can you use the message browserStartedLoading to look at the URL, pull out the information you need, and decide whether you want to reset the URL? I am sure it would be ugly, but maybe combined with a lock screen? 2. Doesn't your browserLoadRequest code example require a "pass browserL...
by dhurtt
Fri Jan 17, 2014 5:47 pm
Forum: Internet
Topic: Javascript sending message to Livecode
Replies: 1
Views: 4268

Re: Javascript sending message to Livecode

I found the answer over in this post . The basic answer is that Javascript cannot speak to Livecode because it appears to be out of its context, but it can speak to the browser. The browser in turn can communicate with Livecode through the event messages it passes to Livecode to handle. I had though...
by dhurtt
Thu Jan 16, 2014 7:04 am
Forum: MergEXT
Topic: Open In for iOS
Replies: 8
Views: 10668

Re: Open In for iOS

This is great. I will have to try it out. One question though: where do I put the "icon.png" file? Or do I simply add it as a file in the Standalone Settings and the build puts it in the proper path?

Thanks again.

Dale
by dhurtt
Thu Jan 16, 2014 6:06 am
Forum: Internet
Topic: Javascript sending message to Livecode
Replies: 1
Views: 4268

Javascript sending message to Livecode

I found the example of Livecode calling a Javascript function with "do", but I was wondering if there is some way for Javascript to send a message to Livecode, where I could then write a handler to process it. Here is the background: Firebase has a REST API, which I have successfully accessed from L...
by dhurtt
Thu Jan 16, 2014 5:01 am
Forum: MergEXT
Topic: Open In for iOS
Replies: 8
Views: 10668

Re: Open In for iOS

if this is what you mean let me know and I can share how I got it to work (BTW, didn't need an external from memory) Cool. Yes, that is exactly what I am looking for. I was hoping to email a game file to another iPad and when they tapped the file it would present a "Open In" [my app] menu item. If ...
by dhurtt
Wed Jan 15, 2014 3:51 am
Forum: MergEXT
Topic: Open In for iOS
Replies: 8
Views: 10668

Re: Open In for iOS

Hmmm, the more I dig the more it looks like I need to mess with the plist.info, but this Apple document implies that your app has to handle a special event when asked to open the file. So maybe the question should be: has anyone done this sort of thing, and is an external required?
by dhurtt
Wed Jan 15, 2014 3:45 am
Forum: MergEXT
Topic: Open In for iOS
Replies: 8
Views: 10668

Open In for iOS

I looked at mergExt's mergDoc and it appears that it can present a popover for opening a file in another app, but I was wondering if mergExt (or anyone else's product) has an external that allows your app to register for file types that it can open, such as discussed on this page from Apple . I woul...
by dhurtt
Mon Jan 13, 2014 5:29 pm
Forum: Summer School 2013
Topic: Q: Writing Data to Files
Replies: 13
Views: 16148

Re: Q: Writing Data to Files

Right, but you can save a separate storage stack. I do that to save preferences frequently, for example. The more I think about it, the better I think Sparkout's idea is. That brings up an interesting point, but unfortunately reveals my bias. I started in Hypercard, dropped out of that world (and t...
by dhurtt
Mon Jan 13, 2014 5:22 pm
Forum: Summer School 2013
Topic: Q: Writing Data to Files
Replies: 13
Views: 16148

Re: Q: Writing Data to Files

It turns out I did post this to the wrong forum; there is a hidden forum I was supposed to use for the idea2app program, not this one. That said, this has been some good discussion, even if my original questions were not all answered. If I find the answers on the other forum, I will post them here. ...
by dhurtt
Mon Jan 13, 2014 5:13 pm
Forum: idea2app and Coding School
Topic: Writing Multiple Encoded Arrays to a File
Replies: 1
Views: 2343

Writing Multiple Encoded Arrays to a File

My application has several arrays of data and I would like to write it out to a file and read it back in when I open the application back up. I understand the basics of encoding arrays with arrayEncode(), reading and writing binary files, and putting up dialogs to prompt the user to pick a file or p...
by dhurtt
Mon Jan 13, 2014 4:18 pm
Forum: Summer School 2013
Topic: Q: Writing Data to Files
Replies: 13
Views: 16148

Re: Q: Writing Data to Files

Not to detract from the interesting consideration of the task as described, but you may also store the arrays as properties of a stack which you then save. The file size and convenience of being able to read and write from and to your storage stack mean that it is a very useful way of storing data ...
by dhurtt
Sun Jan 12, 2014 1:11 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Writing Multiple Encoded Arrays to a File
Replies: 4
Views: 2864

Re: Writing Multiple Encoded Arrays to a File

I believe the other forum I posted to is one in which only a limited number of people have access to, and is for posting questions to a course I paid for (unless I was on the wrong forum). From that question I am hoping to get an official answer from RunRev, specifically in the Wednesday Q&A live se...
by dhurtt
Sun Jan 12, 2014 12:31 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Whaat is Livecode realy good for besides mobile apps???
Replies: 39
Views: 19453

Re: Whaat is Livecode realy good for besides mobile apps???

Have you looked at Quartum's blog? http://quartam.blogspot.com/ They have some sophisticated data analytics for Livecode developers. How about the Livecode apps blog? http://livecode1001.blogspot.com/ That gives you a better idea on just what people are showcasing. Only interested in the commercial ...
by dhurtt
Sat Jan 11, 2014 11:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Writing Multiple Encoded Arrays to a File
Replies: 4
Views: 2864

Writing Multiple Encoded Arrays to a File

I realize this is not exactly a "Complete Beginners" question, but there is no "Intermediate" board (why is that?), so... My application has several arrays of data and I would like to write it out to a file and read it back in when I open the application back up. I understand the basics of encoding ...
by dhurtt
Sat Jan 11, 2014 11:40 pm
Forum: Summer School 2013
Topic: Q: Writing Data to Files
Replies: 13
Views: 16148

Q: Writing Data to Files

My application has several arrays of data and I would like to write it out to a file and read it back in when I open the application back up. I understand the basics of encoding arrays with arrayEncode(), reading and writing binary files, and putting up dialogs to prompt the user to pick a file or p...

Go to advanced search