Re: Centering ModalWindow during scroll?

2007-09-14 Thread Anthony J Webster
wasn't aware of all the exotic use cases people want so the library is rather monolithic. There is a rewrite on my to-do list that would split the modal window into pieces (mask, basic window, style, etc.), but it's not really a high priority. -Matej On 9/14/07, Anthony J Webster <

Re: Centering ModalWindow during scroll?

2007-09-14 Thread Anthony J Webster
al Message - From: "Matej Knopp" <[EMAIL PROTECTED]> To: Sent: Friday, September 14, 2007 11:04 AM Subject: Re: Centering ModalWindow during scroll? No, currently there is not. -Matej On 9/14/07, Anthony J Webster <[EMAIL PROTECTED]> wrote: Hi, Is there a way to cen

Centering ModalWindow during scroll?

2007-09-14 Thread Anthony J Webster
Hi, Is there a way to center a ModalWindow so that when a user scrolls the site with the navigator scrollbar, the ModalWindow stays centered while the site behind scrolls? Thanks Anthony

Modal dialogs with Ajax

2007-09-13 Thread Anthony J Webster
Hello again, I have a form with ajax validation on its component's 'onblur' and a sumit link. The submission process takes a while as it results in numerous database lookups and so on. Initially I used an IndicatingAjaxSubmitButton to show the user that their request was being processed, with t

Re: ModalWindow customisation ?

2007-09-11 Thread Anthony J Webster
? It's in the stylesheet. Some time ago I did a custom skin for it. The project died, so I don't have it anymore, but it's not that hard (read: if I can do it, you can do it) Frank On 9/11/07, Anthony J Webster <[EMAIL PROTECTED]> wrote: Hi, Is there any way to custom

ModalWindow customisation ?

2007-09-11 Thread Anthony J Webster
Hi, Is there any way to customise the actual frame of a ModalWindow? Preferably I'd like to get rid of the frame entirely or just replace it with a simple box of the same colour as the enclosed page/panel without the top-right "close" button. Any ideas? Many Thanks Anthony

Re: AjaxSubmitLink does nothing in IE

2007-09-10 Thread Anthony J Webster
The quickstart (http://www.transcendenz.co.uk/quickstart.zip) that I built works fine in IE so that's not it. However I noticed the following in the Ajax Debug window : There seem to be 2 references to component id=feedback8 . INFO: Invoking pre-call handler(s)... INFO: Received ajax respon

Re: Image from DB example

2007-09-10 Thread Anthony J Webster
from DB example google pngfix for explorer -igor On 9/10/07, Anthony J Webster <[EMAIL PROTECTED]> wrote: Along these lines I haven't managed to get images with transparency to display properly. My PNGs all display black instead of transparent pixels :(. Anthony - Origin

Re: Image from DB example

2007-09-10 Thread Anthony J Webster
Along these lines I haven't managed to get images with transparency to display properly. My PNGs all display black instead of transparent pixels :(. Anthony - Original Message - From: "Igor Vaynberg" <[EMAIL PROTECTED]> To: Sent: Monday, September 10, 2007 4:32 PM Subject: Re: Image

AjaxSubmitLink does nothing in IE

2007-09-07 Thread Anthony J Webster
llowing should work: decorateScript: "this.onclick_=this.onclick; this.onclick=function() { return false; };" + script; onSuccess,onFailureScript: this.onclick=this.onclick_; + script; -Matej On 9/6/07, Anthony J Webster <[EMAIL PROTECTED]> wrote: Hi, I'm trying to create a di

Re: Upcoming jWeekend Wicket training courses

2007-09-07 Thread Anthony J Webster
a taste of how Al presents Wicket material, you can enjoy an example http://talks.londonwicket.org/BeanEditor.mov here ; a presentation he gave at one of our London Wicket User Groups and at the last Java Web users Group. Of course, our course material is even more thoughtfully put together and peda

Re: Upcoming jWeekend Wicket training courses

2007-09-07 Thread Anthony J Webster
e to make ourselfs faster, because we are too busy.... my 2 dry cents. regards Nino Anthony J Webster wrote: Hmm nice. I'd hop on a Eurostar if I weren't submerged with work and totally exhausted! A - Original Message - From: "Al Maw" <[EMAIL PROTECTED]> T

Re: Upcoming jWeekend Wicket training courses

2007-09-07 Thread Anthony J Webster
Hmm nice. I'd hop on a Eurostar if I weren't submerged with work and totally exhausted! A - Original Message - From: "Al Maw" <[EMAIL PROTECTED]> To: Sent: Friday, September 07, 2007 11:02 AM Subject: Upcoming jWeekend Wicket training courses Hi folks, Cemal and I have been workin

Creating a disableable AjaxSubmitLink

2007-09-06 Thread Anthony J Webster
Hi, I'm trying to create a disableable AjaxSubmitLink. When a user clicks on the link further clicks must not result in anything until the 'submission' is complete. This call be achieved by adding "return false;" in a call decorator. However I'm stuggling with the re-enabling. I need to strip t

Re: Houdini FeedBackPanel Problem

2007-09-03 Thread Anthony J Webster
uring onSubmit(), but not during regular validaiton. In wicket, all validation message sare supposed to be displayed only once. So when you submit your form, the message is registered, and if after that for any reason onblur is triggered, it clears your message. -Matej On 9/3/07, Anthony J Webs

Houdini FeedBackPanel Problem

2007-09-03 Thread Anthony J Webster
Hello, I'm having some trouble with FeedbackPanel. I have an ajax validated form and submit button. Whenever a component looses focus it and the others are validated and if there are errors these are displayed in the single feedbackpanel abover the form. This works fine however I have a problem