Pb with Glamour on Pharo 4?
by Alexandre Bergel
Hi!
Juraj and I did a small UI using Glamour on Pharo 3. Unfortunately, it behaves differently on Pharo 4.
Here is an excerpt of the script:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
browser := GLMTabulator new.
browser
column: #one;
column: [ :c |
c
row: #rowOne span: 0.2;
row: #rowTwo ].
browser transmit
to: #one;
andShow: [ :a |
a list
shouldValidate: true;
updateOn: GLMItemRemoved from: #yourself;
updateOn: GLMItemAdded from: #yourself;
updateOn: WSRefresh from: self announcer;
display: [ :anObject | Array withAll: self actions ];
format: [ :anAction | anAction name ];
act: [ :b | actions add: WSAction new ]
icon: GLMUIThemeExtraIcons glamorousAdd
on: $+
entitled: 'Add a new action';
act: [ :actionToBeRemoved :b |
actions remove: actionToBeRemoved selection.
self refreshList ]
icon: GLMUIThemeExtraIcons glamorousRemove
on: $-
entitled: 'Remove the selected action';
act: [ :b | self doAllActions ]
icon: GLMUIThemeExtraIcons glamorousGo
on: $g
entitled: 'Executes all actions' ].
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
On Pharo 3:
On Pharo 4:
The code can be downloaded from the configuration browser. Just look for WorkingSet
Any idea what’s going on?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
8 years, 8 months
Loading PetitParser in Pharo4 gives font issues
by Johan Fabry
Hi all,
I am moving Live Robot Programming to Pharo 4, and I found an issue when loading PetitParser. Some fonts are changed (I guess) and this breaks rendering of text.
To reproduce: in the current build open a playgound and do:
Gofer it
smalltalkhubUser: ‘Moose' project: ‘PetitParser';
configuration;
loadDevelopment
when everything is loaded, the playground text area changes to the red crossed error morph. (DNU: GLMBrickRenderer class>>render:on:) Opening a new playground and new browser goes OK. But when I open the Spotter and start typing all results are the red error morph (DNU: AthensCairoCanvas>>#line:to:width:color:)
Can this be looked at, or can you tell me how I can at least fix the spotter while this is looked at?
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry
PLEIAD lab - Computer Science Department (DCC) - University of Chile
8 years, 8 months
Moose is stable again :-)
by Alexandre Bergel
Excellent!!!
I’ve just fixed the failing tests of Roassal. Actually, these failures were due to the improvement of RTGrapherBuilder, not because of Pharo 4.0. For some reason, when I run the tests before committing, the tests were all green. I think this is due to some weird behavior with class renaming...
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
8 years, 8 months
GTDebugger raising an emergency debugger
by Alexandre Bergel
Hi!
I wanted to have a look at why some tests are failing in the last version of moose.
But I cannot even open a debugger.
Maybe some classes are missing. I see SystemDictionary>>at: in the call stack.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
8 years, 8 months
List of academic / industrial using Moose
by Anne Etien
Hi,
In the previous version of the website, there was a list of academic partners and its equivalent for the industrial ones. I can’t find on the new version of the website where is the information and the old links lead to 404 pages.
Is the information available somewhere?
Thanks in advance for your help.
Anne
8 years, 8 months
Happy 2015!
by Alexandre Bergel
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
8 years, 8 months