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
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside