2009/11/10 Simon Denier Simon.Denier@inria.fr
Very cool!
I have some small remarks but it's not that important.
- did you check how to use a multi-selection list widget (you select a
bunch of items, then you press the >>> button to add them in the right pane)
I will look for that
- do you have a sample of query for selecting a package?
I tried with: each packageName match: 'Glamour*' or each packageName startsWith: 'Glamour'
but all I get is an 'Invalid smalltalk expression' in the information pane (which is a very nice idea by the way, same as the info label 'select: [:each |')
Yes, 'each' already represent the package name. Therefore you should type: each startsWith: 'Glamour'. Maybe I should change 'each' by 'packageName' so that it becomes more explicit.
On 9 nov. 2009, at 06:08, Cyrille Delaunay wrote:
It's done.
The error was in the package 'Merlin', so I have save a new version of this one in the squeaksource repository 'Merlin'.
2009/11/8 Tudor Girba tudor.girba@gmail.com
Thanks, Cyrille.
Let me know when it's ready so that I merge it with my branch.
Cheers, Doru
On 8 Nov 2009, at 12:00, Cyrille Delaunay wrote:
Yes, I know what is the problem .
In my image, I have changed the name of the method 'list:' by 'packagesList:' in ListModel (which is a big mistake).
I will fix that as soon as possible.
2009/11/7 Tudor Girba tudor.girba@gmail.com Hi Cyrille,
I am trying to load your changes related to MooseWizard, but I get a ListModel DNU packagesList:. Any idea what the problem is?
Cheers, Doru
-- www.tudorgirba.com
"Every thing has its own flow."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Beauty is where we see it."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Simon
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev