Re: unable to print loader image properly until the backend process finishes.

2011-04-19 Thread Agnello George
>>   my @all_svn; >> #my $WW =  '  http://192.168.1.25/template/ajax-loader.gif"; />';   ###   cant sem to >> make this work!! > > What are you trying to do here. i am trying to display a loader image, until the page finishes loading, i think this is bet done with Javascript ..will stick to that .

Re: unable to print loader image properly until the backend process finishes.

2011-04-19 Thread Shlomi Fish
Hi Agnello, a few more comments on your code: On Monday 18 Apr 2011 18:31:30 Agnello George wrote: > On Mon, Apr 18, 2011 at 6:17 PM, Shlomi Fish wrote: > > Hi Agnello, > > > > some comments on your code. > > > > On Monday 18 Apr 2011 15:18:22 Agnello George wrote: > > > Hi > > > > > > I am t

Re: unable to print loader image properly until the backend process finishes.

2011-04-19 Thread Shlomi Fish
Hi Agnello, On Tuesday 19 Apr 2011 08:03:19 Agnello George wrote: > On Mon, Apr 18, 2011 at 6:17 PM, Shlomi Fish wrote: > > > s/\s+$// for @all_svn; > > > > Subversion has Application Programmers Interfaces (APIs) for that, so you > > don't need to parse its output non-reliably. > > what do y

Re: unable to print loader image properly until the backend process finishes.

2011-04-19 Thread Rob Dixon
On 19/04/2011 06:03, Agnello George wrote: On Mon, Apr 18, 2011 at 6:17 PM, Shlomi Fish wrote: Subversion has Application Programmers Interfaces (APIs) for that, so you don't need to parse its output non-reliably. what do you mean by api for subversion , do you mean perl svn module that i

Re: unable to print loader image properly until the backend process finishes.

2011-04-18 Thread Agnello George
On Mon, Apr 18, 2011 at 6:17 PM, Shlomi Fish wrote: > Hi Agnello, > > some comments on your code. > > On Monday 18 Apr 2011 15:18:22 Agnello George wrote: > > Hi > > > > I am trying my hand in CGI , i have script that runs svn list on-submit > > which obviously takes 30 to 40 secs for the page t

Re: unable to print loader image properly until the backend process finishes.

2011-04-18 Thread Agnello George
On Mon, Apr 18, 2011 at 6:17 PM, Shlomi Fish wrote: > Hi Agnello, > > some comments on your code. > > On Monday 18 Apr 2011 15:18:22 Agnello George wrote: > > Hi > > > > I am trying my hand in CGI , i have script that runs svn list on-submit > > which obviously takes 30 to 40 secs for the page t

Re: unable to print loader image properly until the backend process finishes.

2011-04-18 Thread Shlomi Fish
Hi Agnello, some comments on your code. On Monday 18 Apr 2011 15:18:22 Agnello George wrote: > Hi > > I am trying my hand in CGI , i have script that runs svn list on-submit > which obviously takes 30 to 40 secs for the page to load , i plan to use a > ajax loader to be printed untill those 30

unable to print loader image properly until the backend process finishes.

2011-04-18 Thread Agnello George
Hi I am trying my hand in CGI , i have script that runs svn list on-submit which obviously takes 30 to 40 secs for the page to load , i plan to use a ajax loader to be printed untill those 30 to 40 seconds. But even after the page has finished loading i can still see the image. I am not good in