Hi!
I am having troubles to update a mondrian view in one pane from a wizard.
I have a mondrian view in a GLMBrowserTemplate and this panel have a menu that contain a call of my wizard (a WinzarControl). On this WizardControl I pass a value and with it I need update my mondrian view. I was thinking if is possible to get the instance of my GLMBrowserTemplate that contains the mondrian view and do what I need into WizardControl panel. Does is it possible? How?
-- View this message in context: http://forum.world.st/Glamour-Merilin-Mondrian-tp4195096p4195096.html Sent from the Moose mailing list archive at Nabble.com.
In your action block the first argument is the presentation or browser (depending on where you installed the action).
On this you can simply call update.
Take a look here: http://www.themoosebook.org/book/internals/glamour/update
or here: GLMBasicExamples>>updateableIndividualPresentations
Cheers, Doru
2011/12/14 Júlio Martins jleandro.martins@gmail.com:
Hi!
I am having troubles to update a mondrian view in one pane from a wizard.
I have a mondrian view in a GLMBrowserTemplate and this panel have a menu that contain a call of my wizard (a WinzarControl). On this WizardControl I pass a value and with it I need update my mondrian view. I was thinking if is possible to get the instance of my GLMBrowserTemplate that contains the mondrian view and do what I need into WizardControl panel. Does is it possible? How?
View this message in context: Glamour-Merilin-Mondrian Sent from the Moose mailing list archive at Nabble.com.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
I saw your example, but I can't run it. I did "GLMBasicExamples new updateableindividualPresentations open" and it just open a window that I can't do nothing. Sorry, is it a correct manner to open?
Well, if I understood good, this not serves me good, because your example don't call a separated window with commands to update a view in a previous window. I have this problem:
A mondrian browser call a window that contain radio buttons, text field. A value that I need will be on text field, so when I performed an action in a button finish, I can update the view in back window. ( ok?) How a good manner to do it?
Julio
On 14 December 2011 12:12, Tudor Girba-2 [via Smalltalk] ml-node+s1294792n4195127h26@n4.nabble.coblem wrote:
In your action block the first argument is the presentation or browser (depending on where you installed the action).
On this you can simply call update.
Take a look here: http://www.themoosebook.org/book/internals/glamour/update
or here: GLMBasicExamples>>updateableIndividualPresentations
Cheers, Doru
2011/12/14 Júlio Martins <[hidden email]http://user/SendEmail.jtp?type=node&node=4195127&i=0>:
Hi!
I am having troubles to update a mondrian view in one pane from a
wizard.
I have a mondrian view in a GLMBrowserTemplate and this panel have a
menu
that contain a call of my wizard (a WinzarControl). On this
WizardControl I
pass a value and with it I need update my mondrian view. I was thinking if is possible to get the instance of
my GLMBrowserTemplate
that contains the mondrian view and do what I need into WizardControl
panel.
Does is it possible? How?
View this message in context: Glamour-Merilin-Mondrian Sent from the Moose mailing list archive at Nabble.com.
Moose-dev mailing list [hidden email] http://user/SendEmail.jtp?type=node&node=4195127&i=1 https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow"
Moose-dev mailing list [hidden email] http://user/SendEmail.jtp?type=node&node=4195127&i=2 https://www.iam.unibe.ch/mailman/listinfo/moose-dev
If you reply to this email, your message will be added to the discussion below: http://forum.world.st/Glamour-Merilin-Mondrian-tp4195096p4195127.html To start a new topic under Moose, email ml-node+s1294792n1310756h25@n4.nabble.com To unsubscribe from Moose, click herehttp://forum.world.st/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1310756&code=amxlYW5kcm8ubWFydGluc0BnbWFpbC5jb218MTMxMDc1NnwtMTA2ODQ0ODY4OA== . NAMLhttp://forum.world.st/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.InstantMailNamespace&breadcrumbs=instant+emails%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
-- View this message in context: http://forum.world.st/Glamour-Merilin-Mondrian-tp4195096p4196111.html Sent from the Moose mailing list archive at Nabble.com.
A mondrian browser call a window that contain radio buttons, text field. A value that I need will be on text field, so when I performed an action in a button finish, I can update the view in back window. ( ok?) How a good manner to do it?
Hi! I still do not understand the example. How a Mondrian browser can call a window? Maybe a screenshot will help us help you
Alexandre
I think that what you are looking for is the place where to retrieve the values returned by your wizard and update your visualization according it. What you could do is: when you create your merlin wizard, send the message 'atEndDo:', where your specify a block with the action to perform at the end of the wizard:
WizardControl new ...; ...; atEndDo: [:wizardInformations | updateVisualizationWith: (wizardInformations at: #key)].
2011/12/14 Alexandre Bergel alexandre.bergel@me.com
A mondrian browser call a window that contain radio buttons, text field.
A value that I need will be on text field, so when I performed an action in a button finish, I can update the view in back window. ( ok?)
How a good manner to do it?
Hi! I still do not understand the example. How a Mondrian browser can call a window? Maybe a screenshot will help us help you
Alexandre _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev