ScreenTipDescription doesn't work (another thread)

Ribbon for WPF Forum

Posted 12 years ago by Marcin Nowacki
Version: 11.2.0551
Platform: .NET 3.5
Environment: Windows 7 (64-bit)
Avatar
Hi,
In my solution I need to create window with ribbon buttons on thread. I noticed that when I do that ScreenTipDescription does not work. I have sent you the sample app showing the problem.

Comments (3)

Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Marcin,

You can fix this by making this call from your secondary thread (like in the Window2 constructor):
ActiproSoftware.Windows.Controls.Ribbon.UI.PopupControlService.AttachToInputManager();


Actipro Software Support

Posted 12 years ago by Marcin Nowacki
Avatar
It works:) Thanks.

Besides Ribbon I'm using other stuff from WpfStudio like Wizard, Docking, PropertyGrid, etc.. Are there any other initialization stuff which I should do to make controls properly works on secondary thread?
Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Marcin,

No those should probably work fine. The screen tips only weren't because they were attaching to the input manager for the current thread.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.