ScreenTip, ScreenTipOpening and assynchronous task

Ribbon for WPF Forum

Posted 14 years ago by LaurentB - Intersystems
Version: 9.1.0507
Avatar
Hello,
I want to call a web service (GetAll=>GetAllAsync) when a ScreenTip is open. This call is assynchronous, so I get a clt_GetAllCompleted event when the web service returns. A gauge is display between the call and the event, but I can't modifiy the ScreenTip in the clt_GetAllCompleted event : the content is modify, but not the display.

How can I refresh the ScreentTip content when it's display ?


Thanks

Comments (1)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Laurent,

Updating the screen tip properties themselves after a screentip is already visible won't change the displayed tip. You'd probably have to have some sort of content control as your screentip content, then when your callback occurs, set the content of that control.


Actipro Software Support

The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.