Jump to content
Software FX Community

Setting min, max, step values with the param tag does not work


User (Legacy)

Recommended Posts

Hello!

I notice that the problem I am currently encountering seems to go back a

while (See Min paramater for Y_Axis - I can't make it work post by Adrian

Icanov 18/11/2001). I cannot set the Axis(0).Min to -10, an example, using

the code below

<OBJECT CLASSID="CLSID:21F49842-BFA9-11d2-A89C-00104B62BDDA"

TYPE="application/x-oleobject"

WIDTH="500" HEIGHT="350" ID="Chart1"

CODEBASE=/download/CfxIEAx.cab#Version=4,4,11,3>

<PARAM NAME="LICENSE" VALUE="/license/CfxIE.lic">

<PARAM NAME="InLineData" VALUE="Series">

<PARAM NAME="S0" VALUE="20,40,50">

<PARAM NAME="S1" VALUE="10,8,7">

<PARAM NAME="Axis(0).Min" VALUE="-5">

</OBJECT>

No one from SoftwareFX replied. Hopefully someone can reply now. I can't

see what is wrong because Axis(0).Min is listed as a supported PARAM tag.

This problem also seems to apply to several other Axis related param tags,

such as Axis(0).Step

Can someone please help me asap

Cheers

Mike

Link to comment
Share on other sites

Hi,

This is a pending bug. We are aware that some properties using the PARAM

tags do not work properly & it will be corrected in a future service pack.

GF

SoftwareFX

"Mike Evans" <mikeevans850@hotmail.com> wrote in message

news:PyTuxG64BHA.312@webserver1.softwarefx.com...

> Hello!

>

> I notice that the problem I am currently encountering seems to go back a

> while (See Min paramater for Y_Axis - I can't make it work post by Adrian

> Icanov 18/11/2001). I cannot set the Axis(0).Min to -10, an example,

using

> the code below

>

> <OBJECT CLASSID="CLSID:21F49842-BFA9-11d2-A89C-00104B62BDDA"

> TYPE="application/x-oleobject"

> WIDTH="500" HEIGHT="350" ID="Chart1"

> CODEBASE=/download/CfxIEAx.cab#Version=4,4,11,3>

> <PARAM NAME="LICENSE" VALUE="/license/CfxIE.lic">

> <PARAM NAME="InLineData" VALUE="Series">

> <PARAM NAME="S0" VALUE="20,40,50">

> <PARAM NAME="S1" VALUE="10,8,7">

> <PARAM NAME="Axis(0).Min" VALUE="-5">

> </OBJECT>

>

> No one from SoftwareFX replied. Hopefully someone can reply now. I can't

> see what is wrong because Axis(0).Min is listed as a supported PARAM tag.

> This problem also seems to apply to several other Axis related param tags,

> such as Axis(0).Step

>

> Can someone please help me asap

>

> Cheers

>

> Mike

>

>

>

>

Link to comment
Share on other sites

Thanks!

Any idea of a timescale?

cheers

Paul

"GF" <support@softwarefx.com> wrote in message

news:hnMd#rL5BHA.1812@webserver1.softwarefx.com...

> Hi,

> This is a pending bug. We are aware that some properties using the PARAM

> tags do not work properly & it will be corrected in a future service

pack.

>

> GF

> SoftwareFX

>

> "Mike Evans" <mikeevans850@hotmail.com> wrote in message

> news:PyTuxG64BHA.312@webserver1.softwarefx.com...

> > Hello!

> >

> > I notice that the problem I am currently encountering seems to go back a

> > while (See Min paramater for Y_Axis - I can't make it work post by

Adrian

> > Icanov 18/11/2001). I cannot set the Axis(0).Min to -10, an example,

> using

> > the code below

> >

> > <OBJECT CLASSID="CLSID:21F49842-BFA9-11d2-A89C-00104B62BDDA"

> > TYPE="application/x-oleobject"

> > WIDTH="500" HEIGHT="350" ID="Chart1"

> > CODEBASE=/download/CfxIEAx.cab#Version=4,4,11,3>

> > <PARAM NAME="LICENSE" VALUE="/license/CfxIE.lic">

> > <PARAM NAME="InLineData" VALUE="Series">

> > <PARAM NAME="S0" VALUE="20,40,50">

> > <PARAM NAME="S1" VALUE="10,8,7">

> > <PARAM NAME="Axis(0).Min" VALUE="-5">

> > </OBJECT>

> >

> > No one from SoftwareFX replied. Hopefully someone can reply now. I

can't

> > see what is wrong because Axis(0).Min is listed as a supported PARAM

tag.

> > This problem also seems to apply to several other Axis related param

tags,

> > such as Axis(0).Step

> >

> > Can someone please help me asap

> >

> > Cheers

> >

> > Mike

> >

> >

> >

> >

>

>

Link to comment
Share on other sites

We have a tentative build that fixes this issue (and other issues) but we

are still running some tests. Would you be interested in testing it before

