Modal widow slow?

2011-01-12 Thread Martin Makundi
Hi!

Has anybody noticed that Wicket ajax ModalWindow is bit slow to load,
or is it just me?

Has anybody tried to overcome it by switching to another
implementation/styling or is it totally dependent on the content of
the modal window?

**
Martin

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



Re: Modal widow slow?

2011-01-12 Thread James Carman
What browser?

On Wed, Jan 12, 2011 at 1:46 PM, Martin Makundi
martin.maku...@koodaripalvelut.com wrote:
 Hi!

 Has anybody noticed that Wicket ajax ModalWindow is bit slow to load,
 or is it just me?

 Has anybody tried to overcome it by switching to another
 implementation/styling or is it totally dependent on the content of
 the modal window?

 **
 Martin

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



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



Re: Modal widow slow?

2011-01-12 Thread Martin Makundi
Any normal browser. Putting browser on steroids or having firbre
network is not really an option ;)

**
Martin

2011/1/12 James Carman ja...@carmanconsulting.com:
 What browser?

 On Wed, Jan 12, 2011 at 1:46 PM, Martin Makundi
 martin.maku...@koodaripalvelut.com wrote:
 Hi!

 Has anybody noticed that Wicket ajax ModalWindow is bit slow to load,
 or is it just me?

 Has anybody tried to overcome it by switching to another
 implementation/styling or is it totally dependent on the content of
 the modal window?

 **
 Martin

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



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



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



Re: Modal widow slow?

2011-01-12 Thread James Carman
I'm asking because I had that sort of trouble with IE a while back
when I was trying to load a modal window on a page with lots of ajax
links in a table.

On Wed, Jan 12, 2011 at 1:54 PM, Martin Makundi
martin.maku...@koodaripalvelut.com wrote:
 Any normal browser. Putting browser on steroids or having firbre
 network is not really an option ;)

 **
 Martin

 2011/1/12 James Carman ja...@carmanconsulting.com:
 What browser?

 On Wed, Jan 12, 2011 at 1:46 PM, Martin Makundi
 martin.maku...@koodaripalvelut.com wrote:
 Hi!

 Has anybody noticed that Wicket ajax ModalWindow is bit slow to load,
 or is it just me?

 Has anybody tried to overcome it by switching to another
 implementation/styling or is it totally dependent on the content of
 the modal window?

 **
 Martin

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



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



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



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



Re: Modal widow slow?

2011-01-12 Thread Martin Makundi
I have a table with lots of editable cells.

The editable cells have lots of hidden controls (inputs,selects,etc.)
and the table loads very slow.

Browsers seem to need to digest also the invisible elements.

Yes, I tried also table-less layout with same result.

The idea is that when a user clicks a cell, it shows the editor fast.

Now I am planning to speed-up the table loading by removing the
editors. But this will mean that I need a ajax editor and I am
worrying that clicking the table cell and waiting for the editor to
pop up will be slow (or annoyingly slow).

**
Martin

2011/1/12 James Carman ja...@carmanconsulting.com:
 I'm asking because I had that sort of trouble with IE a while back
 when I was trying to load a modal window on a page with lots of ajax
 links in a table.

 On Wed, Jan 12, 2011 at 1:54 PM, Martin Makundi
 martin.maku...@koodaripalvelut.com wrote:
 Any normal browser. Putting browser on steroids or having firbre
 network is not really an option ;)

 **
 Martin

 2011/1/12 James Carman ja...@carmanconsulting.com:
 What browser?

 On Wed, Jan 12, 2011 at 1:46 PM, Martin Makundi
 martin.maku...@koodaripalvelut.com wrote:
 Hi!

 Has anybody noticed that Wicket ajax ModalWindow is bit slow to load,
 or is it just me?

 Has anybody tried to overcome it by switching to another
 implementation/styling or is it totally dependent on the content of
 the modal window?

 **
 Martin

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



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



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



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



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



Re: Modal widow slow?

2011-01-12 Thread Peter Ertl
What's a modal widow ? *lol*maybe an exclusive woman whose husband died?


Am 12.01.2011 um 20:06 schrieb Martin Makundi:

 I have a table with lots of editable cells.
 
 The editable cells have lots of hidden controls (inputs,selects,etc.)
 and the table loads very slow.
 
 Browsers seem to need to digest also the invisible elements.
 
 Yes, I tried also table-less layout with same result.
 
 The idea is that when a user clicks a cell, it shows the editor fast.
 
 Now I am planning to speed-up the table loading by removing the
 editors. But this will mean that I need a ajax editor and I am
 worrying that clicking the table cell and waiting for the editor to
 pop up will be slow (or annoyingly slow).
 
 **
 Martin
 
 2011/1/12 James Carman ja...@carmanconsulting.com:
 I'm asking because I had that sort of trouble with IE a while back
 when I was trying to load a modal window on a page with lots of ajax
 links in a table.
 
 On Wed, Jan 12, 2011 at 1:54 PM, Martin Makundi
 martin.maku...@koodaripalvelut.com wrote:
 Any normal browser. Putting browser on steroids or having firbre
 network is not really an option ;)
 
 **
 Martin
 
 2011/1/12 James Carman ja...@carmanconsulting.com:
 What browser?
 
 On Wed, Jan 12, 2011 at 1:46 PM, Martin Makundi
 martin.maku...@koodaripalvelut.com wrote:
 Hi!
 
 Has anybody noticed that Wicket ajax ModalWindow is bit slow to load,
 or is it just me?
 
 Has anybody tried to overcome it by switching to another
 implementation/styling or is it totally dependent on the content of
 the modal window?
 
 **
 Martin
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 


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



