Right! I found the thing. My indicator was hidden with a style embedded in a css class. When I removed that and put the style attribute inline ... it does business. dx
igor.vaynberg wrote: > > On 7/6/07, dx74a19 <[EMAIL PROTECTED]> wrote: >> >> >> Hi >> >> In wicket-ajax.js, the functions wicketShow, wich is supposed to display >> the >> indicator, does this like this: e.style.display = ""; >> >> I had to change this to: e.style.display = "inline";, because the empty >> string was not working for me. The "inline", or "block" does. >> >> Btw, I am not using the indicator-aware stuff from wicket-extensions. I >> wanted one big indicator to be displayed per page, on top z-index - so I >> wrote my AjaxIndicatingWebPage. >> >> comments? > > > dont use wicketShow() :) > > display="" seems to work fine for our usecases, maybe some other style you > have on your usecase interferes. > > -igor > > > > > bye >> >> -- >> View this message in context: >> http://www.nabble.com/wicketShow%28id%29-%3A-ajax-indicators-tf4037325.html#a11470180 >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> Wicket-user mailing list >> Wicket-user@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/wicket-user >> > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Wicket-user mailing list > Wicket-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wicket-user > > -- View this message in context: http://www.nabble.com/wicketShow%28id%29-%3A-ajax-indicators-tf4037325.html#a11470545 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user