I am trying to understand Morphs by looking at how the Workspace and Browsers are created; however, I get a Nautilus error when I "DoIt" on the following HierarchyBrowser newFor: Boolean. That code is in the comments section for that class. Does the HierarchyBrowser no longer work or am I doing something wrong?
which pharo version? Yes, in Pharo2 this does not work anymore. And in Pharo3 there is not even a HierarchyBrowser anymore. In both versions, you can - use Nautilus to browse the class and select the "Hierarchy"-Button or - SystemNavigation default browseHierarchy:Boolean or - Boolean browseHierarchy Nicolai 2014-02-03 Bob Williams <rwilliams19@cox.net>:
I am trying to understand Morphs by looking at how the Workspace and Browsers are created; however, I get a Nautilus error when I "DoIt" on the following HierarchyBrowser newFor: Boolean. That code is in the comments section for that class. Does the HierarchyBrowser no longer work or am I doing something wrong?
Bob Williams wrote
I am trying to understand Morphs by looking at how the Workspace and Browsers are created
Those are fairly complex morphs. Have you started with more basic examples e.g. "Morph new openInWorld"? There are some great examples on the old Squeak wiki, especially about layout. They probably still work on latest pharo. ----- Cheers, Sean -- View this message in context: http://forum.world.st/Nautilus-error-tp4741184p4741232.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (3)
-
Bob Williams -
Nicolai Hess -
Sean P. DeNigris