Search found 10 matches

by nimbleRev
Fri Mar 20, 2009 8:09 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: POST to URL does nothing...
Replies: 8
Views: 6805

solved!

finally solved it (whew)! turns out ListMagic is the culprit here. i created a brand new stack with only the code I was using to do the post and it worked. then I slowly added back the components from my previous stack until it stopped working. as soon as either of these ListMagic functions are call...
by nimbleRev
Fri Mar 20, 2009 12:34 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: POST to URL does nothing...
Replies: 8
Views: 6805

tried another experiment. I took a simple php file completely outside of my application. all this file does is log GET, POST and PUT information to a local file. $handle = fopen('app.log', 'a'); parse_str(file_get_contents("php://input"), $put_vars); fwrite($handle, "Request Info: ".json_encode($_SE...
by nimbleRev
Thu Mar 19, 2009 7:00 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: POST to URL does nothing...
Replies: 8
Views: 6805

just wanted to thank everyone for chiming in on this. here's what I did this morning. i created a simple html file on my server called "form.html" with a basic html form containing one input field. first i posted it to "index.php". it worked fine, and the post request showed up in the lighttpd serve...
by nimbleRev
Thu Mar 19, 2009 8:27 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: POST to URL does nothing...
Replies: 8
Views: 6805

gave it a shot without the query string in the url, no dice. still not hitting the server (at least not being logged by the web server). also tried it on another laptop, virtual machine setup and got the same result. hmm.....
by nimbleRev
Thu Mar 19, 2009 12:53 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: POST to URL does nothing...
Replies: 8
Views: 6805

POST to URL does nothing...

been stumbling with this all day. GET is working PUT is working but POST doesn't even hit the server. put "testing" into noteMsg put libUrlFormData("note", noteMsg) into postVars post postVars to URL "http://mydomain.com/index.php?c=controller&a=action" put it into jsonResult "it" ends up with what ...
by nimbleRev
Thu Mar 12, 2009 10:09 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: passing data between cards, use globals?
Replies: 4
Views: 4322

really cool stuff! glad to find out there a few different options. after playing around with them I decided to go with a hybrid approach. I created a custom property set on the card that has the data grid. I'm going to store the parameters that I'll use to access different types of data sets from th...
by nimbleRev
Thu Mar 12, 2009 2:47 am
Forum: Announcements
Topic: libJson
Replies: 10
Views: 10510

I appreciate the tips Mark. I think I'm going to use "insert into back" for now. From what I understand when I use "insert into" for libjson it will only take the stack script and insert it into my stack's back scripts, which is perfect. But the "start using" command seems like it will load everythi...
by nimbleRev
Thu Mar 12, 2009 2:41 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: passing data between cards, use globals?
Replies: 4
Views: 4322

passing data between cards, use globals?

Hello everyone! I new to Revolution, coming from the web world. I have a field on one card that is linked so it's goes to another card when clicked (go to card 2). What's a good way to pass data between the cards when the link is clicked? I'm trying emulate the way traditional web links work with GE...
by nimbleRev
Tue Mar 10, 2009 6:42 pm
Forum: Announcements
Topic: libJson
Replies: 10
Views: 10510

Thanks for updating the link! Downloaded and got it working. Ah, sweet JSON bliss in RunRev :) I'm new to the Rev world and was curious to find out the best practice for including a library like this in my stack? From what I've read so far it seems like there are many options from including it as an...
by nimbleRev
Mon Mar 09, 2009 9:54 pm
Forum: Announcements
Topic: libJson
Replies: 10
Views: 10510

problem with download link

hey Mark,

When I click the download link on your site I get an xml error message, from S3 that says "Access Denied". Is there another URL I can try?

I'm Really excited to check out your json library!