7,246 questions
-1
votes
0
answers
22
views
Unable to expand data tip in Visual Studio 2022 (version 17.14.21) [closed]
I am unable to expand the data; see the screenshots below. Even though I enabled the data tip expansion option, I still cannot expand it. Is there any issue or additional changes I need to make? ...
Advice
1
vote
4
replies
108
views
How to make a js dropdown with description like Microsoft Excel
How can you recreate with javascript a dropdown with a side "tooltip" description like Microsoft Excel does? What I'm trying to obtain is this:
Is there a library already that could handle ...
-1
votes
0
answers
88
views
Android Compose: Balloon content width and arrow positioning issues in skydoves/Balloon library
Problem Description
I'm using the com.skydoves.balloon.compose library in my Android Compose project to display tooltip views. I'm facing two issues:
Width Issue: The content inside balloonContent is ...
0
votes
0
answers
53
views
Prevent tooltip trigger from receiving focus when tabbing through input field (Svelte + bits-ui)
I’m designing an input component with a small indicator icon that shows a tooltip (with feedback for the user).
The tooltip can be opened by pressing ?, F1, or hovering over the icon, and closed with ...
0
votes
1
answer
101
views
How can I align a tooltip relative to the page or its container?
If I position a tooltip around links, links to the left of the page are OK, but hovering over links to the right causes the tooltip to run off the side of the page.
The links are in a <td> ...
0
votes
1
answer
54
views
Can I use HTML tooltip with react-native-render-html?
I would like to use something like the HTML tooltip in my React Native app using react-native-render-html. For example, when a user touches a word or phrase I would like to do something like it is ...
0
votes
1
answer
37
views
Awesome-WM: Adding a tooltip for the tags
I've a set of tags, named with one character each:
When hovering on one of them, I'd like a tooltip to show up, but haven't been able to figure out how to do it.
Here's what I have for the moment (...
0
votes
0
answers
66
views
How to make a Tooltip using TooltipDrawable in java?
Up to now, there is no straightforward and official way for creating a Material Tooltip in java. I know that one can create a TooltipDrawable using:
TooltipDrawable tooltipDrawable = TooltipDrawable....
0
votes
0
answers
50
views
How to display all controls' ToolTips in one control?
In my Avalonia app I want to have a "status bar" TextBlock display text explaining the function of whichever control the user hovers over with the mouse, be it a Button, TextBox, TextBlock, ...
0
votes
1
answer
52
views
What causes Blazor Bootstrap Tooltip not to include newline?
I was facing a bizarre behavior with the Blazor Bootstrap Tooltip. If I tried it using Console.WriteLine(string? value);, the newline is applied properly, but when I specify them in the Tooltip's ...
1
vote
2
answers
169
views
Why matTooltipClass does not work in Angular 18 project?
stackblitz project
I tried both in global styles.scss and component scss with ::ng-deep, but it does not work at all.
It seems related to the style defined in this line in global styles.scss:
@import '...
0
votes
1
answer
59
views
Hard to customize Angular material tooltips
MY angular project is using angular 18.2.3 and material is added using "ng add" to be compatible. BrowserModule, BrowserAnimationsModule, MatTooltipModule are imported and exported in shared....
4
votes
2
answers
159
views
ToolTip.Popup event not firing with ToolTip.Show() in .NET Framework
I have an old WinForms application with a normal TreeView, where I need to show customized tooltips for individual nodes.
I am using a ToolTip component (OwnerDraw=true and IsBalloon=false), and I ...
4
votes
1
answer
105
views
Customized tooltip for TreeView nodes fails due to the Popup event not firing
We have an old (very old) WinForms application that depended on some 3rd party components that we are no longer allowed to use. One of those components was used to display tooltips on individual nodes ...
1
vote
1
answer
96
views
SendMessageW with TTM_ADDTOOLW results FALSE
The following code will produce a working tooltip:
void Tooltip::init() {
InitCommonControls();
hwnd = CreateWindowExA(WS_EX_TOPMOST, TOOLTIPS_CLASSA, nullptr, WS_POPUP | TTS_NOPREFIX | ...
1
vote
1
answer
111
views
How can i convert & display markdown links in Angular (v19) Material matTooltip
I am working on an Angular app, where in some areas i use the ngx-markdown to format and display some text. Its been straight forward using the markdown tags like so:
<markdown class="thread-...
0
votes
1
answer
143
views
How to get displayed tooltip height (not tooltip.getHeight)
I want to show tooltip while clicking one button.
Relative position between this button and tooltip looks like:
I calculate the coordinates of Point B by:
B.y = (Button.minY + Button.maxY) / 2 - ...
2
votes
1
answer
113
views
How to add tooltips to the column headers of a DataGrid table?
Given the UI component as defined in
https://shiny.posit.co/py/components/outputs/data-grid/
how to add a tooltip to each column header, or a subset of?
0
votes
1
answer
48
views
How to dynamically set a tooltip using jQuery with data from a GET request?
I'm trying to add a tooltip to table rows based on data fetched via an AJAX request. The goal is to display additional info when the user hovers over a row in a specific table. Here’s the code I’m ...
0
votes
2
answers
115
views
Leaflet.js Tooltip Rendering Issue When Binding Dynamic Data to Station Markers in Loop
I'm working on a route visualization tool using Leaflet.js to map Amtrak train routes. I'm loading station coordinates from a JSON array and creating markers with custom tooltips showing station names,...
0
votes
0
answers
17
views
Modify z-index of virtualSelecInput tooltip
I am writing because I am struggling to find a solution for this. I have prepared a shiny dashboard using the shinydashboard package and shinywidgets. In my dashboard I have virtualSelectInputs in the ...
0
votes
1
answer
96
views
Bootstrap 5 tooltips not working when added after document ready
I have a page that loads a javascript file. At the top of the javascript file I am declaring my constants for Bootstrap 5 tooltips:
const tooltipTriggerList = document.querySelectorAll('[data-bs-...
1
vote
1
answer
46
views
How to get the French tooltip text button to work? It works in English and German
HTML Newbie here
I want a button that uses the normal encoding, and also displays French. However, there are also some apostrophes (French altert texts is: Dans l'envelope.), so naturally I escaped ...
0
votes
0
answers
58
views
HTML default title attribute for tooltip is not working on iPad and tablets [duplicate]
I have created a simple HTML label in my SPFx ReactJS project.
I have added a title attribute to the label for a tooltip.
Please take a look at the code snippet below.
<label htmlFor="...
1
vote
1
answer
77
views
How to indent bullet text in R Shiny hover-over tooltips?
Any suggestions for how to neatly indent bulleted text rendered in a R Shiny hover-over tooltip, as illustrated in the below images? I post the code at the bottom.
Here is how the tooltip currently ...
0
votes
0
answers
32
views
Render tooltip dynamically depending on the wrap attribute
I have this code:
<Tooltip
title={
<div>{Small description}</div>
}
>
<Stack>
<StyleOptionImage/>
<...
1
vote
0
answers
117
views
How to use SafeHtml & DomSanitizer to display dynamic HTML content from server inside tooltips in Angular application
We are trying to show HTML that comes from the database/server inside our Angular application using the [innerHTML] and SafeHtml approach.
Here is the flow...
Data comes from the server into the ...
0
votes
0
answers
206
views
How to control shadcn Tooltips on a Menubar?
I use a menubar with only icons on the left and would like to give the icons tooltips. However, when combining a TooltipTrigger with MenubarTrigger, the tooltip stays visible behind the open ...
0
votes
1
answer
387
views
Implement a React Popover primitive that is not affected by other layers z-index values or position fixed issues inside containers with transforms
I need to implement a Popover primitive that always appear on top of all other elements in the page, I tried to see if some well known solutions have this implemented but it seems in all cases the ...
1
vote
1
answer
69
views
How can I increase space between the tooltip and a scatterpoint point on a ggplotly plot?
I have a plot using the following generic code:
p1 <- df %>%
mutate(groupingvar= fct_reorder(groupingvar, datefield)) %>%
mutate(typeinfo= paste(typenumber, "-", ...
0
votes
0
answers
38
views
For an altair line chart, can you order values in a tooltip by values of a second variable?
I have created a line chart in Altair to visualise percentages (VALUE) by month (DATE) for a number of countries (COUNTRY). This chart also has two dropdown menus, which control the measure shown (...
0
votes
1
answer
104
views
How to add a hover-over tooltip to rhandonstable header cell?
I'm trying to add a tooltip when the user hovers the cursor over the rendered table column header "Percent", in the second column. I've been fiddling with HTML, the onRender() function, with ...
2
votes
1
answer
51
views
Visual Studio Code (PHP) tooltip transforms to real characters and the code crashes [duplicate]
Sometimes VSCode goes crazy and converts the tooltip to real characters and the code crashes because it doesn't understand what baseOptions: means.
I don't want to turn off the tooltip.
How can I turn ...
0
votes
0
answers
35
views
How to display the tooltip with new Array list value other than x and y axis in Android high charts bar graph
In my application, I want to display the bar graph, So I am using the High chart library and displayed the graph successfully. But in the tool tip need to display the new array list value other than x ...
0
votes
0
answers
37
views
MUI Tooltip mobile stopPropagation
How to handle a mobile tooltips when you want close tooltips and you click outside, and want to stopPropagation on other elements like navigation etc.
const Overlay = () => (
<div
...
1
vote
1
answer
52
views
Custom tooltips not displayed for all lines
I created a dashboard using Google Charts and wanted to annotate data by using custom tooltips. But I only manage to display my custom tooltips for the latest created line (line of plot87 in JSFiddle),...
0
votes
1
answer
29
views
If set tooltip text for list view items then onItemClickListener is not working
If set tooltip text in adapter:
public View getView(int position, View convertView, ViewGroup parent){
convertView.setTooltipText( convertView.getContext().getString(R.string.level )+" "+...
0
votes
1
answer
151
views
Delphi HintWindow with padding
I'd like to create some padding to all hints shown in my Delphi 12 application. I am already setting the global HintWindowClass to a custom class derived from THintWindow, and I thought its ...
1
vote
0
answers
87
views
How to show different tooltips for target and bar in Highcharts bullet graph?
I am implementing a bullet graph using Highcharts and need help with configuring tooltips.
My requirement is,
When hovering over the target line: Show target-related details.
When hovering over the ...
1
vote
0
answers
20
views
Change tooltip text of hrizontal bar names in apexcharts
I'm working with charts and specifically with Apexcharts. Is there a way to change the tooltip text that appears when cursor is over the bar name?
The default situation show the same name of the bar ...
1
vote
1
answer
118
views
How would I add a tooltip to specific strings on a textArea in java?
I would like to make it so that a user can select text that they've previously written into a textArea, then afterwards they would be able to select it and add a tooltip that would appear when ...
0
votes
1
answer
100
views
Tooltip on short click on Android MenuItem
We use a few tooltips throughout our Android app, configured simply with view.setToolTipText(string). However, since we want the tooltips to display on a short/regular click, rather than a long click, ...
2
votes
1
answer
140
views
How can I add a shadow to a tooltip arrow that goes under the tooltip content?
I am currently in the process of making a tooltip for an input box in a react project. The arrow goes above the tooltip content, pointing upwards. I would like for the arrow and the contents of the ...
0
votes
0
answers
32
views
Hyperlink href preview in flutter
In react or html when you hover over a link element like this:
Example Link
The browser shows a tooltip of the url at the bottom left of the browser.
Is there any way to achieve this in flutter?
I ...
1
vote
0
answers
38
views
How to avoid the opening of the "download dialog" when hovering on a svg image on Android?
I created a web page in HTML showing a toolbar with icons made in svg.
Using CSS, I added the "tooltip" functionality that makes the icon function appear with a certain delay (using :hover).
...
1
vote
0
answers
68
views
How to Add Tooltip Details in SingleValue Chart in Sumo Logic Dashboard?
I’ve created a Sumo Logic dashboard with a SingleValue chart to display some key metrics. It works fine for displaying aggregated data (e.g., percentage values). However, I want to add more details in ...
0
votes
0
answers
33
views
Tool tip goes away and comes back on ListView
I am testing if it is possible to have a tool tip show up on top of a ListView Group Header. The following code works, which is in the subclass procedure for the ListView. The main issue I'm asking ...
0
votes
0
answers
362
views
PrimeVue v-tooltip - Need help understanding error
I'm testing out PrimeVue. Created a simple timestamp template that is being imported and displayed in the main App.vue template. See the following code. timestamp and local_timestamp show up correctly ...
0
votes
0
answers
283
views
Customized tooltip in Looker
I created a histogram on Looker with Stacked Percentage values. I need to create a tooltip that allows me to see all the values represented in it according to the following format:
Tooltip Title:
...
1
vote
1
answer
127
views
How can I get a tooltip to appear above a widget instead of below with gtk4
I have widgets at the bottom of the screen that have tooltips. I'd like to tell gtk that I would prefer these tooltips to be shown above the widget instead of below the widget. In my case the ...