Hi,
The xamColorPicker holds several strings. Only 4 of them are configurable captions. How to localize the other text ressources?
Thanks in advance
Hi Vlad,
I have been trying to localize the captions in AdvancedColorShadePicker by following the approach in your previous post. But I see some options missing,
1. Title of the dialog
2. Title of the 3 TABs
Could you please let me know how to achieve the same
Thanks,
Poornima
Hello Matt,
Thank you for your reply. I have been looking into your question and the behavior that you are referring to is the design behavior for the xamColorPicker. In order to change the Advanced Dialog Window’s caption you can create a style for the ColorPickerDialog and set its DialogCaption property. I have submitted a new Product Idea for you, for the ability to set that property directly from the XamColorPicker. I have sent your Product Idea directly to our product management team. Our product team chooses new Product Ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested ideas, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your idea is chosen for development, you will be notified at that time. Your reference number for this Product Idea is PI12110054
If you would like to follow up on your Product Idea at a later point, you may contact Developer Support management via email. Please include the reference number of your Product Idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Has the AdvancedDialogCaption issue been resolved with the latest versioning? I'm still running 11.2 and I would rather upgrade to latest to be able to localize this easier than having to play around with styles myself.
Again, you would set the IsDropDownOpen property
Hey Krasimir,
I need to show xamColorPicker's ColorPalettes dropdown on right click of textbox. How can I achieve this. I this below code, but it did not help.
private void txtPositiveValue_PreviewMouseRightButtonDown(object sender, MouseButtonEventArgs e) { xamColorPicker1.ContextMenu.Visibility = Visibility.Visible; }
Shakti