Hi Natalia,
We have just added RWPopup.
-=-=-=-=-=-=-=-=-=-=-=-=
v := RWView new.
shape := RWCube new color: [ :m | Color random asWDColor ].
es := shape elementsOn: (1 to: 100).
RWCubeLayout on: es.
v addAll: es.
es do: [ :e | e addInteraction: RWPopup ].
v
-=-=-=-=-=-=-=-=-=-=-=-=
Let us know how it goes
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel
http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On May 12, 2015, at 1:09 PM, Natalia Tymchuk
<natalia.tymchuk(a)unikernel.net> wrote:
Hi.
I also trying to work with Roassal3D. I don’t decide yet what I like more: Roassal3D or
RWoden.
And there I also cannot find how to add highlighting and menu, in your letter you wrote
that you have it.
Can you write how does it called there.
Thanks,
Natalia