Re: [Pharo-users] Spec help in HelpBrowser

2015-02-16 Thread Craig
From: nacho > >If you are interested in having some Spec documentation in the image. >I'm preparing some help for the HelpBrowser. It is mainly taken from >the Spec chapter that it's being written. >However if you want to take a look: ... Well done Nacho, I like this a lot. What you have starte

Re: [Pharo-users] [ANN (Toy)]: Gold Rush

2015-02-16 Thread Ben Coman
Should that be ? "You can describe a piece of jewelry like:" | ring | ring := GoldJewelry new weight: 4.1 grams; carats: 18; price: 275 dollars; pinch yourself. On Tue, Feb 17, 2015 at 10:41 AM, Sean P. DeNigris

[Pharo-users] [ANN (Toy)]: Gold Rush

2015-02-16 Thread Sean P. DeNigris
I was in a jewelry store, and I realized how hard it is to figure out the markup on gold jewelry, so I did a little code kata... Loads in 4.0 with: Gofer it smalltalkhubUser: 'SeanDeNigris' project: 'SeansPlayground'; configurationOf: 'GoldRush'; loadDevelopment.

Re: [Pharo-users] [ANN] PUnQLite NoSQL database project updated

2015-02-16 Thread Pierce Ng
On Sat, Feb 14, 2015 at 09:30:12AM +0100, Stephan Eggermont wrote: > db := PqDatabase open: 'test.db'. Try using a FQPN. See this post about Pharo.app's default working directory being "/" on OSX: http://forum.world.st/NBSQLite3-on-OS-X-Pharo-3-tc4800276.html#a4801485 Pierce

Re: [Pharo-users] Roassal question

2015-02-16 Thread Pierre Chanson
Thank you very much Werner ! :) actually it's not complicated at all, based on some other builders. But I realized how it can be useful as I really sometime need to see where some elements of my view are (and not in a relative position to one origin. Even if the position is relative to the can

[Pharo-users] Spec help in HelpBrowser

2015-02-16 Thread nacho
If you are interested in having some Spec documentation in the image. I'm preparing some help for the HelpBrowser. It is mainly taken from the Spec chapter that it's being written. However if you want to take a look: MCSmalltalkhubRepository owner: 'IgnacioSniechowski' project: 'Sp

Re: [Pharo-users] Roassal question

2015-02-16 Thread Werner Kassens
Hi Pierre, wow, you see me really impressed! yes, that is what i was looking for, i see in your picture that it is possible to use floats, not only integers, exactly what i would need. i suppose i can also use rectangles that are not quadratic? i will go on vacation tomorrow and will be back

Re: [Pharo-users] On GUI design and how to benchmark it

2015-02-16 Thread Nicolai Hess
2015-02-16 21:55 GMT+01:00 Thierry Goubier : > Now, Morphic is so much more powerfull... that we mostly underuse it with > basic widgets. > +1000 > > Thierry > >

Re: [Pharo-users] On GUI design and how to benchmark it

2015-02-16 Thread Thierry Goubier
Hi Sebastian, yes, I think some of it is interesting, and the way he focuses on a few benchmarks is not a bad way of classifying GUIs (and toolkits). You just have to remember that his focus is a lot more limited than expected at start: " ... In this thesis we want to investigate if the conc

Re: [Pharo-users] Roassal question

2015-02-16 Thread Pierre CHANSON
2015-02-16 14:05 GMT-03:00 Werner Kassens : > everything would be scaled automatically Yes I see now what you would like, the idea would be to place an X and Y axis around a collection of RTElements in a view. So I integrated a RTAxisAdaptedBuilder in the last version of Roassal2 for that. The

Re: [Pharo-users] Roassal question

2015-02-16 Thread Werner Kassens
On 02/16/2015 05:18 PM, Pierre CHANSON wrote: But about the axis, the idea would be to have axis from 0@0 or axis that are placed near your elements ? Using RTGrapher you can integrate axis easily that are placed for your datas, but if we want particular axis to go in this view we will have to us

Re: [Pharo-users] Roassal question

2015-02-16 Thread Pierre CHANSON
Hi Werner, With this I get my two Rectangles shapes in a view with their positions printed in popup. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= view := RTView new. coll:=Array with: (Rectangle origin: 500@500 corner: 510@520) with: (Rectangle origin: 505@504 corner:

Re: [Pharo-users] On GUI design and how to benchmark it

2015-02-16 Thread Sebastian Sastre
Well yes, but is even worst that it doesn’t even mention Douglas Engelbart’s work which is the widely know and hugely influential The Mother of All Demos . But the part that is important and I think is valid is the one that shows gradually how a GUI

Re: [Pharo-users] recover lost changes

2015-02-16 Thread Sean P. DeNigris
Hartmut wrote > Working with Pharo 3.0 I noticed for a while that I could not recover > class definitions (do it's) from the "Recent Changes". Now fixed in latest Pharo 3.0 and 4.0. Thank you Marcus :) - Cheers, Sean -- View this message in context: http://forum.world.st/recover-lost-chan

Re: [Pharo-users] On GUI design and how to benchmark it

2015-02-16 Thread Ignacio Sniechowski
Sebastian, Thanks for sharing this. I found the thesis interesting. There are several points that are worth take into account: He says when analyzing the possible outcomes of his thesis that: "Putting paradigms aside, another possible outcome is that the language’s, the IDE’s and/or the toolkit’s

Re: [Pharo-users] GSOC 2015 Call for Ideas

2015-02-16 Thread Ben Coman
Looks like a great On Mon, Feb 16, 2015 at 3:48 AM, Sebastian Sastre < sebast...@flowingconcept.com> wrote: > Great! > > Forked repo, starred and PR sent: > https://github.com/pharo-project/pharo-project-proposals/pull/1 > > keep up the good work! > > > I see this is merged 19 hours ago, but it d

[Pharo-users] Tide does not load via Workspace: #UHE >> FileDoesNotExist

2015-02-16 Thread Nic
Hi, I try to follow the following step by step: .../Tide/tide-doc-master/documentation.pier.html in step 1.3.1. |Metacellonew configuration:'Tide'; version:#development; repository:'http://www.smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main'; load. it starts loading until: | ZnC