hello people, someone knows how to do this actions (increase/decrease) on a Mondrian Pane using Glamour, something like this script with the button action
| browser | browser := GLMTabulator new.
browser column: #mpanel.
browser actions: [:root| {GLMAction new title: 'increase'; action: [ ??? ]; "<-- what can i put here ?" icon: MenuIcons smallWindowIcon }].
browser transmit to: #mpanel; andShow: [:a| a mondrian painting: [:view | view nodes: (1 to: 10)]].
browser openOn: {}.
i see the MOEasel code like reference, but it's using a MOCanvas and MORoot... so i don't know how to do same things with Glamour code...
can i get the MOCanvas from "mondrian pane" ? can i put a MOCanvas on a Glamour pane ? something else in order to manipulate the size ?
thanks !
Hi Felipe,
On 7 Aug 2010, at 00:40, Felipe Ignacio Valverde Campos wrote:
hello people, someone knows how to do this actions (increase/decrease) on a Mondrian Pane using Glamour, something like this script with the button action
| browser | browser := GLMTabulator new.
browser column: #mpanel.
browser actions: [:root| {GLMAction new title: 'increase'; action: [ ??? ]; "<-- what can i put here ?" icon: MenuIcons smallWindowIcon }].
There is nothing you can put in there because in the current form the Glamour presentation does not know the actual morph that renders it. Your use case should actually be supported directly by the widget that renders the Mondrian presentation.
Please open a ticket for this issue.
Cheers, Doru
browser transmit to: #mpanel; andShow: [:a| a mondrian painting: [:view | view nodes: (1 to: 10)]].
browser openOn: {}.
i see the MOEasel code like reference, but it's using a MOCanvas and MORoot... so i don't know how to do same things with Glamour code...
can i get the MOCanvas from "mondrian pane" ? can i put a MOCanvas on a Glamour pane ? something else in order to manipulate the size ?
thanks !
http://www.dcc.uchile.cl/~fvalverd/public_key.asc Estudiante de Ingeniería Civil en Computación. Facultad de Ciencias Físicas y Matemáticas. Universidad de Chile. _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Live like you mean it."
There is nothing you can put in there because in the current form the Glamour presentation does not know the actual morph that renders it. Your use case should actually be supported directly by the widget that renders the Mondrian presentation.
Please open a ticket for this issue.
Cheers, Doru
how and where can i open a "ticket" ? because i don't how to do that.
thanks !
You should use the Google Code page: http://code.google.com/p/moose-technology/issues/list
Cheers, Doru
On 8 Aug 2010, at 01:25, Felipe Ignacio Valverde Campos wrote:
There is nothing you can put in there because in the current form the Glamour presentation does not know the actual morph that renders it. Your use case should actually be supported directly by the widget that renders the Mondrian presentation.
Please open a ticket for this issue.
Cheers, Doru
how and where can i open a "ticket" ? because i don't how to do that.
thanks !
http://www.dcc.uchile.cl/~fvalverd/public_key.asc Estudiante de Ingeniería Civil en Computación. Facultad de Ciencias Físicas y Matemáticas. Universidad de Chile. _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Problem solving efficiency grows with the abstractness level of problem understanding."