You should load the latest of everything. I guess you need to update Glamour as well.
Doru
On Thu, Nov 6, 2014 at 2:01 PM, phil@highoctane.be phil@highoctane.be wrote:
Loaded as mentioned but:
renderOn: aView self paintingBlock glamourValue: ( aView asGlamorousMultiValue, self entity asGlamorousMultiValue, self asGlamorousMultiValue ). aView build. self shouldPopulateSelection ifTrue: [ aView view elements do: [:each | each on: TRMouseLeftClick do: [:event | self selection: each model ]] ]. self view: aView
RTElement>>on:do: MNU
Phil
On Thu, Nov 6, 2014 at 1:15 PM, Tudor Girba tudor@tudorgirba.com wrote:
Indeed. You need a fairly recent version of Roassal2 to get RTUMLClassBuilder.
For a package, you can simply trigger it like this (inspect): b := RTUMLClassBuilder new. b addObjects: (RPackageOrganizer default packageNamed: 'AST-Core') definedClasses. b treeLayout. b build. b view
Cheers, Doru
On Thu, Nov 6, 2014 at 12:55 PM, Peter Uhnák i.uhnak@gmail.com wrote:
Do you have the latest version?
Gofer new smalltalkhubUser: 'ObjectProfile' project: 'Roassal2'; package: 'ConfigurationOfRoassal2'; load. (Smalltalk at: #ConfigurationOfRoassal2) loadDevelopment
On Thu, Nov 6, 2014 at 12:37 PM, phil@highoctane.be phil@highoctane.be wrote:
Thx... Roassal2 is loaded in my image but there is no RTUMLClassBuilder there.
[image: Inline image 1]
Where can I get that?
Phil
On Thu, Nov 6, 2014 at 11:42 AM, Peter Uhnák i.uhnak@gmail.com wrote:
Check out RTUMLClassBuilder in Roassal2, this is used by Moose. (Not sure by Pharo 3 compatibility but Roassal2 should work there.)
Peter
On Thu, Nov 6, 2014 at 11:10 AM, Usman Bhatti usman.bhatti@gmail.com wrote:
I haven't seen support for UML class diagrams in a Pharo image yet.
However, it is possible in Moose image. Open MoosePanel, import your code in Moose (st icon on top right). One model imported, All Model Classes-> right click -> UML Class diagram.
usman
On Thu, Nov 6, 2014 at 10:34 AM, phil@highoctane.be < phil@highoctane.be> wrote:
> Hello, > > I've got an image I develop in and would like to be able to generate > diagrams for a number of classes and relationships to explain how things > are working to other people. > > How can I do that with Moose? (Or GT I have loaded in 3.0) > > I have seen a couple diagrams floating around, so it is definitely > possible to do. > > But I also saw that all of that was done in a Moose image and not in > a normal Pharo image. > > TIA > Phil > > > > > > _______________________________________________ > Moose-dev mailing list > Moose-dev@iam.unibe.ch > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > >
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow"
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev