[Seaside-dev] WAScreenshot>>uiProcess

Johan Brichau johan at inceptive.be
Fri Oct 12 07:12:37 UTC 2018


Dear Tim,

Thank you.
Can you please submit this issue via https://github.com/SeasideSt/Seaside/issues <https://github.com/SeasideSt/Seaside/issues> ?

I notice this code is in a Pharo-specific package, which is included when loaded in Squeak but was never correctly adapted to work on it.

I see three options:
- Extend Grease with the necessary abstractions for both platforms and the code in the package should be rewritten in terms of those abstractions
- Create a Squeak-specific package for it and include that in the load for Squeak
- Leave out this functionality when loading in Squeak

Cheers
Johan

> On 12 Oct 2018, at 02:21, tim Rowledge <tim at rowledge.org> wrote:
> 
> In the seaside I have loaded right now - a very recent install - the WAScreenshot>>uiProcess method tries to run 	
> 
> ^ UIManager default uiProcess
> 
> ... which fails because UIManager does not implement this. The current Squeak images both 5.1 & 5.2 would do this with ^*Project current* uiProcess.
> 
> tim
> --
> tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
> Strange OpCodes: XYZZY: Branch and Play Adventure
> 
> 
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/seaside-dev/attachments/20181012/2389b7ed/attachment.html>


More information about the seaside-dev mailing list