Search found 4 matches

by IMRamzi
Thu Jun 26, 2014 9:40 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Stop displaying the Script Error related to SSL
Replies: 6
Views: 2016

Re: Stop displaying the Script Error related to SSL

Hello Simon, Yes, indeed I inserted the command in many places in order to see its impact, but not working at 100%. The thing is I tried to use many https website, I have noticed sites Like https(dot)Google(dot)com or htttps(dot)youtube(dot)com do not cause this error to be displayed in the final wi...
by IMRamzi
Wed Jun 25, 2014 4:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Stop displaying the Script Error related to SSL
Replies: 6
Views: 2016

Re: Stop displaying the Script Error related to SSL

Hello, Thank you again Simon for your kind assistance. I have made a video and uploaded here: youtube(dot)com/embed/3y7L210Ktgs?rel=0&vq=hd720 Please copy and paste it in your web browser and change (dot) with the correct character. I explained there all I did and what I faced in a random example. T...
by IMRamzi
Tue Jun 24, 2014 11:39 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Stop displaying the Script Error related to SSL
Replies: 6
Views: 2016

Re: Stop displaying the Script Error related to SSL

Hello Simon, Thank you for your courtesy in replying my request. The thing is I tried to use this command " libUrlSetSSLVerification false" as follows: on mouseUp libUrlSetSSLVerification false if "InetBrowser" is not among the lines of the openStacks then set the altHomeURL of stack "InetBrowser" t...
by IMRamzi
Mon Jun 23, 2014 3:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Stop displaying the Script Error related to SSL
Replies: 6
Views: 2016

Stop displaying the Script Error related to SSL

Hello All, Since it is my first post here in the RunRev forum, I'd like to wish all the success for everyone. My need is to know how to avoid displaying an the error message that pop up using the Browser Sampler I downloaded and tested it, and this is the script for the Pop Up windows included on mo...