Re: CEF Browser - what is wrong with my script

2017-07-30 Thread Matthias Rebbe via use-livecode
> Am 30.07.2017 um 11:22 schrieb hh via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > @Matthias > "revbrowserOpenCEF" is deprecated since at least one year or so. > Also note: revBrowserInstances() doesn't work after"revbrowserOpenCEF”. > Unfortunately I trusted the dictionary. >

Re: CEF Browser - what is wrong with my script

2017-07-30 Thread Matthias Rebbe via use-livecode
Done. http://quality.livecode.com/show_bug.cgi?id=20206 And as the error message thing is kind of a feature request i filed a separate one http://quality.livecode.com/show_bug.cgi?id=20207

Re: CEF Browser - what is wrong with my script

2017-07-30 Thread Mark Waddingham via use-livecode
Yes please do - also maybe mention we should make revBrowserOpenCEF throw a more appropriate error in macOS. General advice on Mac use open, on win/Linux use openCef. This will give you reasonably consistent environments on all three desktop platforms. Mark. Sent from my iPhone > On 30 Jul 20

Re: CEF Browser - what is wrong with my script

2017-07-30 Thread hh via use-livecode
@Matthias "revbrowserOpenCEF" is deprecated since at least one year or so. Also note: revBrowserInstances() doesn't work after"revbrowserOpenCEF". Also note if you use revBrowserOpen: Then Mac is the only platform that supports HTML5/canvas2d. ___ use-l

Re: CEF Browser - what is wrong with my script

2017-07-30 Thread Matthias Rebbe via use-livecode
The dictionary in 8 and 9 shows CEF as available for Win and Mac. So i will at least file a report about that. Matthias Rebbe +49 5741 31 ‌matthiasrebbe.eu ‌ > Am 30.07.2017 um 10:20 schrieb Mark Waddingham via use-livecode > mailto:use-livecode@lists.runrev.com

Re: CEF Browser - what is wrong with my script

2017-07-30 Thread Mark Waddingham via use-livecode
The solution here is to use revBrowserOpen. I missed the fact this is on macOS. We removed CEF on Mac in 8, as it was not possible to use CEF on Mac as a slave (for technical reasons). The system web view on Mac is still WebKit based so they are very similar. Sorry for the confusion! Mark. Se

Re: CEF Browser - what is wrong with my script

2017-07-29 Thread Mark Waddingham via use-livecode
On 2017-07-30 01:06, Matthias Rebbe via use-livecode wrote: Mark, I cannot use the widget because of bug #20200. I was hoping you were going to say 'because I hadn't thought to' (although, I must confess that was a fanciful notion, having observed your attention to detail over the years).

Re: CEF Browser - what is wrong with my script

2017-07-29 Thread Matthias Rebbe via use-livecode
Mark, I cannot use the widget because of bug #20200. If we can expect a fix for 20200 then there would be no need for a bug report for the browser external. Or is it more realistic that if i report it as a bug that the browser external is fixed earlier than bug 20200? Matthias Rebbe +49 57

Re: CEF Browser - what is wrong with my script

2017-07-29 Thread Matthias Rebbe via use-livecode
The script just contains the normal url, but my email added this 2nd one with the brackets. I am on Mac OS X. Matthias Rebbe +49 5741 31 ‌matthiasrebbe.eu ‌ > Am 30.07.2017 um 00:57 schrieb Mike Bonner via use-livecode > mailto:use-livecode@lists.runrev.com>>: >

Re: CEF Browser - what is wrong with my script

2017-07-29 Thread Mike Bonner via use-livecode
Other than the invalid form of the url, its working for me here (in the ide, windows 10, 9.0 dp7) I end up with a blank browser because it doesn't know how to handle the part of the url, removing that correctly brings up the livecode site. Sounds like something in the e

Re: CEF Browser - what is wrong with my script

2017-07-29 Thread Mark Waddingham via use-livecode
On 2017-07-30 00:44, Matthias Rebbe via use-livecode wrote: stack "Untitled 1": execution error at line n/a (External handler execution error: creation failed) near "creation failed" Am i missing something? It might be a bug - there's been a fair amount of churn in CEF stuff in recent versions

CEF Browser - what is wrong with my script

2017-07-29 Thread Matthias Rebbe via use-livecode
Hi, i get the error stack "Untitled 1": execution error at line n/a (External handler execution error: creation failed) near "creation failed" when executing the following script in ide local tBrowserId put revBrowserOpenCEF(the windowId of this stack, "http://www.livecode.com