Hi, Nice work with boostrap. I'm having problems to test it (detailed below). On 08/07/2014 05:14 AM, Torsten Bergmann wrote:
Hi,
the Bootstrap project (http://smalltalkhub.com/#!/~TorstenBergmann/Bootstrap) was updated to include the latest Twitter Bootstrap library v.3.2.0 from http://getbootstrap.com
Also you can now use: - an RTL/LTR version included for BIDI language applications (see #bootstraprtlminCss and #bootstraprtlCss
- #tbsContainerFluid beside #tbsContainer.
How to try out: =============== 1. load "Bootstrap" from Configuration browser in Pharo 3.0
I tried from Moose 5.0 beta using World > Tools > Configuration browser
"Load Configuration" and on the same path using "Install Stable Version" and also using:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Gofer it url: 'http://mc.stfx.eu/ZincHTTPComponents'; configurationOf: 'ZincHTTPComponents'; loadStable. Gofer it smalltalkhubUser: 'SvenVanCaekenberghe' project: 'ZincHTTPComponents'; configurationOf: 'ZincHTTPComponents'; loadStable. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- In none of these cases I can get autocompletion for the following line:
2. evaluate
ZnZincServerAdaptor startOn: 8080
ZnZincServerAdaptor doesn't seem available. What I'm missing? Thanks Offray