<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.0">
</HEAD>
<BODY>
How can I pop up a modeless dialog box to confirm a user's choice ?<BR>
<BR>
In a validate method I did something like<BR>
<BR>
Foo (WAComponent)&gt;&gt;validate<BR>
&nbsp;&nbsp;&nbsp; (self confirm: aPrettyNiceMessage)<BR>
                ifTrue: [self answer: self buildMyAnswer]<BR>
<BR>
But the confirmation message is printed in the current part of the form, but not in a new window.<BR>
<BR>
Thanks for help<BR>
<BR>
Olivier
</BODY>
</HTML>