It now contains Version 1.3 with the last improvement.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
I know this is Moose-dev, but it was the best I could find.
I am at a customer with an extremely large and messy Perl system - so I
was curious - what languages does Moose handle? Any chance of handling Perl?
Trying to check the Moose book about import formats but... are those
formats all invented by the Moose project?
regards, Göran
Hi!
I fixed the configuration.
It now contains a version 0.9.
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hello,
Today I experimented some strange behaviours with announcements that I
didn't have in some previous moose images.
I think that there was some changes related to announcements in pharo
recently, but I could not be sure it is related.
At one point in my code I have:
browser on: AnnouncementClass send: #actionSelector
browser announce: anAnnouncementClass.
....
....
I have the feeling that sometimes #actionSelector is executed asynchronously
from the rest the code below 'browser announce: ...' .
Not sure but there is maybe something with exception signals. If any signal
is emited in #actionSelector it will not execute the rest of the method.
I was at leat able to write a test that do not pass in latest dev
Gofer new
squeaksource: 'DelaunayTmpStuffs';
package: 'ExampleAnnouncementProblems';
load.
will not pass with:
http://ci.moosetechnology.org/job/moose-latest-dev/402/artifact/moose_suite…
will pass with:
http://ci.moosetechnology.org/job/moose-latest-dev/393/artifact/moose_suite…
Hi!
Is it okay to commit the following method?
-=-=-=-=-=-=-=-=-=
ESDiagramrenderer>>getRenderedForm
"Simulate the graphical morph rendering"
| form Name is already defined aCanvas c |
diagram gcWrapper: ESDiagramGraphicsContextWrapper new.
diagram setup.
aCanvas := ESCanvas onDiagram: diagram.
aCanvas updateBounds.
form := Form extent: aCanvas bounds extent depth: Display depth.
c := FormCanvas on: form.
aCanvas drawOn: c..
^ form
-=-=-=-=-=-=-=-=-=
Such a form can freely appear in Mondrian, as a popupView.
I am not sure whether this has been done already.
You can try:
-=-=-=-=-=-=-=-=-=
| diag factory |
factory := ESDummyFactory new.
factory yValues: #(25 50 19 24 35 23 28 26 24 23).
diag := ESDiagramRenderer new.
(diag verticalBarDiagram)
y: #yValue;
regularAxis;
width: 300;
height: 200;
setInvertedLinearFill;
setColoredFill;
models: factory buildDummies. "or setInvertedLinearFill"
diag getRenderedForm asMorph openInHand
-=-=-=-=-=-=-=-=-=
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi
I tried loading Glamour using the instructions at
<http://www.moosetechnology.org/tools/glamour>
Gofer new
squeaksource: 'Glamour';
package: 'ConfigurationOfGlamour';
load.
(Smalltalk at: #ConfigurationOfGlamour)
perform: #loadDefault
However, in the process of loading, I get this warning:
This package depends on the following classes:
SubscriptionRegistry
You must resolve these dependencies before you will be able to load these
definitions:
SubscriptionRegistry>>glmSubscriptions
Select Proceed to continue, or close this window to cancel the operation.
If I hit proceed, I then get another warning:
This package depends on the following classes:
SubscriptionRegistry
You must resolve these dependencies before you will be able to load these
definitions:
SubscriptionRegistry>>hasHandlerFor:
SubscriptionRegistry>>lookFor:
SubscriptionRegistry>>lookFor:ifNone:
SubscriptionRegistry>>unsubscribeForEvent:
Select Proceed to continue, or close this window to cancel the operation.
I selected Proceed and when I do:
GLMBasicExamples open
I get a MNU in
GLMAnnouncer>>resetAnnouncer
registry reset "since registry is not defined"
I compared the methods in GLMAnnouncer to the Moose-4.4 image
<http://www.moosetechnology.org/download/4.4> and found out that the
methods are
different from what ConfigurationOfGlamour loads – which might explain the
problem.
Is it still possible to load Glamour on its own? I only need it for creating
some simple browsers and I don't need everything else in Moose. I've already
built the browser in the Moose-4.4 image and just want to run in inside a
Pharo-1.2 image.
Thanks!
--
Nick
--
View this message in context: http://forum.world.st/Problem-loading-ConfigurationOfGlamour-in-Pharo-1-2-S…
Sent from the Moose mailing list archive at Nabble.com.
view shape rectangle size: 20.
view interaction action: #inspect.
view interaction
whenEnteringUpdateNode: [:node | view interaction forwarder.
view nodes: (Set allSubclasses).
view interaction forwarder.
view edgesFrom: #superclass.
view treeLayout ]
whenLeavingUpdateNode: [:node | ] withLayoutUpdate: true.
view nodes: (1 to: 3)
when I try this example I do not see the tree representing subclasses.
Stef
Hi Tudor. I have no idea about Moose, but I was wondering if you need to
copy models (in addition to export them to disk).
So, do you need? and if true, how do you do it? #veryDeepCopy ?
Thanks
--
Mariano
http://marianopeck.wordpress.com