You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a link within Squeak after installing MagicMouse, Morphic will complain that "There is no Web Browser installed", as there's no registering as WebBrowser, no property #webBrowserView set to true, and no method isWebBrowser returning true.
As an example of how to implement system URI handling support, take Scamper:
When opening a link within Squeak after installing MagicMouse, Morphic will complain that "There is no Web Browser installed", as there's no registering as
WebBrowser, no property#webBrowserViewset totrue, and no methodisWebBrowserreturningtrue.As an example of how to implement system URI handling support, take Scamper:
https://github.com/hpi-swa-teaching/Scamper/blob/master/packages/Scamper.package/Scamper.class/class/initialize.st
https://github.com/hpi-swa-teaching/Scamper/blob/master/packages/Scamper.package/Scamper.class/instance/morphicWindow.st
https://github.com/hpi-swa-teaching/Scamper/blob/master/packages/Scamper.package/Scamper.class/instance/isWebBrowser.st