Very nice!
This is what I was needing. This method atEndDo serves to me good. However
i can't update the view yet. The current modrian view persist and I can't
show a new view based on the value gotten from the wizard.
Following the code that I am using. The method distributionMapIn: with:
just build the view. I thought this was sufficient to update the view, but
it doesn't work.The old view persist.
filterWizard := WizardControl new
atEndDo:[:wizardInformation|
browser transmit
to: #map;
andShow: [ :a | self distributionMapIn: a with: (wizardInformation at:
#textEntry) ]. ]
How can I show the new view?
On 14 December 2011 16:48, Cyrille Delaunay [via Smalltalk] <
ml-node+s1294792n4196469h28(a)n4.nabble.com> wrote:
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]<http://user/SendEmail.jtp?type=node&node=4196469&i=0>
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
[hidden email] <http://user/SendEmail.jtp?type=node&node=4196469&i=1>
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--
Cyrille Delaunay
http://cyrilledelaunay.seasidehosting.st/
_______________________________________________
Moose-dev mailing list
[hidden email] <http://user/SendEmail.jtp?type=node&node=4196469&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-tp4195096p4196469.html
To start a new topic under Moose, email
ml-node+s1294792n1310756h25(a)n4.nabble.com
To unsubscribe from Moose, click
here<http://forum.world.st/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1310756&code=amxlYW5kcm8ubWFydGluc0BnbWFpbC5jb218MTMxMDc1NnwtMTA2ODQ0ODY4OA==>
.
NAML<http://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>