Search found 5 matches

by Gabriel
Thu Mar 04, 2010 10:50 am
Forum: .NET
Topic: Context menu for Chart Editor object
Replies: 4
Views: 4314

Re: Context menu for Chart Editor object

Sorry if my comment seemed to be offensive, but just wanted to get into .net guts :wink: . In fact is not a Tchart issue here, but .net. Combining our solutions, it converges to the fact that the context menu construction should be fired inside an event: the button for you, the load page in my case....
by Gabriel
Thu Mar 04, 2010 10:10 am
Forum: .NET
Topic: Context menu for Chart Editor object
Replies: 4
Views: 4314

Re: Context menu for Chart Editor object

Hi thanks, but it doesn't work as is (did u really try it?).
I've found the solution though: the context menu statements need to be executed during the editor1.Load event. And it works fine this way.
For info, I'm using your latest TeeChart release (just bought it) and VS 2008 and 2010 RC.
by Gabriel
Wed Mar 03, 2010 11:44 am
Forum: .NET
Topic: Chart Edit Native/Save event
Replies: 3
Views: 3729

Re: Chart Edit Native/Save event

Thanks Sandra. As I said in my initial post, the way around is that I've coded a mandatory SaveFileDialog in the Close_Editor event. But I thought it would be good that you guys take into account of exposing an event for that button that you already have. Also, I've spotted that if I try to export t...
by Gabriel
Tue Mar 02, 2010 8:21 am
Forum: .NET
Topic: Context menu for Chart Editor object
Replies: 4
Views: 4314

Context menu for Chart Editor object

Hi, I've tried to implement a ContextMenuStrip for the Chart Editor, but it doesn't get enabled (strip is not displayed when right-click). I've used the same-alike implementation (standard .net) I've done for the Chart object in another module of the application, where it works. Thanks for any hints...
by Gabriel
Mon Mar 01, 2010 9:20 am
Forum: .NET
Topic: Chart Edit Native/Save event
Replies: 3
Views: 3729

Chart Edit Native/Save event

Hi, I need to be able to programmatically pick-up the name of the .ten format file created through the Native/Save tab/button in the Chart Editor. That is, I want to use the Native/Save existing feature but to be able in my code (where I create and launch the Editor instance) to handle the saved fil...