Offray,
I wanted to try Grafoscopio but couldn't load it in Pharo4 (windows)
I used your stfx workspace as mentioned on STH.
"Updates the system prerequisites with new versions of itself take from the source code repository"
"Visualization library (which also makes main menu loadable)"
Gofer it
smalltalkhubUser: 'ObjectProfile' project: 'Roassal2';
configurationOf: 'Roassal2';
loadStable.
"Open/save files on STON format"
Gofer new��
smalltalkhubUser: 'SvenVanCaekenberghe' project: 'STON';
configurationOf: 'Ston';
loadBleedingEdge.
"Moose and Roassal integration"
Gofer new
smalltalkhubUser: 'Moose' project: 'Glamour';
package: 'Glamour-Tools';
package: 'Glamour-Roassal2-Presentations';
load.
Gofer new
smalltalkhubUser: 'Moose' project: 'GToolkit';
package: 'GT-InspectorExtensions-CoreRoassal';
load.
"Integration with external tools"
Gofer new��
�� �� smalltalkhubUser: 'Offray' project: 'Grafoscopio';
�� �� package: 'Grafoscopio-ExternalTools';
�� �� load.
"HTML scrapping"
Gofer new��
�� �� smalltalkhubUser: 'PharoExtras' project: 'Soup';
�� �� configurationOf: 'Soup';
�� �� loadStable.
"Data visualization"
Gofer new��
�� �� smalltalkhubUser: 'Offray' project: 'Dataviz';
�� �� package: 'Dataviz';
�� �� load.
Gofer new��
�� �� smalltalkhubUser: 'Offray' project: 'Grafoscopio';
�� �� package: 'Grafoscopio';
�� �� load.
Just that I put #loadStable instead of #loadDevelopment for Roassal.
So, how is one opening the tool?��
I tried:
GrafoscopioGUI new open.
but got EclipseUIThemeIcons MNU: catalogIcon
I put another icon just to get past and as I found no World menu entry, I did:
GrafoscopioGUI new openWithSpec.
Clicking on the toobar gives me Por implementar...
Any resource for me to look at?
A "Notebook" in Pharo, I want to try :-)
Phil