Color selection
Color selection
Is there any technical reason you are using non-standard color selection dialogs? The reason I ask, it is not the only place in our app, where user makes this kind of selection and it looks less than professional, if within the same app you have different dialogs for the same option. In general, we do try to stay with system default behaviors, since this is the most familiar way of doing things for the users. And again, we do need a way to let your system know, which custom colors our user has defined in other parts of the system and so, they have to be included into your color dialog. And this conversation has to be a 2-way dialog, so if I create a custom color within TChart environment, the same color must be available for me in the other parts of the system.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi UserLS,
We are using System.Windows.Forms.ColorDialog in Steema.TeeChart.Editors.ColorEditor. We use the System.Windows.Forms.ColorDialog for custom colours. The other colors, the colors which are shown by default, come from ColorPalette, which is a palette we create ourselves. Could you give us a link to the ColorPalette you think we should be using?
Thanks in advance.
We are using System.Windows.Forms.ColorDialog in Steema.TeeChart.Editors.ColorEditor. We use the System.Windows.Forms.ColorDialog for custom colours. The other colors, the colors which are shown by default, come from ColorPalette, which is a palette we create ourselves. Could you give us a link to the ColorPalette you think we should be using?
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
I would not have one! I would go strait to the system-standard color selection dialog. In your screens, anytime I click on a "Color" button I first see your color dialog (with your non-standard colors and non-standard behavior and an extra icon on the task bar - all of which I hate) and only if I click on a "Custom" button - then I get yet another pop-up dialog, which will allow me to create a custom color and then I can go back to your dialog, and so on... To many pop ups, too many clicks to select a color...
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi UserLS,
Thanks for your suggestion. I'll add this to the wish-list to be considered for inclusion in future releases.
Thanks for your suggestion. I'll add this 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 |
Instructions - How to post in this forum |