Hello Doru !,
I am showing a Mondrian drawing in a Glamour panel, and I am trying to solve the following problems:
- When shown in a Glamour browser, how I could add to the Mondrian frame a scroll bar ? the Mondrian visualizations are often larger than the panel, and since there is not a scroll bar, they are shown incomplete (when using Mondrian outside Glamour the scroll-bar is there when needed). - In my Mondrian drawing, the nodes are not reacting to double-click events that are configured. However, if I show the Mondrian drawing outside glamour, double click events works fine. - is there a way to visualize subtitles to the multiple panels that compose my glamour browser ?. In addition, I never managed to change the title of the browser (Glamorous Browser by default), even though -as a test- I sent the "title:" message to the browser object and to every object that could understand it, but without affecting the title when the browser was shown.
this is the snippet of the code I am using for working with Mondrain in Glamour:
browser row: [:row2 | row2 column: #proofTree. browser showOn: #proofTree; from: #proofNode; using: [| mond | mond := browser mondrian. mond painting: [:view :node | ... ] ... ]
thanks in advance for any help !