Search found 3 matches

by cvandyke
Fri Apr 24, 2015 5:30 pm
Forum: Internet
Topic: Unexpected failure with "put URL"
Replies: 2
Views: 4294

Re: Unexpected failure with "put URL"

Thank you for your fast reply. I had set the standalone application settings to "search for required inclusions" which did not include the revsecurity.dll file. Manually selecting inclusions and rebuilding I'm now receiving a different error in the "result:" error error:1411809D:SSL routines:SSL_CHE...
by cvandyke
Fri Apr 24, 2015 3:57 pm
Forum: Internet
Topic: Unexpected failure with "put URL"
Replies: 2
Views: 4294

Unexpected failure with "put URL"

I have a utility stack that I use to capture data from a webpage that contains schedule data. The part that's failing: libUrlSetSSLVerification false put url (fld "schedule_url") into rawScheduleData The webpage is "https" and has an expired security certificate which I have no control over. This wa...
by cvandyke
Thu Apr 10, 2008 8:02 pm
Forum: Talking LiveCode
Topic: Missing apostrophe in clipboarddata - bug?
Replies: 0
Views: 2360

Missing apostrophe in clipboarddata - bug?

I'm attempting to allow for copying stylized text from Microsoft Word into a field in a stack. So far, any text I copy from Word loses all apostrophe's when checked via: clipboardData["text"] clipboardData["HTML"] clipboardData["unicode"] clipboardData["RTF"] (at least as far as I can tell). Note th...