Re: Modal widow slow?

2011-01-12 Thread James Carman
It's a woman who won't let you do anything until she's done telling
you what she wants to tell you.

On Wed, Jan 12, 2011 at 3:51 PM, Peter Ertl pe...@gmx.org wrote:
 What's a modal widow ? *lol*maybe an exclusive woman whose husband died?


 Am 12.01.2011 um 20:06 schrieb Martin Makundi:

 I have a table with lots of editable cells.

 The editable cells have lots of hidden controls (inputs,selects,etc.)
 and the table loads very slow.

 Browsers seem to need to digest also the invisible elements.

 Yes, I tried also table-less layout with same result.

 The idea is that when a user clicks a cell, it shows the editor fast.

 Now I am planning to speed-up the table loading by removing the
 editors. But this will mean that I need a ajax editor and I am
 worrying that clicking the table cell and waiting for the editor to
 pop up will be slow (or annoyingly slow).

 **
 Martin

 2011/1/12 James Carman ja...@carmanconsulting.com:
 I'm asking because I had that sort of trouble with IE a while back
 when I was trying to load a modal window on a page with lots of ajax
 links in a table.

 On Wed, Jan 12, 2011 at 1:54 PM, Martin Makundi
 martin.maku...@koodaripalvelut.com wrote:
 Any normal browser. Putting browser on steroids or having firbre
 network is not really an option ;)

 **
 Martin

 2011/1/12 James Carman ja...@carmanconsulting.com:
 What browser?

 On Wed, Jan 12, 2011 at 1:46 PM, Martin Makundi
 martin.maku...@koodaripalvelut.com wrote:
 Hi!

 Has anybody noticed that Wicket ajax ModalWindow is bit slow to load,
 or is it just me?

 Has anybody tried to overcome it by switching to another
 implementation/styling or is it totally dependent on the content of
 the modal window?

 **
 Martin

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



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



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



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



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



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



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



Re: Modal widow slow?

2011-01-12 Thread Attila Király
No wonder she is a widow. Her husband is the perfect listener.

2011/1/12 James Carman ja...@carmanconsulting.com

 It's a woman who won't let you do anything until she's done telling
 you what she wants to tell you.

 On Wed, Jan 12, 2011 at 3:51 PM, Peter Ertl pe...@gmx.org wrote:
  What's a modal widow ? *lol*maybe an exclusive woman whose husband
 died?
 
 
  Am 12.01.2011 um 20:06 schrieb Martin Makundi:
 
  I have a table with lots of editable cells.
 
  The editable cells have lots of hidden controls (inputs,selects,etc.)
  and the table loads very slow.
 
  Browsers seem to need to digest also the invisible elements.
 
  Yes, I tried also table-less layout with same result.
 
  The idea is that when a user clicks a cell, it shows the editor fast.
 
  Now I am planning to speed-up the table loading by removing the
  editors. But this will mean that I need a ajax editor and I am
  worrying that clicking the table cell and waiting for the editor to
  pop up will be slow (or annoyingly slow).
 
  **
  Martin
 
  2011/1/12 James Carman ja...@carmanconsulting.com:
  I'm asking because I had that sort of trouble with IE a while back
  when I was trying to load a modal window on a page with lots of ajax
  links in a table.
 
  On Wed, Jan 12, 2011 at 1:54 PM, Martin Makundi
  martin.maku...@koodaripalvelut.com wrote:
  Any normal browser. Putting browser on steroids or having firbre
  network is not really an option ;)
 
  **
  Martin
 
  2011/1/12 James Carman ja...@carmanconsulting.com:
  What browser?
 
  On Wed, Jan 12, 2011 at 1:46 PM, Martin Makundi
  martin.maku...@koodaripalvelut.com wrote:
  Hi!
 
  Has anybody noticed that Wicket ajax ModalWindow is bit slow to
 load,
  or is it just me?
 
  Has anybody tried to overcome it by switching to another
  implementation/styling or is it totally dependent on the content of
  the modal window?
 
  **
  Martin
 
 
 -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 

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




Re: Modal widow slow?

2011-01-12 Thread Hielke Hoeve
Putting a lot of controls (select and input etc) on one page will make any
browser slow. Internet explorer is the worst though.

You could try and use jquery to replace the viewing component with an editor
onclick. This does mean your models won't be updated upon submit.

Hielke
On 12 Jan 2011 20:07, Martin Makundi martin.maku...@koodaripalvelut.com
wrote:


Re: Modal widow slow?

2011-01-12 Thread Martin Makundi
 You could try and use jquery to replace the viewing component with an editor
 onclick. This does mean your models won't be updated upon submit.

You mean replace modal widow with jquery widow ? Is it faster?

Basically I am asking that is the delay from click - modal window
visible due to modalwindow or wicket internals or is it as fast as
possible.

I wouldn't like to go through the trouble of implementing a jquery
ajax modalwindow and finding out its speed is the same. If it is the
same, I would rather stick to wicket extensions modalwindow.

**
Martin


 Hielke
 On 12 Jan 2011 20:07, Martin Makundi martin.maku...@koodaripalvelut.com
 wrote:


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