Is it only me, or as GTInspector is a part of Pharo 4, configuration of roassal should load the presentation and not something from outside?


On 25 Apr 2015, at 19:23, Peter Uhn��k <i.uhnak@gmail.com> wrote:

Indeed, I always run this script to get in Pharo 4

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"=== Roassal presentations ==="

Gofer new 
smalltalkhubUser: 'Moose' project: 'GToolkit';
package: 'GT-InspectorExtensions-CoreRoassal';
load.

Gofer new 
smalltalkhubUser: 'Moose' project: 'Glamour';
package: 'Glamour-Tools';
package: 'Glamour-Roassal2-Presentations';
load.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Peter

On Sat, Apr 25, 2015 at 7:05 PM, Tudor Girba <tudor@tudorgirba.com> wrote:
If you do not have a Moose image, you have to load the Glamour Roassal presentation and the GT-InspectorExtensions-CoreRoassal

Cheers,
Doru

On Sat, Apr 25, 2015 at 7:01 PM, Offray Vladimir Luna C��rdenas <offray@riseup.net> wrote:
Hi,

I'm just testing/porting some of my stuff on pharo 4 (congrats again for the release!) and I see something strange. When I run the examples of agile visualization on a playground I don't get all the tabs that I get on Pharo 3.0 and Moose 5.0 and 5.1, only the "Raw" and "Meta". Tabs like "View" and "Elements" are lost, which are particulary needed when you explore a visualization.

To repeat this behaviour, just run any example of agile visualization book on a fresh image of Pharo 4.

I'm running Pharo4.0 Latest update: #40611 on an Arch Linux system.

Hope it helps,

Offray




--

"Every thing has its own flow"