Well, I'm not gonna spend a single penny on LiveCode products until that's done!
The WebPlayer hasn't worked since more than a year ago (file open/save causes the plugin to crash).
I think it's next to fraud to market the Web product when it doesn't work. I'm really disappointed as I bought ...
Search found 7 matches
- Fri Oct 14, 2011 5:03 pm
- Forum: Announcements
- Topic: LiveCode 5.0 Released
- Replies: 37
- Views: 37696
- Fri Oct 14, 2011 1:53 pm
- Forum: Announcements
- Topic: LiveCode 5.0 Released
- Replies: 37
- Views: 37696
Re: LiveCode 5.0 Released
Heather (or anyone),
Has the WebPlayer plugin been upgraded in LiveCode5?
Thanks
Has the WebPlayer plugin been upgraded in LiveCode5?
Thanks
- Thu Aug 25, 2011 2:26 pm
- Forum: Off-Topic
- Topic: REvlets stopped working in Lion
- Replies: 9
- Views: 10846
Re: REvlets stopped working in Lion
Hi L,
I reported about this as early as February this year. (http://forums.runrev.com/viewtopic.php?f=11&t=7028)
I'm really pissed off that they haven't fixed this yet.
I bought Live Code for the revWeb feature and it doesn't work. The revWeb hasn't been updated for years while Firefox has had ...
I reported about this as early as February this year. (http://forums.runrev.com/viewtopic.php?f=11&t=7028)
I'm really pissed off that they haven't fixed this yet.
I bought Live Code for the revWeb feature and it doesn't work. The revWeb hasn't been updated for years while Firefox has had ...
- Mon Feb 28, 2011 11:54 pm
- Forum: Internet
- Topic: wordOffset problem
- Replies: 6
- Views: 6923
Re: wordOffset problem
Have you tried to use matchText function to get the URL?
Like "get matchText(theText,"official website..(.*)xxx",theURL)" where xxx is some chars that comes after the URL.
Like "get matchText(theText,"official website..(.*)xxx",theURL)" where xxx is some chars that comes after the URL.
- Mon Feb 28, 2011 3:50 pm
- Forum: Internet
- Topic: Revlet crashes when opening file in Firefox
- Replies: 1
- Views: 4018
Revlet crashes when opening file in Firefox
Hi,
Here's a strange problem. Maybe a bug. I have also mailed (bugs @ runrev . com) about the matter.
When I use "answer file" in a revlet running on Firefox 3.6.13 it crashes and Windows (Vista Business) reports: "revWebPlayer for Win32 has stopped working."
This comes after trying to open a ...
Here's a strange problem. Maybe a bug. I have also mailed (bugs @ runrev . com) about the matter.
When I use "answer file" in a revlet running on Firefox 3.6.13 it crashes and Windows (Vista Business) reports: "revWebPlayer for Win32 has stopped working."
This comes after trying to open a ...
- Mon Feb 28, 2011 10:48 am
- Forum: Internet
- Topic: My revlet can't handle https
- Replies: 1
- Views: 3613
Re: My revlet can't handle https
Seems it was a problem with the certificate at the site addressed.
I solved it by putting "libUrlSetSSLVerification false" on the line just above the "put URL" line. Then it worked.
Actually I had tried this before but then I put it at the top of the function. That didn't work ...
I solved it by putting "libUrlSetSSLVerification false" on the line just above the "put URL" line. Then it worked.
Actually I had tried this before but then I put it at the top of the function. That didn't work ...
- Sun Feb 20, 2011 6:21 pm
- Forum: Internet
- Topic: My revlet can't handle https
- Replies: 1
- Views: 3613
My revlet can't handle https
Hi,
I've made a script that calls a https address. I'm using the 'put URL "https://...." into ...' format. This works fine in the desktop standalone version.
But when running in a browser the https call retrieves no data back.
Have any one succeeded with doing the same? Any ideas?
Thanks
I've made a script that calls a https address. I'm using the 'put URL "https://...." into ...' format. This works fine in the desktop standalone version.
But when running in a browser the https call retrieves no data back.
Have any one succeeded with doing the same? Any ideas?
Thanks