Status: New
Owner: ----
CC: alexandr...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Mondrian Milestone-4.4
New issue 576 by tudor.gi...(a)gmail.com: Border of children depends on
another shape in a complex shape
http://code.google.com/p/moose-technology/issues/detail?id=576
Try this, and you will see that the border around the child does not get
drawn.
view shape form: [:builder |
builder column; pref; fill; row; pref; fill; row; pref; fill.
builder x:1 y:1 add: (MORectangleShape new withoutBorder; withText).
builder x:1 y:2 add: MOChildrenShape new.
].
view node: 1 forIt: [
view shape rectangle fillColor: Color red; borderColor: Color blue;
borderWidth: 10.
view node: 100].
If you comment withoutBorder from the top shape, the border is drawn, but
only with 1 pixel. It looks like the drawing of the border of the children
nodes somehow depends on the border of the other shape.
view shape form: [:builder |
builder column; pref; fill; row; pref; fill; row; pref; fill.
builder x:1 y:1 add: (MORectangleShape new "withoutBorder;" withText).
builder x:1 y:2 add: MOChildrenShape new.
].
view node: 1 forIt: [
view shape rectangle fillColor: Color red; borderColor: Color blue;
borderWidth: 10.
view node: 100].
and do not run the tests because I lost 5 hours of work yesterday and I discovered that RPackage is used to compute the MC elements and I was not aware of that.....
And now I'm totally lost.
:(
Hi,
I will work on a legacy (legacy means no test) Java project for several
weeks. Haven't done real Java for 10 years :)
So that's an opportunity for me to start learning/using Moose to dig into
this project.
I've followed the Moose book with Moose 4.3 to create the .mse using
infusion and then import it in Moose. This works, I can see models,
blueprints, ....
When I select a class in the Moose Panel, right-click Browse -> Source the
Moose Code Browser opens, but the source code is never displayed. Any idea ?
Laurent Laffont - @lolgzs <http://twitter.com/#!/lolgzs>
Pharo Smalltalk Screencasts: http://www.pharocasts.com/
Blog: http://magaloma.blogspot.com/
Developer group: http://cara74.seasidehosting.st
I lost all my work on RPackage of yesterday - I cannot find the changes and the packages I saved are corrupted
and now I would like to restart to load from a given version
but the ConfigurationOfRPackage
ConfigurationOfRPackage-StephaneDucasse.10
version10: spec
<version: '1.0' imports: #('1.0-baseline' )>
spec for: #'common' do: [
spec blessing: #'release'.
spec description: 'New version'.
spec author: 'AlexandreBergel'.
spec timestamp: '2/18/2011 12:53'.
spec
package: 'SystemAnnouncements' with: 'SystemAnnouncements-cyrilledelaunay.36';
package: 'RPackage-Core' with: 'RPackage-Core-AlexandreBergel.66';
package: 'RPackage-Tests' with: 'RPackage-Tests-cyrilledelaunay.26';
package: 'RPackage-UI' with: 'RPackage-UI-FernandoOlivero.16';
package: 'RPackage-SystemIntegration' with: 'RPackage-SystemIntegration-cyrilledelaunay.50'. ].
now when I do
ConfigurationOfRPackage project load: #'1.0'
is telling to me that there is no symbolic version and I do not get it.
I'm lost and really frustrated.
Stef
Hi!
I just tried it in a Pharo 1.2 and got 11 errors and 1 failure among the 13 tests.
Apparently #displayString is used a bit everywhere. This method does not exist in Pharo.
After having added #displayString on Object, I got other problem with the examples: #any is not understood by a collection, it is invoked in Collection>>minValue.
After changing #any by #anyOne, I was able to get some nice graphics. There are other bugs from here, but I will report them after....
http://code.google.com/p/moose-technology/issues/detail?id=580
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Thanks, I updated the Hudson job.
Cheers,
Doru
On 13 Apr 2011, at 18:11, Nicolas Anquetil wrote:
> Just to let you know that I changed veveine.extractor.java ant file to call automatically verveine.core ant file.
>
> So now doing 'ant junit' in verveine.extractor.java should be enough to recompile everything
>
> nicolas
--
www.tudorgirba.com
"What is more important: To be happy, or to make happy?"