tongbong

Results 8 comments of tongbong

I encountered that problem as well with that code in PlotModel.cs line 772: ``` void IPlotModel.AttachPlotView(IPlotView plotView) { var currentPlotView = this.PlotView; if (!object.ReferenceEquals(currentPlotView, null) && !object.ReferenceEquals(plotView, null) && !object.ReferenceEquals(currentPlotView,...

If this is part of the major refactoring as in #112, then I would say yes.

+1 It would be so nice to have a nuget package with a signed version of the assrmbly. What a burden to have to fork just to sign the assembly....

Maybe this could help: https://github.com/anjdreas/UnitsNet/issues/262

Yes that is what I did.

Hi there and thanks for this extension, still same error for pg12 : src/postpic.c: In function 'lo_size': src/postpic.c:978:22: error: 'lo_lseek' undeclared (first use in this function); did you mean 'lseek'?...

@corbane Do you still have the code? I don't know about you but I would expect the viewport control to always behave like described in the "floating viewport" column. /!\...

Thanks @corbane for reacting quickly. I understand that in your case the floating viewport is saved inside the file. With the command I run, I feel I suffer the same...