Bootstrap on squeak

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

Bootstrap on squeak

Bob Arning-2
I'm poking around with loading Bootstrap in a squeak image and wonder about this:

renderButtonsSizesOn: html

...

    html paragraph: 'Create block level buttons—
...

That last character causes squeak to make the String a WideString with the result that http://localhost:9999/bootstrap/browser/Buttons renders incompletely. Does that work ok on pharo?

Cheers,
Bob

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Bootstrap on squeak

Daniel Lyons

Bob Arning writes:

> I'm poking around with loading Bootstrap in a squeak image and wonder
> about this:
>
> renderButtonsSizesOn: html
>
> ...
>
>      html paragraph: 'Create block level buttons---
> ...
>
> That last character causes squeak to make the String a WideString with
> the result that http://localhost:9999/bootstrap/browser/Buttons renders
> incompletely. Does that work ok on pharo?

It does work in Pharo, you can see it here:

  http://pharo.pharocloud.com/bootstrap/browser/Buttons

I have no idea what to tell you about Squeak though.

--
Daniel Lyons
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside