SRName.UIRibbonWindowTitleBarButtonCloseToolTip has gone.

Ribbon for WPF Forum

Posted 1 month ago by miles
Version: 24.1.1
Avatar

Hi!

We updated actipro wpf from v21.1.0 to v24.1.1.

Then, we have noticed that the following enum literals has gone.

// These SRName enum literals has gone.
SetStringResource(SRName.UIRibbonWindowTitleBarButtonCloseToolTip, Strings.ToolTip_RibbonWindowTitleBarButtonClose0);
SetStringResource(SRName.UIRibbonWindowTitleBarButtonMaximizeToolTip, Strings.ToolTip_RibbonWindowTitleBarButtonMaximize0);
SetStringResource(SRName.UIRibbonWindowTitleBarButtonMinimizeToolTip, Strings.ToolTip_RibbonWindowTitleBarButtonMinimize0);
SetStringResource(SRName.UIRibbonWindowTitleBarButtonRestoreToolTip, Strings.ToolTip_RibbonWindowTitleBarButtonRestore0);

We'd like to know that how this change affects on our product.

Should we set tooltip string in the other way?

Thank you!

Comments (2)

Answer - Posted 1 month ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hello,

RibbonWindow now uses the Shared Library's WindowChrome for making its non-client chrome.  It will use the related string resources from the Shared Library's SRName class instead, such as:

  • UICommandMinimizeWindowText
  • UICommandRestoreWindowText
  • UICommandMaximizeWindowText
  • UICommandCloseWindowText


Actipro Software Support

Posted 28 days ago by miles
Avatar

Thank you for your quick reply!

We got it!

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

Add Comment

Please log in to a validated account to post comments.