[Pharo-users] Re: Pharo-WebView

2021-12-17 Thread Todd Blanchard via Pharo-users
Seems cool but I can't figure out how to build it as a library on MacOS. > On Dec 16, 2021, at 10:02 AM, Tomaž Turk wrote: > > Dear all, > > Pharo-WebView package is now available on GitHub at > https://github.com/eftomi/Pharo-Webview > . > >

[Pharo-users] Re: Pharo-WebView

2021-12-17 Thread Tomaž Turk
Thanks! It still has some quirks :-) BTW, it should be possible to get a javascript promise as a result from a callback to Pharo, however I always get "#ifTrue:ifFalse: was sent to nil" in VMCallbackContext64 if I actually do the callback which has a signature with a pointer as a return

[Pharo-users] Re: Pharo-WebView

2021-12-17 Thread Guillermo Polito
This is amazing I wonder how this would marry with PharoJS :) > El 17 dic 2021, a las 11:51, Richard O'Keefe escribió: > > Ta muchly. Appreciated. > > > On Fri, 17 Dec 2021 at 06:03, Tomaž Turk > wrote: > Dear all, > > Pharo-WebView package is now

[Pharo-users] Re: Pharo-WebView

2021-12-17 Thread Richard O'Keefe
Ta muchly. Appreciated. On Fri, 17 Dec 2021 at 06:03, Tomaž Turk wrote: > Dear all, > > Pharo-WebView package is now available on GitHub at > https://github.com/eftomi/Pharo-Webview. > > Pharo-WebView is a package which implements a binding to webview dll > library available at