Search found 58 matches
- Tue Dec 13, 2011 2:34 pm
- Forum: .NET
- Topic: Gantt too slow
- Replies: 11
- Views: 13595
Re: Gantt too slow
Hello, Thanks for the example project. Adding line below improves its performance. Does it behave as expected now? TChart1.Aspect.SmoothingMode = Drawing2D.SmoothingMode.None gracias por la ayuda. Ahora funciona el doble de rápido, pero continua funcionando lento. There is something more that I can...
- Mon Dec 05, 2011 2:33 pm
- Forum: .NET
- Topic: Gantt too slow
- Replies: 11
- Views: 13595
Re: Gantt too slow
Hello,
here is the project.
Thanks in advance.
here is the project.
Thanks in advance.
- Fri Dec 02, 2011 3:39 pm
- Forum: .NET
- Topic: Gantt too slow
- Replies: 11
- Views: 13595
Re: Gantt too slow
Hello,
Here is the file Form1.vb where I load the data to be showed on the gantt.
I hope this will help.
Thanks.
Here is the file Form1.vb where I load the data to be showed on the gantt.
I hope this will help.
Thanks.
- Thu Dec 01, 2011 2:19 pm
- Forum: .NET
- Topic: Gantt too slow
- Replies: 11
- Views: 13595
Re: Gantt too slow
I uploaded the file and I have the following message:
Received Release.zip Content Type application/octet-stream Length 1236536
Thanks in advance.
Received Release.zip Content Type application/octet-stream Length 1236536
Thanks in advance.
- Wed Nov 30, 2011 6:00 pm
- Forum: .NET
- Topic: Gantt too slow
- Replies: 11
- Views: 13595
Re: Gantt too slow
Here is an example of the issue.
Try to move the gantt with the right mouse button and see how slow it works.
Thanks in advance.
I've a message that say that the file is too big. My file size is about 1,17 MB.
Where I can send the example of the issue?
Try to move the gantt with the right mouse button and see how slow it works.
Thanks in advance.
I've a message that say that the file is too big. My file size is about 1,17 MB.
Where I can send the example of the issue?
- Tue Nov 29, 2011 4:21 pm
- Forum: .NET
- Topic: Gantt too slow
- Replies: 11
- Views: 13595
Gantt too slow
Hello,
I've a dataset with about 600 rows that i bind to my gantt datasource.
When I see the gantt series on the screen the program works too slow.
There are any solution to this issue?
Thanks in advance.
I've a dataset with about 600 rows that i bind to my gantt datasource.
When I see the gantt series on the screen the program works too slow.
There are any solution to this issue?
Thanks in advance.
- Thu Nov 17, 2011 8:23 am
- Forum: .NET
- Topic: Gantt Bar Height
- Replies: 2
- Views: 5226
Re: Gantt Bar Height
Someone can help me?
Thanks in advance.
Thanks in advance.
- Tue Nov 15, 2011 5:10 pm
- Forum: .NET
- Topic: Gantt Bar Height
- Replies: 2
- Views: 5226
- Thu Jun 25, 2009 10:37 am
- Forum: .NET
- Topic: Bug on map series
- Replies: 6
- Views: 8954
Re: Bug on map series
Thanks for the info.
- Wed Jun 10, 2009 3:05 pm
- Forum: .NET
- Topic: Marks on Map Series
- Replies: 5
- Views: 7352
- Wed Jun 10, 2009 2:59 pm
- Forum: .NET
- Topic: Marks on Map Series
- Replies: 5
- Views: 7352
- Fri Jun 05, 2009 8:05 am
- Forum: .NET
- Topic: map series clear method
- Replies: 2
- Views: 4869
I can't reproduce the error with this code but I've solved it using a mdi form and this code:
Code: Select all
Form1.Close()
Form1.MdiParent = Me
Form1.Show()
Form1.WindowState = FormWindowState.Maximized
- Thu Jun 04, 2009 2:15 pm
- Forum: .NET
- Topic: Marks on Map Series
- Replies: 5
- Views: 7352
Marks on Map Series
Hello, I'm using this code to change and show the marks value of my polygons Private Sub Map1_GetSeriesMark(ByVal series As Steema.TeeChart.Styles.Series, ByVal e As Steema.TeeChart.Styles.GetSeriesMarkEventArgs) Handles Map1.GetSeriesMark e.MarkText = "Prueba" MessageBox.Show(e.MarkText) End Sub Pr...
- Thu Jun 04, 2009 11:00 am
- Forum: .NET
- Topic: map series clear method
- Replies: 2
- Views: 4869
map series clear method
I'm trying to clear my map series. I've tested all this methods but noone works fine: Map2.Dispose() TChart1.Series(1).Dispose() Map2.SeriesData.Remove(0, 1) TChart1.Series(1).Clear() Map2.Shapes.Clear() the map series seems to be clear when you take a look to the TChart1 properties. But when you ad...
- Thu Jun 04, 2009 9:47 am
- Forum: .NET
- Topic: Polygon volume
- Replies: 3
- Views: 5756