Re: [T4.1]tabs supporting listeners

2007-08-08 Thread Marcelo C. de Freitas
There is a simple solution for this. The Tab's divs are not visible at first, so the user can't see the s loading. Once the page is loaded, all divs are marked visible. 2007/8/8, Marcelo C. de Freitas <[EMAIL PROTECTED]>: > it's almost working > > almost because the dojo's ContentPane is

Re: [T4.1]tabs supporting listeners

2007-08-08 Thread Marcelo C. de Freitas
it's almost working almost because the dojo's ContentPane is a DOM node inside the page. which means the page inside the TabContainer can't be a complete page (html, body, ...). Which means the listeners may not work (actualy, they didn't work at all in my tests). One solution I found is to

Re: [T4.1]tabs supporting listeners

2007-07-23 Thread Marcelo C. de Freitas
thanks a lot! :) 2007/7/23, Shing Hing Man <[EMAIL PROTECTED]>: Have you tried Dojo TabContainer? The following has an example (in Tap 4.1.2). http://lombok.demon.co.uk/tapestry41Demo/app Shing --- "Marcelo C. de Freitas" <[EMAIL PROTECTED]> wrote: > Hello there, > > As this is my fi

Re: [T4.1]tabs supporting listeners

2007-07-23 Thread Shing Hing Man
Have you tried Dojo TabContainer? The following has an example (in Tap 4.1.2). http://lombok.demon.co.uk/tapestry41Demo/app Shing --- "Marcelo C. de Freitas" <[EMAIL PROTECTED]> wrote: > Hello there, > > As this is my first question in this list (and > my 2nd message) I`d > like to sa

[T4.1]tabs supporting listeners

2007-07-23 Thread Marcelo C. de Freitas
Hello there, As this is my first question in this list (and my 2nd message) I`d like to say tanks for all tapestry developers and contributors for creating this amazing framework. I have a simple question (I looked for it in the list history but I couldn`t find any useful information).