Jump to content
Software FX Community

Refresh of content area


User (Legacy)

Recommended Posts

On some machines, we've noticed that the Content area of a graph does not 

repaint if another overlapping window such as a modal dialog is placed over

it and then moved away. The toolbar and data table portions of the chart

refresh as expected, but not the content area. We are using the latest

version of ChartFX for .NET 2.0.

Is there some reason that ChartFX would ignore a Paint message?

Thanks

Mark

Link to comment
Share on other sites

I have never seen this happen before, please include a screenshot of the 

problem to make sure I´m understanding you correctly.

Also, try the following code:

chart.ExtraStyle &= ~ChartStyles.CacheImage;

Does it make any difference ?

--

Francisco Padron

www.chartfx.com

"mark" <mmbaker@bna.com> wrote in message

news:lLwYTP9sGHA.2244@webserver3.softwarefx.com...

> On some machines, we´ve noticed that the Content area of a graph does not

> repaint if another overlapping window such as a modal dialog is placed

> over it and then moved away. The toolbar and data table portions of the

> chart refresh as expected, but not the content area. We are using the

> latest version of ChartFX for .NET 2.0.

>

> Is there some reason that ChartFX would ignore a Paint message?

>

> Thanks

> Mark

>

Link to comment
Share on other sites

Thanks.  For now, removing the value seems to have helped.  We´ll keep an 

eye on it.

Mark

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

news:GBpc1m$sGHA.3756@webserver3.softwarefx.com...

>I have never seen this happen before, please include a screenshot of the

>problem to make sure I´m understanding you correctly.

>

> Also, try the following code:

>

> chart.ExtraStyle &= ~ChartStyles.CacheImage;

>

> Does it make any difference ?

>

> --

> Francisco Padron

> www.chartfx.com

>

>

> "mark" <mmbaker@bna.com> wrote in message

> news:lLwYTP9sGHA.2244@webserver3.softwarefx.com...

>> On some machines, we´ve noticed that the Content area of a graph does not

>> repaint if another overlapping window such as a modal dialog is placed

>> over it and then moved away. The toolbar and data table portions of the

>> chart refresh as expected, but not the content area. We are using the

>> latest version of ChartFX for .NET 2.0.

>>

>> Is there some reason that ChartFX would ignore a Paint message?

>>

>> Thanks

>> Mark

>>

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...