Jump to content
Software FX Community

why does the ".NET" tag make the loading much slower ?


User (Legacy)

Recommended Posts

The first time a browser encounters a .NET control in a page it has to load

the .NET framework, in addition the "main" control (in this case the ChartFX

.NET Internet Client Control) is downloaded to compare against the version

in the download cache (this is done on a per-session basis).

If you have a recent build of ChartFX for .NET you may want to try setting

the MainClient property of the chart (in your ASPX page) to true, this will

change ChartFX behavior to generate an object with a small "wrapper"

control, over slow lines we have measured an improvement from 30 seconds to

about 7 seconds (on the first hit of a browser session).

If this works for you, there is a registry setting that will make all your

charts to use this approach.

Registry key: HKLM\Software\Software FX, Inc.\ChartFX for .NET\6.0\Server

Name: MainClient

Value: 1 (DWORD value)

--

Regards,

JC

Software FX Support

"Polaris" <etpolaris@hotmail.com> wrote in message

news:Dmoj2hkKDHA.2816@webserver1.softwarefx.com...

> In order to show tooltips for a bar chart, I have to set the HtmlTag for

the

> chart as ".NET" (or do I?). After setting this tag, the web form loaded

much

> slower on the client side. Any one knows why? any work around?

>

> Thanks in advance.

>

>

Link to comment
Share on other sites

Thanks. In order to show the tooltips on the chart on client's browser, do I

have to set the chart's HtmlTag to ".NET"? In this case the client machine

must have the .NET frame work installed, right?

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

news:FyvHgFqKDHA.2060@webserver1.softwarefx.com...

> The first time a browser encounters a .NET control in a page it has to

load

> the .NET framework, in addition the "main" control (in this case the

ChartFX

> .NET Internet Client Control) is downloaded to compare against the version

> in the download cache (this is done on a per-session basis).

>

> If you have a recent build of ChartFX for .NET you may want to try setting

> the MainClient property of the chart (in your ASPX page) to true, this

will

> change ChartFX behavior to generate an object with a small "wrapper"

> control, over slow lines we have measured an improvement from 30 seconds

to

> about 7 seconds (on the first hit of a browser session).

>

> If this works for you, there is a registry setting that will make all your

> charts to use this approach.

>

> Registry key: HKLM\Software\Software FX, Inc.\ChartFX for .NET\6.0\Server

> Name: MainClient

> Value: 1 (DWORD value)

>

> --

> Regards,

>

> JC

> Software FX Support

> "Polaris" <etpolaris@hotmail.com> wrote in message

> news:Dmoj2hkKDHA.2816@webserver1.softwarefx.com...

> > In order to show tooltips for a bar chart, I have to set the HtmlTag for

> the

> > chart as ".NET" (or do I?). After setting this tag, the web form loaded

> much

> > slower on the client side. Any one knows why? any work around?

> >

> > Thanks in advance.

> >

> >

>

>

Link to comment
Share on other sites

Yes. Clients must have the .NET framework installed in order to see a .net

chart, you can also set HtmlTag to "auto" which will generate ".net" for

clients who have the .net framework installed and png images if not.

We recently released a free ChartFX extension that allows flash generation

