Hi,
I removed EyeSee from the configuration of Moose.
You can still load it separately.
Next will be to drop GraphET and only focus on GraphET2 :)
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi!
TRCanvas uses "Color transparent”. Is there a reason for this?
I am just wondering…
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
Just to say that Pablo is working on a harmonized color set for Roassal2. He will probably announce it soon :-)
I know some of you are interested in that :-)
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi all,
Does anyone know why the TextProperty underline does not work anymore in the glamour browsers? Is this a problem with the default font in Moose? Because with the original font it seems to work.
Diego
Hi,
The last weeks have seen quite an amazing raise in the energy level in this
mailing list. It's getting almost impossible to keep up with everything
that is happening. It's fantastic to see this!
Please keep this up :)
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi,
When I remove an element from the view and this element had an interaction
RTLabelled, the label is not removed.
| view el |
view := RTView new.
el := (RTBox new size: 20; color: Color blue) elementOn: 'Element'.
view add: el.
el @ RTLabelled.
el on: TRMouseClick do: [ :event | el remove. view canvas signalUpdate ].
view open
--
Leo Perard