Hi everyone,
I need to set change the label default color and also limit the maximum words to display (say, I want to display only the top 10 words). Is there a way to do it without subclassing the builder?
Thanks in advance!
Hi Agustin,
Sorry for the late reply. We have implemented #maxWords:
Here is an example: b := RTNameCloud new. b maxWords: 10. b addStrings: (RTNameCloud rtmethods collect: #getSource). b
Hope it helps!
Cheers, Alexandre
On Jun 11, 2016, at 7:52 PM, Agustin Meriles jameriles@gmail.com wrote:
Hi everyone,
I need to set change the label default color and also limit the maximum words to display (say, I want to display only the top 10 words). Is there a way to do it without subclassing the builder?
Thanks in advance!
-- Ing. Agustín Meriles Jefe Departamento de Desarrollo Pinard Software e Innovación S.R.L. www.pinard.com.ar
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
Cool! Thanks El jun 14, 2016 7:02 PM, "Alexandre Bergel" alexandre.bergel@me.com escribió:
Hi Agustin,
Sorry for the late reply. We have implemented #maxWords:
Here is an example: b := RTNameCloud new. b maxWords: 10. b addStrings: (RTNameCloud rtmethods collect: #getSource). b
Hope it helps!
Cheers, Alexandre
On Jun 11, 2016, at 7:52 PM, Agustin Meriles jameriles@gmail.com wrote:
Hi everyone,
I need to set change the label default color and also limit the maximum words to display (say, I want to display only the top 10 words). Is there a way to do it without subclassing the builder?
Thanks in advance!
-- Ing. Agustín Meriles Jefe Departamento de Desarrollo Pinard Software e Innovación S.R.L. www.pinard.com.ar
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev