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
|
The older mindscape dll used to allow us to click on a textbox inside a node, select Ctrl+A which would highlight the textbox in the node. Now when the same action is taken Ctrl+A selects all the wires between the nodes, instead of the text in the textbox. Is there a way to revert to the old behavior, but keep the latest dll? Thanks! |
|
|
Hi, Thanks for bringing this to our attention. I will look into this and get back to you. -Jason Fauchelle |
|
|
Hi, The only way I can think of getting around this without updating the dll would be to create a custom control that wraps TextBox. Internally, it could listen to its PreviewKeyDown event, and mark the event as handled to prevent it from reaching the DiagramSurface where it would be used to trigger select-all. Then use this custom control in the nodes. Please note that I have not tried this. I hope you're able to get this or another solution working. -Jason Fauchelle |
|