Search found 3 matches
- Thu Jun 01, 2006 12:02 pm
- Forum: .NET
- Topic: Exception when Calling the Editor at runtime
- Replies: 3
- Views: 3587
- Thu Jun 01, 2006 11:01 am
- Forum: .NET
- Topic: Exception when Calling the Editor at runtime
- Replies: 3
- Views: 3587
The problem is not linked to the visibility of the Editor
Thank you for your reply but the Editor should be private (I tried protected and it does not change anything). All the code I wrote is in the base form so that there is no need to duplicate the call to editor.ShowModal() in inherited forms. I simply need to assign the ContextMenu at design time for ...
- Wed May 31, 2006 3:38 pm
- Forum: .NET
- Topic: Exception when Calling the Editor at runtime
- Replies: 3
- Views: 3587
Exception when Calling the Editor at runtime
Hello, On a base form I have put an Editor: private Steema.TeeChart.Editor editor1; On inherited Forms I want to assign the Editor when a contextMenu is popped up which I do by writing: private void contextMenuChart_Popup(object sender, System.EventArgs e) { m_ContextChart = (Steema.TeeChart.TChart)...