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 ...
Search found 10 matches
- Fri Mar 20, 2009 8:09 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: POST to URL does nothing...
- Replies: 8
- Views: 8469
- Fri Mar 20, 2009 12:34 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: POST to URL does nothing...
- Replies: 8
- Views: 8469
- Thu Mar 19, 2009 7:00 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: POST to URL does nothing...
- Replies: 8
- Views: 8469
- Thu Mar 19, 2009 8:27 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: POST to URL does nothing...
- Replies: 8
- Views: 8469
- Thu Mar 19, 2009 12:53 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: POST to URL does nothing...
- Replies: 8
- Views: 8469
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 ...
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 ...
- Thu Mar 12, 2009 10:09 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: passing data between cards, use globals?
- Replies: 4
- Views: 5374
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 ...
- Thu Mar 12, 2009 2:47 am
- Forum: Announcements
- Topic: libJson
- Replies: 10
- Views: 12603
- Thu Mar 12, 2009 2:41 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: passing data between cards, use globals?
- Replies: 4
- Views: 5374
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 ...
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 ...
- Tue Mar 10, 2009 6:42 pm
- Forum: Announcements
- Topic: libJson
- Replies: 10
- Views: 12603
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 ...
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 ...
- Mon Mar 09, 2009 9:54 pm
- Forum: Announcements
- Topic: libJson
- Replies: 10
- Views: 12603
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!
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!