Thanks, Alexandre, it works! Also since I use RTView and RTEdgeBuilder I can use view @ RTDraggableView to achieve the âdraggability"
Yes! Glad to hear the problem is solved! Alexandre
On Mar 22, 2018 14:01, "Alexandre Bergel" <alexandre.bergel@me.com> wrote: I see. Do you know you can drag and drop the background to scroll?
You can also make the view zoomable, using the mouse wheel.
Try this: -=-=-=-=-=-=-=-=-= b := RTMondrian new. b nodes: (RTObject withAllSubclasses). b edges connectFrom: #superclass. b layout radial. b build.
b view @ RTZoomableView. RTHTML5Exporter new directoryPathname: '/tmp'; export: b view.
b view -=-=-=-=-=-=-=-=-=
Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Mar 22, 2018, at 1:40 PM, Andrei Stebakov <lispercat@gmail.com> wrote:
Hi Alexandre
I don't see how I can do without the scroll bars in HTML since the node tree that I tender using RTTreeLayout has a big width and only 1/4 of it fits in one page view. Since I am building a web service I rely on rendering and serving the view in HTML and without the scroll bars there is no way for me to view all elements of the model in Chrome.
On Mar 22, 2018 11:50, "Alexandre Bergel" <alexandre.bergel@me.com> wrote: Hi!
Scroll bar are not exportable to HTML, as benefits in doing so are not really apparent. What would be the ideal behavior? Will removing scrollbars when exporting to HTML sufficient for your need?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Mar 22, 2018, at 11:20 AM, Andrei Stebakov <lispercat@gmail.com> wrote:
When I do v @ RTDoubleScrollBar. and then export to HTML the bars are rendered in the middle of HTML page and they don't actually scroll. I checked in in Chrome and IE on windows. Could you guys take a look?