Editor dialogs

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
UserLS
Advanced
Posts: 247
Joined: Wed May 23, 2007 12:00 am

Editor dialogs

Post by UserLS » Tue Jan 20, 2009 11:36 pm

When you bring any of your editor dialogs, another task bar icon is displayed (not all of them even respect my app's icon). Well, I do not need those extra icons. When I bring an editor myself, I can remove the icon by just adding a line like

Code: Select all

 editor.FindForm().ShowInTaskBar = false 
Not elegant, but works. My problem, these editors often have buttons, which will bring another dialog, and I do not have any control over those... How can I tell an editor not just skip the task bar for itself, but do it with all the sub-editors, it will bring up?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Jan 21, 2009 11:19 am

Hi UserLS,

I'm afraid this is not possible for now unless you customize the editor yourself using TeeChart sourcecode version. I've also added your request to the wish-list to be considered for inclusion in future releases.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply