Yes, mine work.I just installed 5.0 this morning.

Ann

> -----Original Message-----
> From: Jim Watkins [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 08, 2001 11:49 AM
> To: CF-Talk
> Subject: Re: CF 5 Cfgraph problem More Info
>
>
> Tim,
>
> If you go to
> http://127.0.0.1/cfdocs/exampleapps/cf5examples/graphing/index.cfm
>  will your
> sample graphics load?  Mine will not.  Macromedia support says I
> do not have
> an installation problem so they want $150 to talk to me about it.
>
>
> ----- Original Message -----
> From: "Tim Painter" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, June 08, 2001 11:23 AM
> Subject: Re: CF 5 Cfgraph problem More Info
>
>
> > I believe what they meant to say is that the cfgraph tag requires JRun
> > server and generator, if you want to produce *flash* type graphs.
> >
> > I can generate png and jpg graphs with no problem.  I do not have Jrun
> > server and generator installed on my machine.  These are
> separate products
> > from Allaire/MM.
> >
> > Also, the documentation states you can generate .gif files, but
> you can't.
> >
> > Tim P.
> > ----- Original Message -----
> > From: "Jim Watkins" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Friday, June 08, 2001 7:54 AM
> > Subject: Re: CF 5 Cfgraph problem More Info
> >
> >
> > > The documentations states:
> > >
> > >  "The cfgraph tag requires the JRun server and the Macromedia
> Generator
> > > server, which install with ColdFusion."  So I assume Generator was
> > > installed.
> > >
> > >
> > > ----- Original Message -----
> > > From: "Jim Watkins" <[EMAIL PROTECTED]>
> > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > Sent: Friday, June 08, 2001 7:35 AM
> > > Subject: Re: CF 5 Cfgraph problem
> > >
> > >
> > > >
> > > > I installed CF 5.0 subscription download and "Generator" was never
> > > > mentioned.  Where do I get Generator to install it?
> > > > ----- Original Message -----
> > > > From: "Tim Painter" <[EMAIL PROTECTED]>
> > > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > > Sent: Friday, June 08, 2001 6:10 AM
> > > > Subject: Re: CF 5 Cfgraph problem
> > > >
> > > >
> > > > >
> > > > > You need to put the attribute "fileformat" in there.  I think by
> > default
> > > > it
> > > > > uses Flash, but that only works if you have Generator installed.
> Put
> > a
> > > > > fileformat="jpg" or fileformat="png" and it should work fine.
> > > > > ----- Original Message -----
> > > > > From: "Jim Watkins" <[EMAIL PROTECTED]>
> > > > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > > > Sent: Thursday, June 07, 2001 11:58 PM
> > > > > Subject: CF 5 Cfgraph problem
> > > > >
> > > > >
> > > > > > Should the following code draw a simple pie graph when executed?
> Or
> > > do
> > > > i
> > > > > > need something else?
> > > > > >
> > > > > > <cfgraph type="pie" title="Income by Department">
> > > > > > <cfgraphdata item="New Vehicle Sales" value=500000>
> > > > > > <cfgraphdata item="Used Vehicle Sales" value=250000>
> > > > > > <cfgraphdata item="Leasing" value=300000>
> > > > > > <cfgraphdata item="Service" value=400000>
> > > > > > </cfgraph>
> > > > > >
> > > > > > Jim Watkins
> > > > > > http://www.ngtcollege.org
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

Reply via email to