User (Legacy) Posted October 8, 2006 Author Report Share Posted October 8, 2006 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 More sharing options...
User (Legacy) Posted October 8, 2006 Report Share Posted October 8, 2006 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 More sharing options...
User (Legacy) Posted October 8, 2006 Author Report Share Posted October 8, 2006 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 More sharing options...
User (Legacy) Posted October 8, 2006 Author Report Share Posted October 8, 2006 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 More sharing options...
Software FX Posted October 9, 2006 Report Share Posted October 9, 2006 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 BugMDIChild.doc BugMDIChild.doc Link to comment Share on other sites More sharing options...
Software FX Posted October 9, 2006 Report Share Posted October 9, 2006 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 More sharing options...
User (Legacy) Posted October 10, 2006 Author Report Share Posted October 10, 2006 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 More sharing options...
User (Legacy) Posted October 10, 2006 Author Report Share Posted October 10, 2006 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 More sharing options...
User (Legacy) Posted October 11, 2006 Author Report Share Posted October 11, 2006 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 More sharing options...
User (Legacy) Posted October 11, 2006 Author Report Share Posted October 11, 2006 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 More sharing options...
User (Legacy) Posted October 18, 2006 Author Report Share Posted October 18, 2006 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 More sharing options...
User (Legacy) Posted October 18, 2006 Author Report Share Posted October 18, 2006 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 More sharing options...
VekiPeki Posted July 22, 2008 Report Share Posted July 22, 2008 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 More sharing options...
VekiPeki Posted July 22, 2008 Report Share Posted July 22, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.