(http://www.softwarefx.com/extensions). This extension supports tooltips.

--

Regards,

JC

Software FX Support

"Polaris" <etpolaris@hotmail.com> wrote in message

news:HxgYnhsKDHA.2848@webserver1.softwarefx.com...

> Thanks. In order to show the tooltips on the chart on client's browser, do

I

> have to set the chart's HtmlTag to ".NET"? In this case the client machine

> must have the .NET frame work installed, right?

>

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

> news:FyvHgFqKDHA.2060@webserver1.softwarefx.com...

> > The first time a browser encounters a .NET control in a page it has to

> load

> > the .NET framework, in addition the "main" control (in this case the

> ChartFX

> > .NET Internet Client Control) is downloaded to compare against the

version

> > in the download cache (this is done on a per-session basis).

> >

> > If you have a recent build of ChartFX for .NET you may want to try

setting

> > the MainClient property of the chart (in your ASPX page) to true, this

> will

> > change ChartFX behavior to generate an object with a small "wrapper"

> > control, over slow lines we have measured an improvement from 30 seconds

> to

> > about 7 seconds (on the first hit of a browser session).

> >

> > If this works for you, there is a registry setting that will make all

your

> > charts to use this approach.

> >

> > Registry key: HKLM\Software\Software FX, Inc.\ChartFX for

.NET\6.0\Server

> > Name: MainClient

> > Value: 1 (DWORD value)

> >

> > --

> > Regards,

> >

> > JC

> > Software FX Support

> > "Polaris" <etpolaris@hotmail.com> wrote in message

> > news:Dmoj2hkKDHA.2816@webserver1.softwarefx.com...

> > > In order to show tooltips for a bar chart, I have to set the HtmlTag

for

> > the

> > > chart as ".NET" (or do I?). After setting this tag, the web form

loaded

> > much

> > > slower on the client side. Any one knows why? any work around?

> > >

> > > Thanks in advance.

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

I have downloaded the ChartFX extension and enabled the

ChartFX.Writer.Flash.dll for the Toolbar. What should I do next to use it to

show the tooltip so that the client do not need the .NET frame work

installed on their machine?

Thanks

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

news:YLmf2psKDHA.380@webserver1.softwarefx.com...

> Yes. Clients must have the .NET framework installed in order to see a .net

> chart, you can also set HtmlTag to "auto" which will generate ".net" for

> clients who have the .net framework installed and png images if not.

>

> We recently released a free ChartFX extension that allows flash generation

> (http://www.softwarefx.com/extensions). This extension supports tooltips.

>

> --

> Regards,

>

> JC

> Software FX Support

> "Polaris" <etpolaris@hotmail.com> wrote in message

> news:HxgYnhsKDHA.2848@webserver1.softwarefx.com...

> > Thanks. In order to show the tooltips on the chart on client's browser,

do

> I

> > have to set the chart's HtmlTag to ".NET"? In this case the client

machine

> > must have the .NET frame work installed, right?

> >

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

> > news:FyvHgFqKDHA.2060@webserver1.softwarefx.com...

> > > The first time a browser encounters a .NET control in a page it has to

> > load

> > > the .NET framework, in addition the "main" control (in this case the

> > ChartFX

> > > .NET Internet Client Control) is downloaded to compare against the

> version

> > > in the download cache (this is done on a per-session basis).

> > >

> > > If you have a recent build of ChartFX for .NET you may want to try

> setting

> > > the MainClient property of the chart (in your ASPX page) to true, this

> > will

> > > change ChartFX behavior to generate an object with a small "wrapper"

> > > control, over slow lines we have measured an improvement from 30

seconds

> > to

> > > about 7 seconds (on the first hit of a browser session).

> > >

> > > If this works for you, there is a registry setting that will make all

> your

> > > charts to use this approach.

> > >

> > > Registry key: HKLM\Software\Software FX, Inc.\ChartFX for

> .NET\6.0\Server

> > > Name: MainClient

> > > Value: 1 (DWORD value)

> > >

> > > --

> > > Regards,

> > >

> > > JC

> > > Software FX Support

> > > "Polaris" <etpolaris@hotmail.com> wrote in message

> > > news:Dmoj2hkKDHA.2816@webserver1.softwarefx.com...

> > > > In order to show tooltips for a bar chart, I have to set the HtmlTag

> for

> > > the

> > > > chart as ".NET" (or do I?). After setting this tag, the web form

> loaded

> > > much

> > > > slower on the client side. Any one knows why? any work around?

> > > >

> > > > Thanks in advance.

> > > >

> > > >

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

"Polaris" <etpolaris@hotmail.com> wrote in message

news:pWYiFBtKDHA.2848@webserver1.softwarefx.com...

> I have downloaded the ChartFX extension and enabled the

> ChartFX.Writer.Flash.dll for the Toolbar. What should I do next to use it

to

> show the tooltip so that the client do not need the .NET frame work

> installed on their machine?

>

> Thanks

>

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

> news:YLmf2psKDHA.380@webserver1.softwarefx.com...

> > Yes. Clients must have the .NET framework installed in order to see a

.net

> > chart, you can also set HtmlTag to "auto" which will generate ".net" for

> > clients who have the .net framework installed and png images if not.

> >

> > We recently released a free ChartFX extension that allows flash

generation

> > (http://www.softwarefx.com/extensions). This extension supports

tooltips.

> >

> > --

> > Regards,

> >

> > JC

> > Software FX Support

> > "Polaris" <etpolaris@hotmail.com> wrote in message

> > news:HxgYnhsKDHA.2848@webserver1.softwarefx.com...

> > > Thanks. In order to show the tooltips on the chart on client's

browser,

> do

> > I

> > > have to set the chart's HtmlTag to ".NET"? In this case the client

> machine

> > > must have the .NET frame work installed, right?

> > >

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

> > > news:FyvHgFqKDHA.2060@webserver1.softwarefx.com...

> > > > The first time a browser encounters a .NET control in a page it has

to

> > > load

> > > > the .NET framework, in addition the "main" control (in this case the

> > > ChartFX

> > > > .NET Internet Client Control) is downloaded to compare against the

> > version

> > > > in the download cache (this is done on a per-session basis).

> > > >

> > > > If you have a recent build of ChartFX for .NET you may want to try

> > setting

> > > > the MainClient property of the chart (in your ASPX page) to true,

this

> > > will

> > > > change ChartFX behavior to generate an object with a small "wrapper"

> > > > control, over slow lines we have measured an improvement from 30

> seconds

> > > to

> > > > about 7 seconds (on the first hit of a browser session).

> > > >

> > > > If this works for you, there is a registry setting that will make

all

> > your

> > > > charts to use this approach.

> > > >

> > > > Registry key: HKLM\Software\Software FX, Inc.\ChartFX for

> > .NET\6.0\Server

> > > > Name: MainClient

> > > > Value: 1 (DWORD value)

> > > >

> > > > --

> > > > Regards,

> > > >

> > > > JC

> > > > Software FX Support

> > > > "Polaris" <etpolaris@hotmail.com> wrote in message

> > > > news:Dmoj2hkKDHA.2816@webserver1.softwarefx.com...

> > > > > In order to show tooltips for a bar chart, I have to set the

HtmlTag

> > for

> > > > the

> > > > > chart as ".NET" (or do I?). After setting this tag, the web form

> > loaded

> > > > much

> > > > > slower on the client side. Any one knows why? any work around?

> > > > >

> > > > > Thanks in advance.

> > > > >

> > > > >

> > > >

> > > >

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

>> and enabled the ChartFX.Writer.Flash.dll for the Toolbar

I am not sure what you mean by this, after downloading the Flash extension I

would recommend you check any docs/samples included with the flash

extension.

>> What should I do next to use it to show the tooltip

You need to set the HtmlTag to flash, again please check any docs/samples

included with the flash extension.

--

Regards,

JC

Software FX Support

"Polaris" <etpolaris@hotmail.com> wrote in message

news:pWYiFBtKDHA.2848@webserver1.softwarefx.com...

> I have downloaded the ChartFX extension and enabled the

> ChartFX.Writer.Flash.dll for the Toolbar. What should I do next to use it

to

> show the tooltip so that the client do not need the .NET frame work

> installed on their machine?

>

> Thanks

>

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

> news:YLmf2psKDHA.380@webserver1.softwarefx.com...

> > Yes. Clients must have the .NET framework installed in order to see a

.net

> > chart, you can also set HtmlTag to "auto" which will generate ".net" for

> > clients who have the .net framework installed and png images if not.

> >

> > We recently released a free ChartFX extension that allows flash

generation

> > (http://www.softwarefx.com/extensions). This extension supports

tooltips.

> >

> > --

> > Regards,

> >

> > JC

> > Software FX Support

> > "Polaris" <etpolaris@hotmail.com> wrote in message

> > news:HxgYnhsKDHA.2848@webserver1.softwarefx.com...

> > > Thanks. In order to show the tooltips on the chart on client's

browser,

> do

> > I

> > > have to set the chart's HtmlTag to ".NET"? In this case the client

> machine

> > > must have the .NET frame work installed, right?

> > >

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

> > > news:FyvHgFqKDHA.2060@webserver1.softwarefx.com...

> > > > The first time a browser encounters a .NET control in a page it has

to

> > > load

> > > > the .NET framework, in addition the "main" control (in this case the

> > > ChartFX

> > > > .NET Internet Client Control) is downloaded to compare against the

> > version

> > > > in the download cache (this is done on a per-session basis).

> > > >

> > > > If you have a recent build of ChartFX for .NET you may want to try

> > setting

> > > > the MainClient property of the chart (in your ASPX page) to true,

this

> > > will

> > > > change ChartFX behavior to generate an object with a small "wrapper"

> > > > control, over slow lines we have measured an improvement from 30

> seconds

> > > to

> > > > about 7 seconds (on the first hit of a browser session).

> > > >

> > > > If this works for you, there is a registry setting that will make

all

> > your

> > > > charts to use this approach.

> > > >

> > > > Registry key: HKLM\Software\Software FX, Inc.\ChartFX for

> > .NET\6.0\Server

> > > > Name: MainClient

> > > > Value: 1 (DWORD value)

> > > >

> > > > --

> > > > Regards,

> > > >

> > > > JC

> > > > Software FX Support

> > > > "Polaris" <etpolaris@hotmail.com> wrote in message

> > > > news:Dmoj2hkKDHA.2816@webserver1.softwarefx.com...

> > > > > In order to show tooltips for a bar chart, I have to set the

HtmlTag

> > for

> > > > the

> > > > > chart as ".NET" (or do I?). After setting this tag, the web form

> > loaded

> > > > much

> > > > > slower on the client side. Any one knows why? any work around?

> > > > >

> > > > > Thanks in advance.

> > > > >

> > > > >

> > > >

> > > >

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

sorry, I thought the "Flash" thing is a toolbar feature. I will look at the

docs. Thanks.

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

news:MWEG46tKDHA.644@webserver1.softwarefx.com...

> >> and enabled the ChartFX.Writer.Flash.dll for the Toolbar

>

> I am not sure what you mean by this, after downloading the Flash extension

I

> would recommend you check any docs/samples included with the flash

> extension.

>

> >> What should I do next to use it to show the tooltip

>

> You need to set the HtmlTag to flash, again please check any docs/samples

> included with the flash extension.

>

> --

> Regards,

>

> JC

> Software FX Support

> "Polaris" <etpolaris@hotmail.com> wrote in message

> news:pWYiFBtKDHA.2848@webserver1.softwarefx.com...

> > I have downloaded the ChartFX extension and enabled the

> > ChartFX.Writer.Flash.dll for the Toolbar. What should I do next to use

it

> to

> > show the tooltip so that the client do not need the .NET frame work

> > installed on their machine?

> >

> > Thanks

> >

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

> > news:YLmf2psKDHA.380@webserver1.softwarefx.com...

> > > Yes. Clients must have the .NET framework installed in order to see a

> .net

> > > chart, you can also set HtmlTag to "auto" which will generate ".net"

for

> > > clients who have the .net framework installed and png images if not.

> > >

> > > We recently released a free ChartFX extension that allows flash

> generation

> > > (http://www.softwarefx.com/extensions). This extension supports

> tooltips.

> > >

> > > --

> > > Regards,

> > >

> > > JC

> > > Software FX Support

> > > "Polaris" <etpolaris@hotmail.com> wrote in message

> > > news:HxgYnhsKDHA.2848@webserver1.softwarefx.com...

> > > > Thanks. In order to show the tooltips on the chart on client's

> browser,

> > do

> > > I

> > > > have to set the chart's HtmlTag to ".NET"? In this case the client

> > machine

> > > > must have the .NET frame work installed, right?

> > > >

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

> > > > news:FyvHgFqKDHA.2060@webserver1.softwarefx.com...

> > > > > The first time a browser encounters a .NET control in a page it

has

> to

> > > > load

> > > > > the .NET framework, in addition the "main" control (in this case

the

> > > > ChartFX

> > > > > .NET Internet Client Control) is downloaded to compare against the

> > > version

> > > > > in the download cache (this is done on a per-session basis).

> > > > >

> > > > > If you have a recent build of ChartFX for .NET you may want to try

> > > setting

> > > > > the MainClient property of the chart (in your ASPX page) to true,

> this

> > > > will

> > > > > change ChartFX behavior to generate an object with a small

"wrapper"

> > > > > control, over slow lines we have measured an improvement from 30

> > seconds

> > > > to

> > > > > about 7 seconds (on the first hit of a browser session).

> > > > >

> > > > > If this works for you, there is a registry setting that will make

> all

> > > your

> > > > > charts to use this approach.

> > > > >

> > > > > Registry key: HKLM\Software\Software FX, Inc.\ChartFX for

> > > .NET\6.0\Server

> > > > > Name: MainClient

> > > > > Value: 1 (DWORD value)

> > > > >

> > > > > --

> > > > > Regards,

> > > > >

> > > > > JC

> > > > > Software FX Support

> > > > > "Polaris" <etpolaris@hotmail.com> wrote in message

> > > > > news:Dmoj2hkKDHA.2816@webserver1.softwarefx.com...

> > > > > > In order to show tooltips for a bar chart, I have to set the

> HtmlTag

> > > for

> > > > > the

> > > > > > chart as ".NET" (or do I?). After setting this tag, the web form

> > > loaded

> > > > > much

> > > > > > slower on the client side. Any one knows why? any work around?

> > > > > >

> > > > > > Thanks in advance.

> > > > > >

> > > > > >

> > > > >

> > > > >

> > > >

> > > >

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...