This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello, There is an issue with the "More Colors" popup disappearing before the user can select a colour. (This issue occurs when the popup pops up on the left hand side) In the Mindscape sample go to the demo "Color controls / Drop down color picker". Move the window so that the colour control is close to the right edge of the monitor. Click the dropdown button. Now hover over "More Colors". This will bring up the colour selection popup on the left hand side of the main drop down. Now try and move the mouse over to the popup to select a colour. When the mouse travels over the gap between the main dropdown and the popup the popup disappears. This is seems to be due to the gap between the dropdown and the popup. For a temporary fix I using the datatemplate for the dropdown (i.e. ms:DropDownColorPicker.DropDownTemplate) and setting the BorderThickness on the left to a larger number 5. ms:MoreColorsButton CurrentColor="{Binding SelectedColor}" BorderThickness="5,1,0,0" Header="More outline colors" Is this okay for now or do you have any other suggestions until the issue is fixed in the nightly builds. Thanks Oscar |
|
|
Hi Oscar, Thanks for pointing this out. Yes your fix is fine for now. I'll let you know when this is fixed at our end. -Jason Fauchelle |
|
|
Hi Oscar, I've improved the functionality of closing the "More Colors" popup. This improvement will be available in the next nightly build. -Jason Fauchelle |
|
|
Thanks Jason, I tested the fix and it is working fine. Oscar |
|