Jump to content
Software FX Community

Samples are cool but use legacy code that doesn't compile.


User (Legacy)

Recommended Posts

Hey,

the samples are cool but ...

some use legacy property/methods or just wrong methods.

so some samples do not compile in VS.net

in the grids example i get tese build errors: (an not only in that example)

C:\Program Files\ChartFX Lite for .NET\Samples\Grids\FrmGrids.vb(116):

'Public Overridable Overloads Property Format() As

SoftwareFX.ChartFX.Lite.AxisFormat' is obsolete: 'Use LabelsFormat.Format

instead'

C:\Program Files\ChartFX Lite for .NET\Samples\Grids\FrmGrids.vb(117):

Property 'Grid' is 'ReadOnly'.

C:\Program Files\ChartFX Lite for .NET\Samples\Grids\FrmGrids.vb(118):

'GridColor' is not a member of 'SoftwareFX.ChartFX.Lite.Axis'.

C:\Program Files\ChartFX Lite for .NET\Samples\Grids\FrmGrids.vb(119):

'GridStyle' is not a member of 'SoftwareFX.ChartFX.Lite.Axis'.

C:\Program Files\ChartFX Lite for .NET\Samples\Grids\FrmGrids.vb(122):

Property 'Grid' is 'ReadOnly'.

C:\Program Files\ChartFX Lite for .NET\Samples\Grids\FrmGrids.vb(127):

Property 'Grid' is 'ReadOnly'.

C:\Program Files\ChartFX Lite for .NET\Samples\Grids\FrmGrids.vb(128):

'GridColor' is not a member of 'SoftwareFX.ChartFX.Lite.Axis'.

C:\Program Files\ChartFX Lite for .NET\Samples\Grids\FrmGrids.vb(130):

Property 'Grid' is 'ReadOnly'.

i fixed them ;)

another nasty thing :

the license file supplied with the examples is named

<SAMPLENAME>license.licx

i was trying to deploy a sample to test it on another computer. it failed

because of the

licx filename

it MUST be licenses.licx

it took me quiet some time to find out

Link to comment
Share on other sites

Hey,

the samples are cool but ...

some use legacy property/methods or just wrong methods.

so some samples do not compile in VS.net

in the grids example i get tese build errors: (an not only in that example)

C:\Program Files\ChartFX Lite for .NET\Samples\Grids\FrmGrids.vb(116):

'Public Overridable Overloads Property Format() As

SoftwareFX.ChartFX.Lite.AxisFormat' is obsolete: 'Use LabelsFormat.Format

instead'

C:\Program Files\ChartFX Lite for .NET\Samples\Grids\FrmGrids.vb(117):

Property 'Grid' is 'ReadOnly'.

C:\Program Files\ChartFX Lite for .NET\Samples\Grids\FrmGrids.vb(118):

'GridColor' is not a member of 'SoftwareFX.ChartFX.Lite.Axis'.

C:\Program Files\ChartFX Lite for .NET\Samples\Grids\FrmGrids.vb(119):

'GridStyle' is not a member of 'SoftwareFX.ChartFX.Lite.Axis'.

C:\Program Files\ChartFX Lite for .NET\Samples\Grids\FrmGrids.vb(122):

Property 'Grid' is 'ReadOnly'.

C:\Program Files\ChartFX Lite for .NET\Samples\Grids\FrmGrids.vb(127):

Property 'Grid' is 'ReadOnly'.

C:\Program Files\ChartFX Lite for .NET\Samples\Grids\FrmGrids.vb(128):

'GridColor' is not a member of 'SoftwareFX.ChartFX.Lite.Axis'.

C:\Program Files\ChartFX Lite for .NET\Samples\Grids\FrmGrids.vb(130):

Property 'Grid' is 'ReadOnly'.

i fixed them ;)

another nasty thing :

the license file supplied with the examples is named

<SAMPLENAME>license.licx

i was trying to deploy a sample to test it on another computer. it failed

because of the

licx filename

it MUST be licenses.licx

it took me quiet some time to find out

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...