it is released ?

--

Regards

JC

Software FX Support

"Paul Saxton" <psaxton@onetel.net.uk> wrote in message

news:D0N#rJN5BHA.1184@webserver1.softwarefx.com...

> Thanks!

>

> Any idea of a timescale?

>

> cheers

>

> Paul

>

> "GF" <support@softwarefx.com> wrote in message

> news:hnMd#rL5BHA.1812@webserver1.softwarefx.com...

> > Hi,

> > This is a pending bug. We are aware that some properties using the PARAM

> > tags do not work properly & it will be corrected in a future service

> pack.

> >

> > GF

> > SoftwareFX

> >

> > "Mike Evans" <mikeevans850@hotmail.com> wrote in message

> > news:PyTuxG64BHA.312@webserver1.softwarefx.com...

> > > Hello!

> > >

> > > I notice that the problem I am currently encountering seems to go back

a

> > > while (See Min paramater for Y_Axis - I can't make it work post by

> Adrian

> > > Icanov 18/11/2001). I cannot set the Axis(0).Min to -10, an example,

> > using

> > > the code below

> > >

> > > <OBJECT CLASSID="CLSID:21F49842-BFA9-11d2-A89C-00104B62BDDA"

> > > TYPE="application/x-oleobject"

> > > WIDTH="500" HEIGHT="350" ID="Chart1"

> > > CODEBASE=/download/CfxIEAx.cab#Version=4,4,11,3>

> > > <PARAM NAME="LICENSE" VALUE="/license/CfxIE.lic">

> > > <PARAM NAME="InLineData" VALUE="Series">

> > > <PARAM NAME="S0" VALUE="20,40,50">

> > > <PARAM NAME="S1" VALUE="10,8,7">

> > > <PARAM NAME="Axis(0).Min" VALUE="-5">

> > > </OBJECT>

> > >

> > > No one from SoftwareFX replied. Hopefully someone can reply now. I

> can't

> > > see what is wrong because Axis(0).Min is listed as a supported PARAM

> tag.

> > > This problem also seems to apply to several other Axis related param

> tags,

> > > such as Axis(0).Step

> > >

> > > Can someone please help me asap

> > >

> > > Cheers

> > >

> > > Mike

> > >

> > >

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

Yes please!

"Software FX Support" <support@softwarefx.com> wrote in message

news:F#7PfeN5BHA.1184@webserver1.softwarefx.com...

> We have a tentative build that fixes this issue (and other issues) but we

> are still running some tests. Would you be interested in testing it before

> it is released ?

>

> --

> Regards

>

> JC

> Software FX Support

>

> "Paul Saxton" <psaxton@onetel.net.uk> wrote in message

> news:D0N#rJN5BHA.1184@webserver1.softwarefx.com...

> > Thanks!

> >

> > Any idea of a timescale?

> >

> > cheers

> >

> > Paul

> >

> > "GF" <support@softwarefx.com> wrote in message

> > news:hnMd#rL5BHA.1812@webserver1.softwarefx.com...

> > > Hi,

> > > This is a pending bug. We are aware that some properties using the

PARAM

> > > tags do not work properly & it will be corrected in a future service

> > pack.

> > >

> > > GF

> > > SoftwareFX

> > >

> > > "Mike Evans" <mikeevans850@hotmail.com> wrote in message

> > > news:PyTuxG64BHA.312@webserver1.softwarefx.com...

> > > > Hello!

> > > >

> > > > I notice that the problem I am currently encountering seems to go

back

> a

> > > > while (See Min paramater for Y_Axis - I can't make it work post by

> > Adrian

> > > > Icanov 18/11/2001). I cannot set the Axis(0).Min to -10, an

example,

> > > using

> > > > the code below

> > > >

> > > > <OBJECT CLASSID="CLSID:21F49842-BFA9-11d2-A89C-00104B62BDDA"

> > > > TYPE="application/x-oleobject"

> > > > WIDTH="500" HEIGHT="350" ID="Chart1"

> > > > CODEBASE=/download/CfxIEAx.cab#Version=4,4,11,3>

> > > > <PARAM NAME="LICENSE" VALUE="/license/CfxIE.lic">

> > > > <PARAM NAME="InLineData" VALUE="Series">

> > > > <PARAM NAME="S0" VALUE="20,40,50">

> > > > <PARAM NAME="S1" VALUE="10,8,7">

> > > > <PARAM NAME="Axis(0).Min" VALUE="-5">

> > > > </OBJECT>

> > > >

> > > > No one from SoftwareFX replied. Hopefully someone can reply now. I

> > can't

> > > > see what is wrong because Axis(0).Min is listed as a supported PARAM

> > tag.

> > > > This problem also seems to apply to several other Axis related param

> > tags,

> > > > such as Axis(0).Step

> > > >

> > > > Can someone please help me asap

> > > >

> > > > Cheers

> > > >

> > > > Mike

> > > >

> > > >

> > > >

> > > >

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...