Thanks Doru but I am using it inside the inspector already and I need the graph to show up
in the next pane. openWithToolbarEntitled: makes it open in a new window, which breaks the
flow. :-(
--
Does this mail seem too brief? Sorry for that, I don’t mean to be rude! Please see
PLEIAD and RyCh labs - Computer Science Department (DCC) - University of Chile
On 12 Dec 2016, at 15:10, Tudor Girba
<tudor(a)tudorgirba.com> wrote:
Hi,
If you use the integration of Roassal from Glamour, you can use openWithToolbarEntitled:.
For example:
| b ds |
b := RTGrapher new.
b extent: 900 @ 200.
ds := RTData new.
ds interaction highlight.
ds points: RTShape withAllSubclasses.
ds barShape width: 10.
ds y: #numberOfMethods.
ds barChartWithBarTitle: #name.
b add: ds.
b openWithToolbarEntitled: 'My graph’
Cheers,
Doru
On Dec 12, 2016, at 12:58 PM, Kjell Godo
<squeaklist(a)gmail.com> wrote:
+1
Yes how to set the SystemWindow labels
On Mon, Dec 12, 2016 at 08:47 Johan Fabry <jfabry(a)dcc.uchile.cl> wrote:
Hi All,
I was looking for a way to get a title on a graph made with RTGrapher. I have so many
open that sometimes I forget which ones is which. A title would help but I cannot find a
straightforward way to add one. Is this possible?
--
Does this mail seem too brief? Sorry for that, I don’t mean to be rude! Please see
http://emailcharter.org .
Johan Fabry -
http://pleiad.cl/~jfabry
PLEIAD and RyCh labs - Computer Science Department (DCC) - University of Chile
_______________________________________________
Moose-dev mailing list
Moose-dev(a)list.inf.unibe.ch
https://www.list.inf.unibe.ch/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
Moose-dev(a)list.inf.unibe.ch
https://www.list.inf.unibe.ch/listinfo/moose-dev
--
www.tudorgirba.com
www.feenk.com
"Be rather willing to give than demanding to get."
_______________________________________________
Moose-dev mailing list
Moose-dev(a)list.inf.unibe.ch
https://www.list.inf.unibe.ch/listinfo/moose-dev