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, This is reproducible in your sample projects. Controls: DoubleTextBox, NumericTextBox, PercentageTextBox, IntegerTextBox. If you click once on one of the controls mentioned above the value gets highlighted in blue. Which is fine. However if I now try to click at a specific location in the value to change part of the value it still remains highlighted in blue. It doesn't let me enter the edit mode or place my cursor at a specific location. To enter the edit mode I need click on the end of the number. This then triggers the edit mode and I can then place my cursor on the location I want to change. I would like to be able to directly enter the edit mode and place the cursor on the desired location on the value on the second click after the value was highlighted in blue after the first click. Thank you Oscar |
|
|
Hello Oscar Thanks for pointing this out. This was a bug in the base class of the numeric controls that has now been resolved. This fix will be available in the next nightly build. Note that selecting the value every time the control gains focus is optional. If you ever want to disable this feature, you can set the SelectAllOnEntry property to false. -Jason Fauchelle |
|
|
Thanks Jason this works. Oscar |
|