You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by freak182 <em...@gmail.com> on 2008/06/05 08:11:05 UTC

Multi-ModalWindow

Hello,
It is possible to have multiple modal window in a page pop-up?what i mean is
that, if there is a message from user1, the message pop using modal window,
and modal window will pop too if user2 send message. the modal windowS will
just flood on user browser if other user send messages...is this possible?

Thanks a lot...Cheers
-- 
View this message in context: http://www.nabble.com/Multi-ModalWindow-tp17662869p17662869.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Multi-ModalWindow

Posted by freak182 <em...@gmail.com>.
Hello,
That would be nice if you can do some meebo thing about modal window...you
know,my trigger was came from comet. if i can open-up another window, if
there was a trigger, that would be great...thats why im looking on how to
open-up a new modal window...the tosater are great but i think it did not
fit my requirement..thanks for the ref..

Thanks a lot..Cheers



Nino.Martinez wrote:
> 
> Hmm, Im not sure that actually are a modal window. Arent it more of a 
> stackable toaster?
> 
> 
> This is not directly on the spot, but you'll get the idea. Im working on 
> a toaster using scriptaculous.. 
> 
> If I have the time I could probably do 
> something the lines of that.
> 
> 
> 
> http://www.demay-fr.net:8080/WCD13/app/?wicket:bookmarkablePage=%3Awicket.contrib.dojo.examples.ToasterSample
> 
> freak182 wrote:
>> Hello,
>> I saw it..but i dont want a modal window open inside another modal
>> window...what i mean is that in the same page will open another modal
>> window..bcoz i have a trigger that opens a modal window in page (not
>> clicked
>> by the user)...now when a new trigger comes in another modal window
>> should
>> open...or should i say same window instance but different content...just
>> like meebo thing :)
>>
>> Thanks a lot..Cheers
>>
>>
>>
>> Nino.Martinez wrote:
>>   
>>> Everything is possible, is just time that sets the limits. Did you see 
>>> the example?
>>>
>>> http://www.wicket-library.com/wicket-examples/ajax/modal-window.1
>>>
>>> freak182 wrote:
>>>     
>>>> Hello,
>>>> It is possible to have multiple modal window in a page pop-up?what i
>>>> mean
>>>> is
>>>> that, if there is a message from user1, the message pop using modal
>>>> window,
>>>> and modal window will pop too if user2 send message. the modal windowS
>>>> will
>>>> just flood on user browser if other user send messages...is this
>>>> possible?
>>>>
>>>> Thanks a lot...Cheers
>>>>   
>>>>       
>>> -- 
>>> -Wicket for love
>>>
>>> Nino Martinez Wael
>>> Java Specialist @ Jayway DK
>>> http://www.jayway.dk
>>> +45 2936 7684
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>>
>>>     
>>
>>   
> 
> -- 
> -Wicket for love
> 
> Nino Martinez Wael
> Java Specialist @ Jayway DK
> http://www.jayway.dk
> +45 2936 7684
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Multi-ModalWindow-tp17662869p17665727.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Multi-ModalWindow

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
Hmm, Im not sure that actually are a modal window. Arent it more of a 
stackable toaster?


This is not directly on the spot, but you'll get the idea. Im working on 
a toaster using scriptaculous.. If I have the time I could probably do 
something the lines of that.

http://www.demay-fr.net:8080/WCD13/app/?wicket:bookmarkablePage=%3Awicket.contrib.dojo.examples.ToasterSample

freak182 wrote:
> Hello,
> I saw it..but i dont want a modal window open inside another modal
> window...what i mean is that in the same page will open another modal
> window..bcoz i have a trigger that opens a modal window in page (not clicked
> by the user)...now when a new trigger comes in another modal window should
> open...or should i say same window instance but different content...just
> like meebo thing :)
>
> Thanks a lot..Cheers
>
>
>
> Nino.Martinez wrote:
>   
>> Everything is possible, is just time that sets the limits. Did you see 
>> the example?
>>
>> http://www.wicket-library.com/wicket-examples/ajax/modal-window.1
>>
>> freak182 wrote:
>>     
>>> Hello,
>>> It is possible to have multiple modal window in a page pop-up?what i mean
>>> is
>>> that, if there is a message from user1, the message pop using modal
>>> window,
>>> and modal window will pop too if user2 send message. the modal windowS
>>> will
>>> just flood on user browser if other user send messages...is this
>>> possible?
>>>
>>> Thanks a lot...Cheers
>>>   
>>>       
>> -- 
>> -Wicket for love
>>
>> Nino Martinez Wael
>> Java Specialist @ Jayway DK
>> http://www.jayway.dk
>> +45 2936 7684
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>>
>>     
>
>   

-- 
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Multi-ModalWindow

Posted by freak182 <em...@gmail.com>.
Hello,
I saw it..but i dont want a modal window open inside another modal
window...what i mean is that in the same page will open another modal
window..bcoz i have a trigger that opens a modal window in page (not clicked
by the user)...now when a new trigger comes in another modal window should
open...or should i say same window instance but different content...just
like meebo thing :)

Thanks a lot..Cheers



Nino.Martinez wrote:
> 
> Everything is possible, is just time that sets the limits. Did you see 
> the example?
> 
> http://www.wicket-library.com/wicket-examples/ajax/modal-window.1
> 
> freak182 wrote:
>> Hello,
>> It is possible to have multiple modal window in a page pop-up?what i mean
>> is
>> that, if there is a message from user1, the message pop using modal
>> window,
>> and modal window will pop too if user2 send message. the modal windowS
>> will
>> just flood on user browser if other user send messages...is this
>> possible?
>>
>> Thanks a lot...Cheers
>>   
> 
> -- 
> -Wicket for love
> 
> Nino Martinez Wael
> Java Specialist @ Jayway DK
> http://www.jayway.dk
> +45 2936 7684
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Multi-ModalWindow-tp17662869p17664122.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Multi-ModalWindow

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
Everything is possible, is just time that sets the limits. Did you see 
the example?

http://www.wicket-library.com/wicket-examples/ajax/modal-window.1

freak182 wrote:
> Hello,
> It is possible to have multiple modal window in a page pop-up?what i mean is
> that, if there is a message from user1, the message pop using modal window,
> and modal window will pop too if user2 send message. the modal windowS will
> just flood on user browser if other user send messages...is this possible?
>
> Thanks a lot...Cheers
>   

-- 
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org