Hi Alex,
Roassal menu items are added to the Tools menu in Pharo, which makes
looking for "native" tools a bit difficult. I propose to place Roassal
items in a Roassal menu. I did a bit of modification to create a Roassal
menu and place items there. Can you review and integrate it?
https://dl.dropboxusercontent.com/u/11804892/Roassal-world-menu-reorganisat…
tx.
usman
[image: Inline image 3]
In freshly downloaded Moose latest, opening the Roassal Easel from the world
menu -> MNU StrikeFont>>#glyphRendererOn:. Known bug?
-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/Roassal-Easel-Red-X-of-Death-tp4773878.html
Sent from the Moose mailing list archive at Nabble.com.
I use this feature a lot for Workspaces from the window menu. It helps when I
have a bunch of experiments open to distinguish them from the task bar. I
can still do it from the halos, but it'd be nice to have available more
obviously.
-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/Changing-Playground-Title-tp4773952.html
Sent from the Moose mailing list archive at Nabble.com.
Hi,
I am playing with Ronie just now with Woden and Glamour, and we just
noticed that this code crashes the regular VM:
v := RWView new.
v add: RWCube element.
v addInteraction: RWMouseKeyControl.
v open
v open
This is just a reminder. I am sure Ronie will not let it stay like that for
too long :).
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
This example produce a bug dnu.
view := RTView new.
el := (RTBox new size: 20) elementOn: #symbol.
el @ RTPopup.
view add: el.
view open
​
--
Cheers,
Leo Perard
University of Lille 1