Jump to content
Software FX Community

Issue using Clientserver 62 with MDI applications in VS2005


User (Legacy)

Recommended Posts

See attached for a printscreen. It looks like some kind of a bug to me, 

since the graph is populated and is actually there. I can export it to a

bitmap for example, but can't get it to be displayed in my application.

I desperately need some help on this

"Tom Goossens" <Tom.Goossens@devrisk.com> wrote in message

news:SkJcHOw6GHA.3388@webserver3.softwarefx.com...

> Is there a known issue using ChartFX ClientServer 62 with a Multiple

> Document Interface (MDI) application?

>

> It seems not possible to use chart objects on a MDI Client window. The

> chart

> appears blank, apart from a displayed legend on the form. I'm using VB in

> Visual studio 2005.

>

> Thanks for the help

>

>

Link to comment
Share on other sites

See attached for a printscreen. It looks like some kind of a bug to me, 

since the graph is populated and is actually there. I can export it to a

bitmap for example, but can't get it to be displayed in my application.

I desperately need some help on this

"Tom Goossens" <Tom.Goossens@devrisk.com> wrote in message

news:SkJcHOw6GHA.3388@webserver3.softwarefx.com...

> Is there a known issue using ChartFX ClientServer 62 with a Multiple

> Document Interface (MDI) application?

>

> It seems not possible to use chart objects on a MDI Client window. The

> chart

> appears blank, apart from a displayed legend on the form. I'm using VB in

> Visual studio 2005.

>

> Thanks for the help

>

>

Link to comment
Share on other sites

This is a sample that replicates the problem. You will notice that the graph 

object is blank, while you would expect to see the default bars, or a

mention of 'no data available'.

Thanks for the help

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

news:Uipbb096GHA.3388@webserver3.softwarefx.com...

> How are you putting the chart into the MDI window?

>

> Can you please attach a sample application that reproduces the problem.

>

> --

> Francisco Padron

> www.chartfx.com

>

>

Link to comment
Share on other sites

This is a sample that replicates the problem. You will notice that the graph 

object is blank, while you would expect to see the default bars, or a

mention of 'no data available'.

Thanks for the help

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

news:Uipbb096GHA.3388@webserver3.softwarefx.com...

> How are you putting the chart into the MDI window?

>

> Can you please attach a sample application that reproduces the problem.

>

> --

> Francisco Padron

> www.chartfx.com

>

>

Link to comment
Share on other sites

Hi Francisco,

Any progress so far? thanks for the help.

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

news:Uipbb096GHA.3388@webserver3.softwarefx.com...

> How are you putting the chart into the MDI window?

>

> Can you please attach a sample application that reproduces the problem.

>

> --

> Francisco Padron

> www.chartfx.com

>

ChartFX_Sample.zip

ChartFX_Sample.zip

Link to comment
Share on other sites

Hi Francisco,

Any progress so far? thanks for the help.

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

news:Uipbb096GHA.3388@webserver3.softwarefx.com...

> How are you putting the chart into the MDI window?

>

> Can you please attach a sample application that reproduces the problem.

>

> --

> Francisco Padron

> www.chartfx.com

>

Link to comment
Share on other sites

Hi, have you made any progress here?

thanks for feedback

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

news:Uipbb096GHA.3388@webserver3.softwarefx.com...

> How are you putting the chart into the MDI window?

>

> Can you please attach a sample application that reproduces the problem.

>

> --

> Francisco Padron

> www.chartfx.com

>

Link to comment
Share on other sites

Hi, have you made any progress here?

thanks for feedback

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

news:Uipbb096GHA.3388@webserver3.softwarefx.com...

> How are you putting the chart into the MDI window?

>

> Can you please attach a sample application that reproduces the problem.

>

> --

> Francisco Padron

> www.chartfx.com

>

Link to comment
Share on other sites

  • 1 year later...

Hi!

Does anyone know how to resolve this?

I am having the same problem all morning - chart is displayed when a window is show as non-mdi, but as soon as I set MDIParent, I get the same result as in this post.

 f1 =  (); f1.Show(); 

but

 f2 =  ();f2.MdiParent = someParentForm; f2.Show(); 
Link to comment
Share on other sites

It seems that a workaround is to dock a Chart inside a Panel container, and then dock the Panel inside the Form - in that case data is displayed correctly. The problem happens only when Chart is docked inside a window directly (or if anyone still has the problem, then this just may be an indirect workaround).

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...