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
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
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
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,
= 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
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
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:
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
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
> >
> &
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
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
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
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
13 matches
Mail list logo