View Issue Details

IDProjectCategoryView StatusLast Update
0004285NoesisGUIStudiopublic2025-07-11 12:33
Reporterrelacad Assigned Tomaherne  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product VersionStudio_Beta 
Target VersionStudio_BetaFixed in VersionStudio_Beta 
Summary0004285: Tooltip Duration Timer Property not Exposed in Studio
Description

There is not way to access to the tooltip timer property within the studio (only via XAML). Being able to set the tooltip timeout property via UI globally, or per item could help resolve the issue of the default 5 second tooltip timing out.

Originally Posted on Forums: https://www.noesisengine.com/forums/viewtopic.php?t=3703&sid=428c7b98fa13257f6facdf0f7457754d#p18776

Hey folks. I'm trying to define how long my tooltips remain on screen, both globally as well as unique timers for unique tooltips as they seem to timeout at 5 seconds after they're displayed. I know there is a tooltip timeout function you can define in standard wpf that displays tooltips until you exit the hover:
Code: Select all
ToolTipService.ShowDurationProperty.OverrideMetadata(typeof(DependencyObject), new FrameworkPropertyMetadata(Int32.MaxValue));
I was wondering if the option for how long the tooltip stays on screen is exposed somewhere in the Noesis Studio.

PlatformAny

Activities

maherne

maherne

2025-07-11 12:33

developer   ~0010907

We have created a new ToolTip category which contains all of the tooltip attached properties, including the ShowDuration property which will let you extend the display time. This will be available in the next release.

Issue History

Date Modified Username Field Change
2025-07-04 17:59 relacad New Issue
2025-07-07 10:21 sfernandez Assigned To => maherne
2025-07-07 10:21 sfernandez Status new => assigned
2025-07-07 10:21 sfernandez Target Version => Studio_Beta
2025-07-11 12:33 maherne Status assigned => resolved
2025-07-11 12:33 maherne Resolution open => fixed
2025-07-11 12:33 maherne Fixed in Version => Studio_Beta
2025-07-11 12:33 maherne Note Added: 0010907