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(a)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(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev