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 Karine,
Version 4.4 is under development, and you will get a new build every night :).
Since a week, we changed the look and feel, and your screenshot still shows the older look, so I know that your version is older :). Please try again, and let's see if you still get the same problem.
In the meantime, would it be possible to provide the MSE file somewhere for download?
Cheers,
Doru
On 14 Apr 2011, at 14:12, Karine Mordal-Manet wrote:
> Hi,
>
> The MSE file used was generated by VerveineJ. It's a MSE from eclipse application, source files in java.
> I use the moose_suite-4_4_dev from http://www.moosetechnology.org/download/4.4. It is exactly the same or not ?
>
>
>
> Karine.
>
>
>
> Le 14 avr. 2011 à 13:54, Tudor Girba a écrit :
>
>> Hi Karine,
>>
>> The problem seems to be related to the information from the MSE file. What did you use to create this file?
>>
>> Would it be possible to redo the experiment using the latest development image?
>> http://hudson.moosetechnology.org/job/moose-latest-dev/lastSuccessfulBuild/…
>>
>> Cheers,
>> Doru
>>
>>
>> On 14 Apr 2011, at 12:55, Stéphane Ducasse wrote:
>>
>>> Hi
>>>
>>> guys can one of you help karine
>>>
>>> Stef
>>>
>>> Begin forwarded message:
>>>
>>>> From: Karine Mordal-Manet <kmordal(a)gmail.com>
>>>> Date: April 14, 2011 11:10:50 AM GMT+02:00
>>>> To: Nicolas Anquetil <Nicolas.Anquetil(a)inria.fr>, Stéphane Ducasse <stephane.ducasse(a)inria.fr>
>>>> Subject: nouvelle version de moose
>>>>
>>>> Hello,
>>>>
>>>> j'ai telechargé la dernière version de moose et j'ai exactement les mêmes erreurs et les memes soucis :
>>>> les sloc sont à 0
>>>> certaines méthodes entrainent des erreurs lorsque j'essaie d'obtenir des metriques.
>>>> Je te met une copie d'écran.
>>>>
>>>>
>>>>
>>>> K.
>>> <Capture díÈcran 2011-04-14 ‡ 11.08.11.png>
>>>>
>>>>
>>>
>>> _______________________________________________
>>> Moose-dev mailing list
>>> Moose-dev(a)iam.unibe.ch
>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>> --
>> www.tudorgirba.com
>>
>> "Relationships are of two kinds: those we choose and those that happen. They both matter."
>>
>>
>>
>>
>>
>
--
www.tudorgirba.com
"What we can governs what we wish."
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
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi
guys can one of you help karine
Stef
Begin forwarded message:
> From: Karine Mordal-Manet <kmordal(a)gmail.com>
> Date: April 14, 2011 11:10:50 AM GMT+02:00
> To: Nicolas Anquetil <Nicolas.Anquetil(a)inria.fr>, Stéphane Ducasse <stephane.ducasse(a)inria.fr>
> Subject: nouvelle version de moose
>
> Hello,
>
> j'ai telechargé la dernière version de moose et j'ai exactement les mêmes erreurs et les memes soucis :
> les sloc sont à 0
> certaines méthodes entrainent des erreurs lorsque j'essaie d'obtenir des metriques.
> Je te met une copie d'écran.
>
>
>
> K.
>
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?"
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Glamour Milestone-4.4
New issue 590 by tudor.gi...(a)gmail.com: Glamour browsers should be closable
http://code.google.com/p/moose-technology/issues/detail?id=590
We should be able to send close to a browser.