Re: Modeless Window (real or div)

2008-10-07 Thread Francisco Diaz Trepat - gmail
right, the nonmodal window is basically a calculator (kind of) that helps the user do some math. It needs to have access to "lower" (layer-wise) fields. If a modal window is displayed then it should cover the nonmodal window (lets call it the calculator). I can do this with some error like this:

Re: Modeless Window (real or div)

2008-10-07 Thread Nino Saturnino Martinez Vazquez Wael
both modal and nonmodal? Francisco Diaz Trepat - gmail wrote: Seams that it is not possible to do this. I need both modal and modeless. f(t) On Tue, Oct 7, 2008 at 7:57 AM, Francisco Diaz Trepat - gmail < [EMAIL PROTECTED]> wrote: Hi nino, sounds good, I'll have to set the setCssClassName

Re: Modeless Window (real or div)

2008-10-07 Thread Francisco Diaz Trepat - gmail
Seams that it is not possible to do this. I need both modal and modeless. f(t) On Tue, Oct 7, 2008 at 7:57 AM, Francisco Diaz Trepat - gmail < [EMAIL PROTECTED]> wrote: > Hi nino, sounds good, I'll have to set the setCssClassName() if I don't > want to clash with other modal windows, that need t

Re: Modeless Window (real or div)

2008-10-07 Thread Francisco Diaz Trepat - gmail
Hi nino, sounds good, I'll have to set the setCssClassName() if I don't want to clash with other modal windows, that need to be modal, right? f(t) On Tue, Oct 7, 2008 at 2:36 AM, Nino Saturnino Martinez Vazquez Wael < [EMAIL PROTECTED]> wrote: > Why not use wicket modal window, and just override

Re: Modeless Window (real or div)

2008-10-06 Thread Nino Saturnino Martinez Vazquez Wael
Why not use wicket modal window, and just override css? Francisco Diaz Trepat - gmail wrote: Hi I need to build a pop-up modal window on my application. I wanted to see if I could get some recomendations or comments. Obviously I need not to re-enter username and password and work on the same se

Modeless Window (real or div)

2008-10-06 Thread Francisco Diaz Trepat - gmail
Hi I need to build a pop-up modal window on my application. I wanted to see if I could get some recomendations or comments. Obviously I need not to re-enter username and password and work on the same session. It could be a div element like the Wicket Dialog, or a real new window. Thoughts? than