Hi,
I refactor the logic of translateTo: and translateBy: in Mondrian. Now
translateTo: moves the element to the position by just delegating to
translateBy: with the difference from the current position.
I also added translateBy:bounded: to distinguish between the use case
of limiting the space when draggin and droping, while allowing it to
position anywhere during lay out.
This was important because I also upgraded a bit the
DominanceTreeLayout to position each level at the same y position so
that we can finally distinguish layers. I am saying finally because
this was always the goal of this layout :).
All tests are green, but in case you encounter problems, please let me
know.
Cheers,
Doru
--
www.tudorgirba.com
"Every now and then stop and ask yourself if the war you're fighting
is the right one."
Hi Tudor,
I have updated my image with the latest version of Glamour and i encountered a problem...
when using mondrian and text presentations that include a title, the scrollbars are gone :S
if i removed the titles the scrollbars appear again, but in my browser with multiple columns and rows they are needed...
i even tried this in some examples (e.g. simpleMondrianPainting, textPortsExamples) and the same happens :(
regards,
Veronica Uquillas
Hi Doru,
I had two small ideas for Glamour:
- in a menu, it could be useful to have a method "addLine", like in MenuMorph, which integrate a line to separate two prt of a menu.
- is it possible to have a table-tree ? I think about a tree layout, with a table representation.
Another thing:
I like to pay with Glamour, thank you for your work :).
Cheers
---
Jannik Laval
---
Hi,
In the latest snapshot of Moose I found that FAMIXAbstractFile extends
FAMIXEntity. And furthermore it has no 'name' attribute.
Is this correct?
I would expect it to extend FAMIXNamedEntity.
This causes some problems when opening a model with file entities in Moose,
because they have no names.
Thanks,
Adrian Dozsa
Hi everyone,
Should it be possible to import mse files that were generated by the Visualworks version of Moose into the Pharo version of Moose ?
I tried and I am getting syntax errors.
If it's not possible, any ideas to make it work?
thanks!
----------------------------
Johan Brichau
johan.brichau(a)uclouvain.be
Hi Veronica,
This is really strange.
Please try with the latest Moose build image from here (based on
Pharo-1.0-10508-rc2):
http://hudson.moosetechnology.org/job/moose-latest-dev/39/artifact/moose/
Does it work?
Cheers,
Doru
On 7 Feb 2010, at 21:05, Veronica Uquillas Gomez wrote:
> HI Tudor,
>
> this is what i see :S
> i already tried in 2 images....
>
> will start over only loading glamour...
>
> Vero
>
>> And this time with attachment :)
>>
>> Doru
>>
>>
>
> <image.png>
--
www.tudorgirba.com
"It's not what we do that matters most, it's how we do it."
Hi,
In the last version of Moose Finder, the models are selected by double
click not by click. This allows you to invoke the menu of a model
without necessarily having to select it. It also maps nicely on the
idea that a new tab is always created with double click (both from the
models list and from somewhere in the finder)
Also if you select a tab with a model, it selects the appropriate
model in the list. This is doable because now the accumulator
populates activeEntity with the entity behind the tab. You can see an
example at:
GLMBasicExamples new accumulator openOn: 42
It's actually pretty cool :).
Cheers,
Doru
--
www.tudorgirba.com
"From an abstract enough point of view, any two things are similar."
Hi Doru,
I begin to use GLMTablePresentation, it is really nice.
I try to use two possible features (which do not work):
- color:
- icon:
In fact, in the table, I would like to have a color for a line depending to a result.
For exemple, if a result is negated, the ine is highlighted in red, else it is in green.
In the same idea, (maybe, it is already possible), to have an icon to show an evolution of a value. For example, if a metric grows, put a "up" arrow.
Maybe these things are already implemented, or in progress.
I don't see them in example,
So maybe you want I create an issue for improvment ?
Cheers.
---
Jannik Laval
---