Search found 6 matches
- Sat Sep 10, 2011 4:56 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem using Twitter Json API in LiveCode
- Replies: 1
- Views: 2436
Problem using Twitter Json API in LiveCode
I'm strugling with a little problem fetching data from Twitter API. When I called from firefox browser the below url it works (returning a JSON file): http://search.twitter.com/search.json?rpp=100&result_type=recent&page=1&q=love When I try to fetch the data using LiveCode, put ("http://search.twitt...
- Tue Apr 26, 2011 4:49 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Weird error at compilation
- Replies: 1
- Views: 2033
Weird error at compilation
Live Code is triggering this error
button "Button": compilation error at line 69 (Handler: bad command), char 1
but there are only 67 lines in the script.
I checked for hidden chars, clea the script rewrote the script from scratch, the error is stil there.
button "Button": compilation error at line 69 (Handler: bad command), char 1
but there are only 67 lines in the script.
I checked for hidden chars, clea the script rewrote the script from scratch, the error is stil there.
- Sat Apr 23, 2011 4:41 pm
- Forum: Talking LiveCode
- Topic: matchText error -> Handler can't find handler
- Replies: 8
- Views: 7288
Re: matchText error -> Handler can't find handler
Thanks, I got it now. My mistake was not including the type of control before the object name when changing propertyes
I was using
instead of
Thanks
I was using
Code: Select all
set the thumbPosition of "ProgressionBar" to CurrentLine
Code: Select all
set the thumbPosition of scrollbar "ProgressionBar" to CurrentLine
- Fri Apr 22, 2011 11:01 pm
- Forum: Talking LiveCode
- Topic: matchText error -> Handler can't find handler
- Replies: 8
- Views: 7288
Re: matchText error -> Handler can't find handler
Typing error, sorry. My problem is with:
Code: Select all
set the thumbPosition of ProgressionBar to CurrentLine
- Fri Apr 22, 2011 10:40 pm
- Forum: Talking LiveCode
- Topic: matchText error -> Handler can't find handler
- Replies: 8
- Views: 7288
Re: matchText error -> Handler can't find handler
Ah thanks, my error. I copy and paste the example from the Dictionary. Now is working. thanks On a side note, as this script is checking a huge amount of data, I need to use a visual sign for the user in order for him to know the application is running the selected task. I try using a scrollbar prog...
- Thu Apr 21, 2011 9:21 pm
- Forum: Talking LiveCode
- Topic: matchText error -> Handler can't find handler
- Replies: 8
- Views: 7288
matchText error -> Handler can't find handler
I recently bought LiveCode, while building a Twitter desktop application I'm having issues with matchText and replaceText function. I browsed through the forum, copy, pasting and adapting a bit the code. Forum is preventing me of posting an twitter profile example, so replace "twitter" with the any ...