Page 1 of 1

Editor dialogs

Posted: Tue Jan 20, 2009 11:36 pm
by 14045174
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?

Posted: Wed Jan 21, 2009 11:19 am
by narcis
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.