Re: Call listener after page appears on screen

2006-10-27 Thread Peter Beshai
ai From: <[EMAIL PROTECTED]> Reply-To: "Tapestry users" To: "Tapestry users" Subject: Re: Call listener after page appears on screen Date: Fri, 27 Oct 2006 16:51:17 +0900 Why don't you use tacos:ProgressBar. It is easy to use. - Original Message - From: &qu

Re: Call listener after page appears on screen

2006-10-27 Thread Christian Dutaret
ot a function" and when that happens that solution doesn't work. Peter Beshai >From: andyhot <[EMAIL PROTECTED]> >Reply-To: "Tapestry users" >To: Tapestry users >Subject: Re: Call listener after page appears on screen >Date: Thu, 26 Oct 2006 19:25:31 +030

Re: Call listener after page appears on screen

2006-10-27 Thread gant
Why don't you use tacos:ProgressBar. It is easy to use. - Original Message - From: "Peter Beshai" <[EMAIL PROTECTED]> To: Sent: Friday, October 27, 2006 3:47 AM Subject: Re: Call listener after page appears on screen The XTile seems to work exactly how I want

Re: Call listener after page appears on screen

2006-10-26 Thread Peter Beshai
en that happens that solution doesn't work. Peter Beshai From: andyhot <[EMAIL PROTECTED]> Reply-To: "Tapestry users" To: Tapestry users Subject: Re: Call listener after page appears on screen Date: Thu, 26 Oct 2006 19:25:31 +0300 Try this: dojo.event.connect(window,

Re: Call listener after page appears on screen

2006-10-26 Thread Peter Beshai
= Integer.valueOf(stringKey); ... } instead of Integer threadKey as the parameter. Thanks for the help! Peter From: "Peter Beshai" <[EMAIL PROTECTED]> Reply-To: "Tapestry users" To: users@tapestry.apache.org Subject: Re: Call listener after page appears on screen Date: Thu, 26 Oc

Re: Call listener after page appears on screen

2006-10-26 Thread andyhot
Try this: dojo.event.connect(window, "onload", setTimeout(function() { dojo.byId("mockHidden").onclick(); }, 50) ); Peter Beshai wrote: > Is there an easy way of calling a listener after the page appears > (rendered) on screen? I couldn't think of one, and so I tried having > add

Re: Call listener after page appears on screen

2006-10-26 Thread Peter Beshai
Any ideas how to fix this? Or a better way of handling tracking the progress of a file? Peter Beshai From: "Christian Dutaret" <[EMAIL PROTECTED]> Reply-To: "Tapestry users" To: "Tapestry users" Subject: Re: Call listener after page appears on screen Date:

Re: Call listener after page appears on screen

2006-10-26 Thread Christian Dutaret
TextField (same > > error), Submit button (works, but sends the page into an infinite loop... > > it > > doesn't pick up that it should be asynchronous), a (same error), > > and > > currently a Checkbox. > > > > Also, onclick() -worked- after the page had

Re: Call listener after page appears on screen

2006-10-26 Thread Daniel Tabuenca
t; Peter Beshai > > >From: "Karthik N" <[EMAIL PROTECTED]> > >Reply-To: "Tapestry users" > >To: "Tapestry users" > >Subject: Re: Call listener after page appears on screen > >Date: Thu, 26 Oct 2006 20:25:55 +0530 > > > &

Re: Call listener after page appears on screen

2006-10-26 Thread Christian Dutaret
had loaded and I tried calling it manually. Peter Beshai >From: "Karthik N" <[EMAIL PROTECTED]> >Reply-To: "Tapestry users" >To: "Tapestry users" >Subject: Re: Call listener after page appears on screen >Date: Thu, 26 Oct 2006 20:25:55 +0

Re: Call listener after page appears on screen

2006-10-26 Thread Peter Beshai
asynchronous), a (same error), and currently a Checkbox. Also, onclick() -worked- after the page had loaded and I tried calling it manually. Peter Beshai From: "Karthik N" <[EMAIL PROTECTED]> Reply-To: "Tapestry users" To: "Tapestry users" Subject: Re: Ca

Re: Call listener after page appears on screen

2006-10-26 Thread Karthik N
please try click() instead of onclick() On 10/26/06, Peter Beshai <[EMAIL PROTECTED]> wrote: Is there an easy way of calling a listener after the page appears (rendered) on screen? I couldn't think of one, and so I tried having adding an event to the onload of the page: dojo.event.connect(win

Call listener after page appears on screen

2006-10-26 Thread Peter Beshai
Is there an easy way of calling a listener after the page appears (rendered) on screen? I couldn't think of one, and so I tried having adding an event to the onload of the page: dojo.event.connect(window, "onload",dojo.byId("mockHidden").onclick()); or dojo.addOnLoad(function(e){ dojo.byId