Re: Pharo-users Digest, Vol 27, Issue 62

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: Pharo-users Digest, Vol 27, Issue 62

Andy Burnett
The main thing I am wondering about is how to build portable interfaces.

My ideal situation would be to use something like Spec to prototype within Pharo, and then generate something similar in JS.

Alternatively, perhaps we could create mock objects for something like jquery-ui.

Noury, have you done any experiments with this?

Cheers
Andy
Reply | Threaded
Open this post in threaded view
|

Re: Pharo-users Digest, Vol 27, Issue 62

Noury Bouraqadi-2

> On 17 Jul 2015, at 18:26, Andy Burnett <[hidden email]> wrote:
>
> The main thing I am wondering about is how to build portable interfaces.
>
> My ideal situation would be to use something like Spec to prototype within Pharo, and then generate something similar in JS.
>
> Alternatively, perhaps we could create mock objects for something like jquery-ui.
>
> Noury, have you done any experiments with this?
>
I like the idea. But, so far PharoJS does not have support for widgets.

Roassal might be a cool solution.
It does not have all widgets, but the cool zoomable visualisation can be exported to javascipt.

Noury