Forum Discussion
JDR2500
2 months agoFrequent Contributor
Is displaying the tooltip a requirement of your validation? The reason I ask is you can probably verify the text without displaying it. The text is likely a property of the control itself. In my below example you can see the tooltip as a property of the WPF button.
- sborno30 days agoOccasional ContributorHi, JDR2500Thank you for your answer!The display of the tooltip is mandatory requirement. The visibility of the tooltip on the screen does not seem to be the problem here either.The complex tooltip object could be grapped in both cases, but most of it's properties are having the value "Error: the object invoked has disconnected from its clients" in the second case.It is visible on the screen in both cases, so how can the object always be retrieved with valid properties?The visibility of the wpf object is triggered by bindings and the object is defined like this:ListBox -> DataTemplate -> Canvas -> Canvas.ToolTipFurhermore it doesn't matter if the command "Process.Refresh()" is deactivated or not.Any ideas what could be the source of the problem and how to solve it? - Thanks a lot!
Related Content
- 13 years ago
Recent Discussions
- 5 days ago
- 5 days ago
- 8 days ago