Re: Glamour-Merilin-Mondrian
Posted by
cdelaunay on
Dec 14, 2011; 6:47pm
URL: https://forum.world.st/Glamour-Merilin-Mondrian-tp4195096p4196469.html
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
<[hidden email]>
> 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
--
Cyrille Delaunay
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev