Re: [Pharo-users] Roassal scroll bar builder

2015-03-05 Thread Pierre CHANSON
Hi Ofrray, yes it is due to view inspect inspect. Actually I already wrote a "b view inspect", so you just have to execute the code, but if you inspect it, you get inspector on inspector. There is always this behavior, due to a signalUpdate, embedded with the events, that will affect the view on

Re: [Pharo-users] Roassal scroll bar builder

2015-03-04 Thread Offray Vladimir Luna Cárdenas
Hi, Seems pretty interesting. I have an odd behaviour though. Besides the lateral view in the playground, a new window called "Inspector on a RTView" is created. When I move the scroller on that new window, the view in the right part of the playgrond starts to move. Please test what happens w

[Pharo-users] Roassal scroll bar builder

2015-03-04 Thread Pierre CHANSON
Hi all, RTScrollBarBuilder allows you to add a scalable scroll bar or scroll pad to your Roassal view. see examples in RTScrollBarBuilderExamples, or try to execute this in a workspace: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= b := RTMondrian new. b shape rectangle