
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
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