[Seaside] Modal dialog box

olivier blanc olivier.blanc at dgi.finances.gouv.fr
Fri Mar 14 14:59:47 UTC 2008


How can I pop up a modeless dialog box to confirm a user's choice ?

In a validate method I did something like

Foo (WAComponent)>>validate
    (self confirm: aPrettyNiceMessage)
		ifTrue: [self answer: self buildMyAnswer]

But the confirmation message is printed in the current part of the form,
but not in a new window.

Thanks for help

Olivier
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20080314/cc2a45cb/attachment.htm


More information about the seaside mailing list