Hi
When I attach TRMouseClick event on an edge it gets fired but the event
element is nil so I have no reference to the original object. Since RTEdge
is subclass of RTAnnouncableObject I would expect it to work correctly.
-------------
view := RTView new.
el1 := RTEllipse new size: 30; elementOn: 'a'.
el2 := RTEllipse new size: 30; elementOn: 'b'.
el1 translateTo: -50 @ 0.
el2 translateTo: 50 @ 0.
line := RTArrowwedLine edgeFrom: el1 to: el2.
el1 when: TRMouseClick do: [ :event | event element inspect ]. "returns el1"
line when: TRMouseClick do: [ :event | event element inspect ]. "returns
nil"
view add: el1; add:el2; add: line.
view open.
------------------
Thanks,
Peter
Hi,
I am going through the changes made to Moose-RoassalPaintings and some of
the are just broken.
For example:
viewBlueprintOn: was not migrated, but viewBlueprintComplexity was changed
to use Roassal2. This makes it crash.
Please test these changes by trying to generate actual visualizations.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Uhm, they are still in PetitParser, and therefore Moose.
I don't have commit rights to the ObjectProfile projects.
Name: ConfigurationOfGraphET2-StephanEggermont.27
Author: StephanEggermont
Time: 4 October 2014, 2:42:44.476823 pm
UUID: 0b8450c8-6656-487c-947b-56d64c2eb82e
Ancestors: ConfigurationOfGraphET2-PabloEstefo.26
development uses baseline
Stephan
Status: New
Owner: ----
Labels: Type-Defect Priority-Critical
New issue 1034 by alexandr...(a)gmail.com: Glamour easel and GTDebugger
http://code.google.com/p/moose-technology/issues/detail?id=1034
Hi!
I have spotted an important bug. If I enter the following in the Glamour
Roassal easel:
view nodes: (1 to: 20).
self halt.
A debugger is open, but I cannot step in. Apparently the code source is not
accessible. This is a major regression...
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Hi,
I would need help for reimplementing the Class Blueprint. The challenge
here is to get the ability to set the height of the boxes to be based on
the maximum height of any of the sybling boxes.
Who can help?
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"