RE: custom tag for a progress meter

2001-05-01 Thread Greg Jordan

i found one at the dev exchange(watch for URL wrapping)

JS Please Wait

http://devex.allaire.com/developer/gallery/info.cfm?ID=CA3473BF-2830-11D4-AA
9700508B94F380&method=Full

-Original Message-
From: Brad Comer [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 01, 2001 4:11 PM
To: CF-Talk
Subject: custom tag for a progress meter


I know there is a custom tag that will show a progress meter as a page
loads...anyone know where I can find it?

Thanks
Brad Comer
[EMAIL PROTECTED]
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: custom tag for a progress meter

2001-05-01 Thread Jeanne Sarfaty Glazer

http://www.GoshDamnit.com/CF_ProgressBar.zip

Best,
- - - Jeanne

- Original Message -
From: Brad Comer <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Tuesday, May 01, 2001 2:10 PM
Subject: custom tag for a progress meter


> I know there is a custom tag that will show a progress meter as a page
> loads...anyone know where I can find it?
>
> Thanks
> Brad Comer
> [EMAIL PROTECTED]
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: custom tag for a progress meter

2001-05-02 Thread Raymond Camden

** Macromedia Representative **
Err, I took a look at this tag. Correct me if I'm wrong, but this tag
shouldn't work. CF does _not_ send anything to the browser until it's done.
At most what you will get is a progress bar that fills immidiately upon the
page loading. This has been changed for CF5.



===
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda

> -Original Message-
> From: Jeanne Sarfaty Glazer [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 02, 2001 3:25 AM
> To: CF-Talk
> Subject: Re: custom tag for a progress meter
>
>
> http://www.GoshDamnit.com/CF_ProgressBar.zip
>


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: custom tag for a progress meter

2001-05-02 Thread Thomas Chiverton

> CF does _not_ send anything to the browser 
> until it's done.
> ... This has been changed for CF5.

Intresting, very interesting.
So CF5 has a better communication method then GIF pipes ?
Very cool... :-)

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: custom tag for a progress meter

2001-05-02 Thread Jeanne Sarfaty Glazer

Could be - I didn't test it myself, but I pulled it from the Allaire Tag
Gallary (a search on "ProgressBar" will bring it up)  I posted it based on
the description by the tag's creator Avery Zycherman who wrote:

"CF_ProgressBar will dynamically create a status bar image filled in to the
proper percent green while leaving the rest red. The bar can be rounded or
round-rectangled depending on how you specify it. This tag is very usefull
for creating task-management and web applications of that type.

NOTE: There is a problem with the DevExchange and it changes the fielname to
ACsomethign or the other.zip

To download the tag: Http://www.GoshDamnit.com/CF_ProgressBar.zip

AZ"

Cheers!
- - - Jeanne


- Original Message -
From: Raymond Camden <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Wednesday, May 02, 2001 5:39 AM
Subject: RE: custom tag for a progress meter


> ** Macromedia Representative **
> Err, I took a look at this tag. Correct me if I'm wrong, but this tag
> shouldn't work. CF does _not_ send anything to the browser until it's
done.
> At most what you will get is a progress bar that fills immidiately upon
the
> page loading. This has been changed for CF5.
>
>
>
> ===
> Raymond Camden, Principal Spectra Compliance Engineer for Macromedia
>
> Email   : [EMAIL PROTECTED]
> ICQ UIN : 3679482
>
> "My ally is the Force, and a powerful ally it is." - Yoda
>
> > -Original Message-
> > From: Jeanne Sarfaty Glazer [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, May 02, 2001 3:25 AM
> > To: CF-Talk
> > Subject: Re: custom tag for a progress meter
> >
> >
> > http://www.GoshDamnit.com/CF_ProgressBar.zip
> >
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: custom tag for a progress meter

2001-05-02 Thread Peter Tilbrook

NOTE: There is a problem with the DevExchange and it changes the fielname to
ACsomethign or the other.zip

>>They are just using the MAKEUNIQUE attribute for filenames.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: custom tag for a progress meter

2001-05-03 Thread Jon Hall

Which means they are using makeunique. It's not a bug, it's a feature...

Warn me if you ever make a custom tags that use cffile.

jon
- Original Message -
From: "Peter Tilbrook" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, May 02, 2001 6:58 PM
Subject: RE: custom tag for a progress meter


> NOTE: There is a problem with the DevExchange and it changes the fielname
to
> ACsomethign or the other.zip
>
> >>They are just using the MAKEUNIQUE attribute for filenames.
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists