You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(9) |
Nov
(24) |
Dec
(19) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(22) |
Feb
(5) |
Mar
(10) |
Apr
(12) |
May
(6) |
Jun
(3) |
Jul
(6) |
Aug
(7) |
Sep
(1) |
Oct
(3) |
Nov
(4) |
Dec
(1) |
2008 |
Jan
|
Feb
(4) |
Mar
(6) |
Apr
(10) |
May
(2) |
Jun
(4) |
Jul
(15) |
Aug
(11) |
Sep
(3) |
Oct
|
Nov
(9) |
Dec
(11) |
2009 |
Jan
(6) |
Feb
(9) |
Mar
(24) |
Apr
(4) |
May
(7) |
Jun
(1) |
Jul
|
Aug
|
Sep
(3) |
Oct
(1) |
Nov
(1) |
Dec
(10) |
2010 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(8) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
(6) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Maciej K. <mac...@si...> - 2013-05-14 11:50:23
|
I would like to know password to http://netcontrols.org/nplot/wiki/index.php?n=Tutorials.HomePage best regards Maciej |
From: Maciej K. <mac...@si...> - 2013-05-14 11:50:19
|
how to fill bins with color other than black this change color of line histogram.Color = this.colorsOfSources [this.model.SourceInfo [i].source]; and this fills bin with blackness ^_^ histogram.Filled = true; what am i doing wrong? best regards Maciej |
From: Maciej K. <mac...@si...> - 2013-05-14 11:50:05
|
I would like to know password to http://netcontrols.org/nplot/wiki/index.php?n=Tutorials.HomePage best regards Maciej |
From: Pete J. <edg...@ya...> - 2012-12-13 23:33:00
|
http://morechiropatients.com/blog/wp-content/plugins/vzjidovasdus.php |
From: Pete J. <edg...@ya...> - 2012-11-14 22:37:44
|
http://n3wcreation.com/wp-content/themes/crisp-n-clean/munchmunch.php |
From: 山本 惠理 <yam...@jo...> - 2012-04-11 00:38:05
|
Has been developed using the NPlot, is Japanese. For Machine Translation, Please note that hard to read. First of all, failed to display any graph with an error when drawing the graph. (The graph × red mark is displayed at this time.) Error then display remains unchanged, even if you do the drawingagain. How can I How do I redraw properly? using Nplot.Windows.PlotSurface2D; public partial class Form1 : Form { private void Form1_Load(object sender, EventArgs e) { LinePlot line = new LinePlot(); line.OrdinateData = new double[] { 0, 1, 2, 3, 4, 5 }; line.AbscissaData = new double[] { 0, 1, 2, 3, 4, 5 }; plotSurface2D.Add(line); plotSurface2D.XAxis1 = null; // An error is made compulsorily. plotSurface2D.Refresh(); } private void button1_Click(object sender, EventArgs e) { plotSurface2D.Clear(); LinePlot line = new LinePlot(); line.OrdinateData = new double[] { 0, 1, 2, 3, 4, 5 }; line.AbscissaData = new double[] { 0, 1, 2, 3, 4, 5 }; plotSurface2D.Add(line); plotSurface2D.Refresh(); } } |
From: SourceForge.net <no...@so...> - 2012-03-21 08:37:49
|
Bugs item #3509373, was opened at 2012-03-20 06:26 Message generated for change (Comment added) made by galmok You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3509373&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.10.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Bernhard Ege (galmok) Assigned to: Nobody/Anonymous (nobody) Summary: Converting to VS2010 errors Initial Comment: I was trying NPlot to see if we can use it, but upon loading it into VS2010 (after installing .NET 1.1 including SDK and MSBee), the build errors with these errors: Warning 3 Use command line option '/keyfile' or appropriate project settings instead of 'AssemblyKeyFile' C:\Users\xxx\Documents\Visual Studio 2010\Projects\nplot-0.9.10.0\src\AssemblyInfo.cs 46 12 NPlot Warning 1 The parent file, '..\src\Windows.PlotSurface2D.cs', for file 'resources\Windows.PlotSurface2D.resx' cannot be found in the project file. NPlot Error 2 Cryptographic failure while signing assembly 'C:\Users\xxx\Documents\Visual Studio 2010\Projects\nplot-0.9.10.0\obj\Debug\NPlot.dll' -- 'Error reading key file 'NPlot-key.snk' -- The system cannot find the file specified. ' NPlot Warning 4 'NPlot.Windows.PlotSurface2D.Padding' hides inherited member 'System.Windows.Forms.Control.Padding'. Use the new keyword if hiding was intended. C:\Users\xxx\Documents\Visual Studio 2010\Projects\nplot-0.9.10.0\src\Windows.PlotSurface2D.cs 447 14 NPlot I am not sure how to fix any of these errors. :-/ ---------------------------------------------------------------------- Comment By: Bernhard Ege (galmok) Date: 2012-03-21 01:37 Message: I have done as suggested and I have managed to get rid of 3 of the 4 errors. I still have this one left: Warning 1 The parent file, '..\src\Windows.PlotSurface2D.cs', for file 'resources\Windows.PlotSurface2D.resx' cannot be found in the project file. NPlot The cs file does exists and is looked for in the right place (tried changing the csproj file to make it look somewhere else). ---------------------------------------------------------------------- Comment By: Jim Graham (jimbojones2000) Date: 2012-03-20 11:37 Message: You can retarget NPlot to .NET 4 (this should have been an option when loading the solution file into VS2010). After that, do what anmar suggests to remove the .snk file from src/AssemblyInfo.cs IF you check out the source code from SVN, the other two errors don't arise. -Jim ---------------------------------------------------------------------- Comment By: Angel Marin (anmar) Date: 2012-03-20 11:27 Message: It's complaining about the sign key (not included in the source distribution). You can either generate one with sn.exe or just remove the line that references NPlot-key.snk on AssemblyInfo.cs. ---------------------------------------------------------------------- Comment By: Bernhard Ege (galmok) Date: 2012-03-20 11:21 Message: I am not really interested in making VS2010 compatible with .NET 1.1. I would however like to try out NPlot in VS2010. If NPlot _requires_ .NET 1.1, then I guess VS2010 is out of the question. If not, how do I make NPlot compatible with VS2010? ---------------------------------------------------------------------- Comment By: Dennis Hayes (sccatman) Date: 2012-03-20 10:11 Message: VS2010 does not support .net 1.1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3509373&group_id=161868 |
From: SourceForge.net <no...@so...> - 2012-03-20 18:37:30
|
Bugs item #3509373, was opened at 2012-03-20 06:26 Message generated for change (Comment added) made by jimbojones2000 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3509373&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.10.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Bernhard Ege (galmok) Assigned to: Nobody/Anonymous (nobody) Summary: Converting to VS2010 errors Initial Comment: I was trying NPlot to see if we can use it, but upon loading it into VS2010 (after installing .NET 1.1 including SDK and MSBee), the build errors with these errors: Warning 3 Use command line option '/keyfile' or appropriate project settings instead of 'AssemblyKeyFile' C:\Users\xxx\Documents\Visual Studio 2010\Projects\nplot-0.9.10.0\src\AssemblyInfo.cs 46 12 NPlot Warning 1 The parent file, '..\src\Windows.PlotSurface2D.cs', for file 'resources\Windows.PlotSurface2D.resx' cannot be found in the project file. NPlot Error 2 Cryptographic failure while signing assembly 'C:\Users\xxx\Documents\Visual Studio 2010\Projects\nplot-0.9.10.0\obj\Debug\NPlot.dll' -- 'Error reading key file 'NPlot-key.snk' -- The system cannot find the file specified. ' NPlot Warning 4 'NPlot.Windows.PlotSurface2D.Padding' hides inherited member 'System.Windows.Forms.Control.Padding'. Use the new keyword if hiding was intended. C:\Users\xxx\Documents\Visual Studio 2010\Projects\nplot-0.9.10.0\src\Windows.PlotSurface2D.cs 447 14 NPlot I am not sure how to fix any of these errors. :-/ ---------------------------------------------------------------------- Comment By: Jim Graham (jimbojones2000) Date: 2012-03-20 11:37 Message: You can retarget NPlot to .NET 4 (this should have been an option when loading the solution file into VS2010). After that, do what anmar suggests to remove the .snk file from src/AssemblyInfo.cs IF you check out the source code from SVN, the other two errors don't arise. -Jim ---------------------------------------------------------------------- Comment By: Angel Marin (anmar) Date: 2012-03-20 11:27 Message: It's complaining about the sign key (not included in the source distribution). You can either generate one with sn.exe or just remove the line that references NPlot-key.snk on AssemblyInfo.cs. ---------------------------------------------------------------------- Comment By: Bernhard Ege (galmok) Date: 2012-03-20 11:21 Message: I am not really interested in making VS2010 compatible with .NET 1.1. I would however like to try out NPlot in VS2010. If NPlot _requires_ .NET 1.1, then I guess VS2010 is out of the question. If not, how do I make NPlot compatible with VS2010? ---------------------------------------------------------------------- Comment By: Dennis Hayes (sccatman) Date: 2012-03-20 10:11 Message: VS2010 does not support .net 1.1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3509373&group_id=161868 |
From: SourceForge.net <no...@so...> - 2012-03-20 18:27:41
|
Bugs item #3509373, was opened at 2012-03-20 06:26 Message generated for change (Comment added) made by anmar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3509373&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.10.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Bernhard Ege (galmok) Assigned to: Nobody/Anonymous (nobody) Summary: Converting to VS2010 errors Initial Comment: I was trying NPlot to see if we can use it, but upon loading it into VS2010 (after installing .NET 1.1 including SDK and MSBee), the build errors with these errors: Warning 3 Use command line option '/keyfile' or appropriate project settings instead of 'AssemblyKeyFile' C:\Users\xxx\Documents\Visual Studio 2010\Projects\nplot-0.9.10.0\src\AssemblyInfo.cs 46 12 NPlot Warning 1 The parent file, '..\src\Windows.PlotSurface2D.cs', for file 'resources\Windows.PlotSurface2D.resx' cannot be found in the project file. NPlot Error 2 Cryptographic failure while signing assembly 'C:\Users\xxx\Documents\Visual Studio 2010\Projects\nplot-0.9.10.0\obj\Debug\NPlot.dll' -- 'Error reading key file 'NPlot-key.snk' -- The system cannot find the file specified. ' NPlot Warning 4 'NPlot.Windows.PlotSurface2D.Padding' hides inherited member 'System.Windows.Forms.Control.Padding'. Use the new keyword if hiding was intended. C:\Users\xxx\Documents\Visual Studio 2010\Projects\nplot-0.9.10.0\src\Windows.PlotSurface2D.cs 447 14 NPlot I am not sure how to fix any of these errors. :-/ ---------------------------------------------------------------------- >Comment By: Angel Marin (anmar) Date: 2012-03-20 11:27 Message: It's complaining about the sign key (not included in the source distribution). You can either generate one with sn.exe or just remove the line that references NPlot-key.snk on AssemblyInfo.cs. ---------------------------------------------------------------------- Comment By: Bernhard Ege (galmok) Date: 2012-03-20 11:21 Message: I am not really interested in making VS2010 compatible with .NET 1.1. I would however like to try out NPlot in VS2010. If NPlot _requires_ .NET 1.1, then I guess VS2010 is out of the question. If not, how do I make NPlot compatible with VS2010? ---------------------------------------------------------------------- Comment By: Dennis Hayes (sccatman) Date: 2012-03-20 10:11 Message: VS2010 does not support .net 1.1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3509373&group_id=161868 |
From: SourceForge.net <no...@so...> - 2012-03-20 18:21:10
|
Bugs item #3509373, was opened at 2012-03-20 06:26 Message generated for change (Comment added) made by galmok You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3509373&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.10.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Bernhard Ege (galmok) Assigned to: Nobody/Anonymous (nobody) Summary: Converting to VS2010 errors Initial Comment: I was trying NPlot to see if we can use it, but upon loading it into VS2010 (after installing .NET 1.1 including SDK and MSBee), the build errors with these errors: Warning 3 Use command line option '/keyfile' or appropriate project settings instead of 'AssemblyKeyFile' C:\Users\xxx\Documents\Visual Studio 2010\Projects\nplot-0.9.10.0\src\AssemblyInfo.cs 46 12 NPlot Warning 1 The parent file, '..\src\Windows.PlotSurface2D.cs', for file 'resources\Windows.PlotSurface2D.resx' cannot be found in the project file. NPlot Error 2 Cryptographic failure while signing assembly 'C:\Users\xxx\Documents\Visual Studio 2010\Projects\nplot-0.9.10.0\obj\Debug\NPlot.dll' -- 'Error reading key file 'NPlot-key.snk' -- The system cannot find the file specified. ' NPlot Warning 4 'NPlot.Windows.PlotSurface2D.Padding' hides inherited member 'System.Windows.Forms.Control.Padding'. Use the new keyword if hiding was intended. C:\Users\xxx\Documents\Visual Studio 2010\Projects\nplot-0.9.10.0\src\Windows.PlotSurface2D.cs 447 14 NPlot I am not sure how to fix any of these errors. :-/ ---------------------------------------------------------------------- Comment By: Bernhard Ege (galmok) Date: 2012-03-20 11:21 Message: I am not really interested in making VS2010 compatible with .NET 1.1. I would however like to try out NPlot in VS2010. If NPlot _requires_ .NET 1.1, then I guess VS2010 is out of the question. If not, how do I make NPlot compatible with VS2010? ---------------------------------------------------------------------- Comment By: Dennis Hayes (sccatman) Date: 2012-03-20 10:11 Message: VS2010 does not support .net 1.1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3509373&group_id=161868 |
From: SourceForge.net <no...@so...> - 2012-03-20 17:11:13
|
Bugs item #3509373, was opened at 2012-03-20 06:26 Message generated for change (Comment added) made by sccatman You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3509373&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.10.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Bernhard Ege (galmok) Assigned to: Nobody/Anonymous (nobody) Summary: Converting to VS2010 errors Initial Comment: I was trying NPlot to see if we can use it, but upon loading it into VS2010 (after installing .NET 1.1 including SDK and MSBee), the build errors with these errors: Warning 3 Use command line option '/keyfile' or appropriate project settings instead of 'AssemblyKeyFile' C:\Users\xxx\Documents\Visual Studio 2010\Projects\nplot-0.9.10.0\src\AssemblyInfo.cs 46 12 NPlot Warning 1 The parent file, '..\src\Windows.PlotSurface2D.cs', for file 'resources\Windows.PlotSurface2D.resx' cannot be found in the project file. NPlot Error 2 Cryptographic failure while signing assembly 'C:\Users\xxx\Documents\Visual Studio 2010\Projects\nplot-0.9.10.0\obj\Debug\NPlot.dll' -- 'Error reading key file 'NPlot-key.snk' -- The system cannot find the file specified. ' NPlot Warning 4 'NPlot.Windows.PlotSurface2D.Padding' hides inherited member 'System.Windows.Forms.Control.Padding'. Use the new keyword if hiding was intended. C:\Users\xxx\Documents\Visual Studio 2010\Projects\nplot-0.9.10.0\src\Windows.PlotSurface2D.cs 447 14 NPlot I am not sure how to fix any of these errors. :-/ ---------------------------------------------------------------------- Comment By: Dennis Hayes (sccatman) Date: 2012-03-20 10:11 Message: VS2010 does not support .net 1.1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3509373&group_id=161868 |
From: SourceForge.net <no...@so...> - 2012-03-20 13:26:23
|
Bugs item #3509373, was opened at 2012-03-20 06:26 Message generated for change (Tracker Item Submitted) made by galmok You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3509373&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.10.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Bernhard Ege (galmok) Assigned to: Nobody/Anonymous (nobody) Summary: Converting to VS2010 errors Initial Comment: I was trying NPlot to see if we can use it, but upon loading it into VS2010 (after installing .NET 1.1 including SDK and MSBee), the build errors with these errors: Warning 3 Use command line option '/keyfile' or appropriate project settings instead of 'AssemblyKeyFile' C:\Users\xxx\Documents\Visual Studio 2010\Projects\nplot-0.9.10.0\src\AssemblyInfo.cs 46 12 NPlot Warning 1 The parent file, '..\src\Windows.PlotSurface2D.cs', for file 'resources\Windows.PlotSurface2D.resx' cannot be found in the project file. NPlot Error 2 Cryptographic failure while signing assembly 'C:\Users\xxx\Documents\Visual Studio 2010\Projects\nplot-0.9.10.0\obj\Debug\NPlot.dll' -- 'Error reading key file 'NPlot-key.snk' -- The system cannot find the file specified. ' NPlot Warning 4 'NPlot.Windows.PlotSurface2D.Padding' hides inherited member 'System.Windows.Forms.Control.Padding'. Use the new keyword if hiding was intended. C:\Users\xxx\Documents\Visual Studio 2010\Projects\nplot-0.9.10.0\src\Windows.PlotSurface2D.cs 447 14 NPlot I am not sure how to fix any of these errors. :-/ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3509373&group_id=161868 |
From: SourceForge.net <no...@so...> - 2011-09-05 12:27:17
|
Patches item #3404261, was opened at 2011-09-05 14:23 Message generated for change (Comment added) made by cromozon You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821570&aid=3404261&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: C. Gleerup (cromozon) Assigned to: Nobody/Anonymous (nobody) Summary: Prevent overflow exception from single point Inf/NaN data Initial Comment: small modification that checks input data and does nothing in case of NaN/Inf when drawing single point. this prevents a possible stackOverflow exception from system drawing. ---------------------------------------------------------------------- >Comment By: C. Gleerup (cromozon) Date: 2011-09-05 14:27 Message: whopsi, i might add, the relevant file is: \src\LinePlot.cs line 109, just below PointF physical = t.Transform( data[0] ); add if (float.IsNaN(physical.X) || float.IsInfinity(physical.X) || float.IsNaN(physical.Y) || float.IsInfinity(physical.Y)) { return; } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821570&aid=3404261&group_id=161868 |
From: SourceForge.net <no...@so...> - 2011-09-05 12:23:41
|
Patches item #3404261, was opened at 2011-09-05 14:23 Message generated for change (Tracker Item Submitted) made by cromozon You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821570&aid=3404261&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: C. Gleerup (cromozon) Assigned to: Nobody/Anonymous (nobody) Summary: Prevent overflow exception from single point Inf/NaN data Initial Comment: small modification that checks input data and does nothing in case of NaN/Inf when drawing single point. this prevents a possible stackOverflow exception from system drawing. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821570&aid=3404261&group_id=161868 |
From: SourceForge.net <no...@so...> - 2011-08-21 05:03:10
|
Bugs item #3395590, was opened at 2011-08-21 10:33 Message generated for change (Tracker Item Submitted) made by arvish You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3395590&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Arvind (arvish) Assigned to: Nobody/Anonymous (nobody) Summary: VerticalMultiGuideline Initial Comment: The NPlot documentation page has a reference to 'VerticalMultiGuideline' which is supposedly introduced to coordinate vertical guidlines across multiple plot surfaces. However, I cannot seem to find this in the 0.9.10 binaries. Can someone help me where VerticalMultiGuideline is implemented? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3395590&group_id=161868 |
From: SourceForge.net <no...@so...> - 2010-09-19 19:52:33
|
Bugs item #3071433, was opened at 2010-09-19 19:52 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3071433&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: windows forms c# tutorial has been hijacked Initial Comment: Looks like someone is using the wiki as a way to spam. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3071433&group_id=161868 |
From: Alexander C. <ale...@gm...> - 2010-09-07 14:12:49
|
Good morning my name is Alexander, I'm from Venezuela. Nplot can generate a graph like the attached image?. Very important details of the background bar, green, yellow and red. Thank you very much for the help. |
From: SourceForge.net <no...@so...> - 2010-06-29 20:48:31
|
Bugs item #3022446, was opened at 2010-06-28 13:22 Message generated for change (Comment added) made by jimbojones2000 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3022446&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: John Allwork (jallwork) Assigned to: Nobody/Anonymous (nobody) Summary: VS2010 removes reference to Nplot, then errors: Initial Comment: VS2010 removes reference to Nplot, then errors: 1. the namespace name Nplot could not be found 2. The referenced assembly 'Nplot' could not be resolved because it has a dependency on 'System.Design Version 4.0.0.0, ... ' which is not in the current targeted framework .NETFramework 4.0, ... To reproduce this 1. start a new (c#) project 2. Add a Plotsurface to the toolbox (not really necessary) 3. add reference to NPlot in solution explorer (right-click, browse for Nplot dll) 4. add 'using NPlot;' at top of code 5. start typing some npolt code (say after InitializeComponent();): PlotSurface2D ps2d = new PlotSurface2D(); 6. Note that intellisense knows about the Nplot items 7. Compile code and get error. 8.Look at code - PlotSurface2D ps2d = new PlotSurface2D(); is now an error. Further double click Nplot in Solution Explorer to display Object Browser. Nplot is missing. Remove Nplot from references and add again. Nplot appears in Object Browser. Compile program and Hey Presto! Nplot is gone. Should there be a different nplot.dll for VS2010? How do I target VS2010 for a different .NET framework? Regards and thanks John Allwork ---------------------------------------------------------------------- Comment By: Jim Graham (jimbojones2000) Date: 2010-06-29 16:48 Message: This is because the .NET 4.0 Client install removed System.Web, upon which NPlot is dependent. You could look at the source to see if NPlot could be refactored to have a client-only dll, but I'd stick with the full framework for now. ---------------------------------------------------------------------- Comment By: John Allwork (jallwork) Date: 2010-06-29 16:35 Message: Thanks for your reply. It does seem to work if you retarget your C# application for .NET framework 4, rather than the default .NET Framework 4 Client Profile (Solution Explorer . right-clcik properties > Open, then change Target framework) Solved - thanks again John ---------------------------------------------------------------------- Comment By: Jamie McQuay (jamcquay) Date: 2010-06-29 16:15 Message: NPlot was compiled against .Net 2.0 in order to use .Net 2.0 components in .Net 4.0 applications you need to add an entry to the applications config file. Here is a link to what you need to do: http://stackoverflow.com/questions/1604663/what-does-uselegacyv2runtimeactivationpolicy-do-in-the-net-4-config ---------------------------------------------------------------------- Comment By: John Allwork (jallwork) Date: 2010-06-29 16:04 Message: Update on this. You can retarget VS to .NET 3.5, (right-click Properties > Open, and retarget framework) and it complies, but doesn't display anything on the plotsurface John ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3022446&group_id=161868 |
From: SourceForge.net <no...@so...> - 2010-06-29 20:35:49
|
Bugs item #3022446, was opened at 2010-06-28 18:22 Message generated for change (Settings changed) made by jallwork You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3022446&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open >Resolution: None Priority: 5 Private: No Submitted By: John Allwork (jallwork) >Assigned to: Nobody/Anonymous (nobody) Summary: VS2010 removes reference to Nplot, then errors: Initial Comment: VS2010 removes reference to Nplot, then errors: 1. the namespace name Nplot could not be found 2. The referenced assembly 'Nplot' could not be resolved because it has a dependency on 'System.Design Version 4.0.0.0, ... ' which is not in the current targeted framework .NETFramework 4.0, ... To reproduce this 1. start a new (c#) project 2. Add a Plotsurface to the toolbox (not really necessary) 3. add reference to NPlot in solution explorer (right-click, browse for Nplot dll) 4. add 'using NPlot;' at top of code 5. start typing some npolt code (say after InitializeComponent();): PlotSurface2D ps2d = new PlotSurface2D(); 6. Note that intellisense knows about the Nplot items 7. Compile code and get error. 8.Look at code - PlotSurface2D ps2d = new PlotSurface2D(); is now an error. Further double click Nplot in Solution Explorer to display Object Browser. Nplot is missing. Remove Nplot from references and add again. Nplot appears in Object Browser. Compile program and Hey Presto! Nplot is gone. Should there be a different nplot.dll for VS2010? How do I target VS2010 for a different .NET framework? Regards and thanks John Allwork ---------------------------------------------------------------------- >Comment By: John Allwork (jallwork) Date: 2010-06-29 21:35 Message: Thanks for your reply. It does seem to work if you retarget your C# application for .NET framework 4, rather than the default .NET Framework 4 Client Profile (Solution Explorer . right-clcik properties > Open, then change Target framework) Solved - thanks again John ---------------------------------------------------------------------- Comment By: Jamie McQuay (jamcquay) Date: 2010-06-29 21:15 Message: NPlot was compiled against .Net 2.0 in order to use .Net 2.0 components in .Net 4.0 applications you need to add an entry to the applications config file. Here is a link to what you need to do: http://stackoverflow.com/questions/1604663/what-does-uselegacyv2runtimeactivationpolicy-do-in-the-net-4-config ---------------------------------------------------------------------- Comment By: John Allwork (jallwork) Date: 2010-06-29 21:04 Message: Update on this. You can retarget VS to .NET 3.5, (right-click Properties > Open, and retarget framework) and it complies, but doesn't display anything on the plotsurface John ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3022446&group_id=161868 |
From: SourceForge.net <no...@so...> - 2010-06-29 20:15:51
|
Bugs item #3022446, was opened at 2010-06-28 13:22 Message generated for change (Comment added) made by jamcquay You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3022446&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open >Resolution: Invalid Priority: 5 Private: No Submitted By: John Allwork (jallwork) >Assigned to: Jamie McQuay (jamcquay) Summary: VS2010 removes reference to Nplot, then errors: Initial Comment: VS2010 removes reference to Nplot, then errors: 1. the namespace name Nplot could not be found 2. The referenced assembly 'Nplot' could not be resolved because it has a dependency on 'System.Design Version 4.0.0.0, ... ' which is not in the current targeted framework .NETFramework 4.0, ... To reproduce this 1. start a new (c#) project 2. Add a Plotsurface to the toolbox (not really necessary) 3. add reference to NPlot in solution explorer (right-click, browse for Nplot dll) 4. add 'using NPlot;' at top of code 5. start typing some npolt code (say after InitializeComponent();): PlotSurface2D ps2d = new PlotSurface2D(); 6. Note that intellisense knows about the Nplot items 7. Compile code and get error. 8.Look at code - PlotSurface2D ps2d = new PlotSurface2D(); is now an error. Further double click Nplot in Solution Explorer to display Object Browser. Nplot is missing. Remove Nplot from references and add again. Nplot appears in Object Browser. Compile program and Hey Presto! Nplot is gone. Should there be a different nplot.dll for VS2010? How do I target VS2010 for a different .NET framework? Regards and thanks John Allwork ---------------------------------------------------------------------- >Comment By: Jamie McQuay (jamcquay) Date: 2010-06-29 16:15 Message: NPlot was compiled against .Net 2.0 in order to use .Net 2.0 components in .Net 4.0 applications you need to add an entry to the applications config file. Here is a link to what you need to do: http://stackoverflow.com/questions/1604663/what-does-uselegacyv2runtimeactivationpolicy-do-in-the-net-4-config ---------------------------------------------------------------------- Comment By: John Allwork (jallwork) Date: 2010-06-29 16:04 Message: Update on this. You can retarget VS to .NET 3.5, (right-click Properties > Open, and retarget framework) and it complies, but doesn't display anything on the plotsurface John ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3022446&group_id=161868 |
From: Jamie M. <jam...@go...> - 2010-06-29 20:13:56
|
NPlot was compiled against .Net 2.0 in order to use .Net 2.0 components in .Net 4.0 applications you need to add an entry to the applications config file. Here is a link to what you need to do: http://stackoverflow.com/questions/1604663/what-does-uselegacyv2runtimeactivationpolicy-do-in-the-net-4-config Jamie On Tue, Jun 29, 2010 at 4:04 PM, SourceForge.net <no...@so...> wrote: > Bugs item #3022446, was opened at 2010-06-28 18:22 > Message generated for change (Comment added) made by jallwork > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3022446&group_id=161868 > > Please note that this message will contain a full copy of the comment thread, > including the initial issue submission, for this request, > not just the latest update. > Category: None > Group: None > Status: Open > Resolution: None > Priority: 5 > Private: No > Submitted By: John Allwork (jallwork) > Assigned to: Nobody/Anonymous (nobody) > Summary: VS2010 removes reference to Nplot, then errors: > > Initial Comment: > VS2010 removes reference to Nplot, then errors: > 1. the namespace name Nplot could not be found > 2. The referenced assembly 'Nplot' could not be resolved because it has a dependency on 'System.Design > Version 4.0.0.0, ... ' which is not in the current targeted framework .NETFramework 4.0, ... > > To reproduce this > 1. start a new (c#) project > 2. Add a Plotsurface to the toolbox (not really necessary) > 3. add reference to NPlot in solution explorer (right-click, browse for Nplot dll) > 4. add 'using NPlot;' at top of code > 5. start typing some npolt code (say after InitializeComponent();): PlotSurface2D ps2d = new PlotSurface2D(); > 6. Note that intellisense knows about the Nplot items > 7. Compile code and get error. > 8.Look at code - PlotSurface2D ps2d = new PlotSurface2D(); is now an error. > > Further > double click Nplot in Solution Explorer to display Object Browser. Nplot is missing. > Remove Nplot from references and add again. Nplot appears in Object Browser. > Compile program and Hey Presto! Nplot is gone. > > Should there be a different nplot.dll for VS2010? > How do I target VS2010 for a different .NET framework? > > Regards and thanks > > John Allwork > > ---------------------------------------------------------------------- > >>Comment By: John Allwork (jallwork) > Date: 2010-06-29 21:04 > > Message: > Update on this. > You can retarget VS to .NET 3.5, (right-click Properties > Open, and > retarget framework) and it complies, but doesn't display anything on the > plotsurface > John > > ---------------------------------------------------------------------- > > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3022446&group_id=161868 > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Nplot-devel mailing list > Npl...@li... > https://lists.sourceforge.net/lists/listinfo/nplot-devel > |
From: SourceForge.net <no...@so...> - 2010-06-29 20:04:19
|
Bugs item #3022446, was opened at 2010-06-28 18:22 Message generated for change (Comment added) made by jallwork You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3022446&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: John Allwork (jallwork) Assigned to: Nobody/Anonymous (nobody) Summary: VS2010 removes reference to Nplot, then errors: Initial Comment: VS2010 removes reference to Nplot, then errors: 1. the namespace name Nplot could not be found 2. The referenced assembly 'Nplot' could not be resolved because it has a dependency on 'System.Design Version 4.0.0.0, ... ' which is not in the current targeted framework .NETFramework 4.0, ... To reproduce this 1. start a new (c#) project 2. Add a Plotsurface to the toolbox (not really necessary) 3. add reference to NPlot in solution explorer (right-click, browse for Nplot dll) 4. add 'using NPlot;' at top of code 5. start typing some npolt code (say after InitializeComponent();): PlotSurface2D ps2d = new PlotSurface2D(); 6. Note that intellisense knows about the Nplot items 7. Compile code and get error. 8.Look at code - PlotSurface2D ps2d = new PlotSurface2D(); is now an error. Further double click Nplot in Solution Explorer to display Object Browser. Nplot is missing. Remove Nplot from references and add again. Nplot appears in Object Browser. Compile program and Hey Presto! Nplot is gone. Should there be a different nplot.dll for VS2010? How do I target VS2010 for a different .NET framework? Regards and thanks John Allwork ---------------------------------------------------------------------- >Comment By: John Allwork (jallwork) Date: 2010-06-29 21:04 Message: Update on this. You can retarget VS to .NET 3.5, (right-click Properties > Open, and retarget framework) and it complies, but doesn't display anything on the plotsurface John ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3022446&group_id=161868 |
From: SourceForge.net <no...@so...> - 2010-06-28 17:22:07
|
Bugs item #3022446, was opened at 2010-06-28 18:22 Message generated for change (Tracker Item Submitted) made by jallwork You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3022446&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: John Allwork (jallwork) Assigned to: Nobody/Anonymous (nobody) Summary: VS2010 removes reference to Nplot, then errors: Initial Comment: VS2010 removes reference to Nplot, then errors: 1. the namespace name Nplot could not be found 2. The referenced assembly 'Nplot' could not be resolved because it has a dependency on 'System.Design Version 4.0.0.0, ... ' which is not in the current targeted framework .NETFramework 4.0, ... To reproduce this 1. start a new (c#) project 2. Add a Plotsurface to the toolbox (not really necessary) 3. add reference to NPlot in solution explorer (right-click, browse for Nplot dll) 4. add 'using NPlot;' at top of code 5. start typing some npolt code (say after InitializeComponent();): PlotSurface2D ps2d = new PlotSurface2D(); 6. Note that intellisense knows about the Nplot items 7. Compile code and get error. 8.Look at code - PlotSurface2D ps2d = new PlotSurface2D(); is now an error. Further double click Nplot in Solution Explorer to display Object Browser. Nplot is missing. Remove Nplot from references and add again. Nplot appears in Object Browser. Compile program and Hey Presto! Nplot is gone. Should there be a different nplot.dll for VS2010? How do I target VS2010 for a different .NET framework? Regards and thanks John Allwork ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3022446&group_id=161868 |
From: <jam...@us...> - 2010-06-08 21:17:30
|
Revision: 35 http://nplot.svn.sourceforge.net/nplot/?rev=35&view=rev Author: jamcquay Date: 2010-06-08 21:17:24 +0000 (Tue, 08 Jun 2010) Log Message: ----------- Improved the Print/PrintPreview exception handling Modified Paths: -------------- trunk/src/Windows.PlotSurface2D.cs Modified: trunk/src/Windows.PlotSurface2D.cs =================================================================== --- trunk/src/Windows.PlotSurface2D.cs 2009-12-28 15:29:51 UTC (rev 34) +++ trunk/src/Windows.PlotSurface2D.cs 2010-06-08 21:17:24 UTC (rev 35) @@ -1019,29 +1019,36 @@ printDocument.DefaultPageSettings.Landscape = true; DialogResult result; - if (!preview) - { - PrintDialog dlg = new PrintDialog(); - dlg.Document = printDocument; - result = dlg.ShowDialog(); - } - else - { - PrintPreviewDialog dlg = new PrintPreviewDialog(); - dlg.Document = printDocument; - result = dlg.ShowDialog(); - } - if (result == DialogResult.OK) - { - try - { - printDocument.Print(); - } - catch - { - Console.WriteLine( "caught\n" ); - } - } + try + { + if (!preview) + { + PrintDialog dlg = new PrintDialog(); + dlg.Document = printDocument; + result = dlg.ShowDialog(); + } + else + { + PrintPreviewDialog dlg = new PrintPreviewDialog(); + dlg.Document = printDocument; + result = dlg.ShowDialog(); + } + if (result == DialogResult.OK) + { + try + { + printDocument.Print(); + } + catch + { + Console.WriteLine("caught\n"); + } + } + } + catch (InvalidPrinterException) + { + Console.WriteLine("caught\n"); + } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2010-06-03 12:55:34
|
Bugs item #3010994, was opened at 2010-06-03 12:55 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3010994&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Export to Bitmap / Printer Initial Comment: I have a problem when I export Plotsorfaces to Bitmap: the text on the axis is very blurred, and the lines and bars on the plot look very fuzzy, compared to the same plot against the sceen. Attached is a PDF with lots of charts, all of them look much better on the screen. This is the code (in fragments) I use: NPlot.Bitmap.PlotSurface2D plotSurfaceBitmap = new NPlot.Bitmap.PlotSurface2D (width, height); Draw_Chart (plotSurfaceBitmap,width,height); plotSurfaceBitmap.BackColor = Color.White; // Color Outside the plot. plotSurfaceBitmap.Refresh (); Bitmap bitmap = plotSurfaceBitmap.Bitmap; The Bitmap gets saved and printed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3010994&group_id=161868 |