Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
59 views

Can you do a <title for=<id of another component> in html?

I have an html primeng app in which I need for several p-checkboxes to have a descriptive title for each of the checkboxes that must be declared outside of the p-checkbox. The primary reason being ...
Tim's user avatar
  • 857
0 votes
0 answers
56 views

How to know a windows title of a process after launching it, but that process changed the title

This is puzzling to me. I launch the a process via command line or a batch file in windows: >start "MY_TITLE" one_process.exe %some_arguments% So ideally the application (window) title ...
xymzh's user avatar
  • 217
1 vote
1 answer
45 views

Why cannot assign a window title to a background python process

I have a very simple python script inifinity_loop.py: import time i = 0 interval = 5 while True: print(f'I am counting {i} seconds') time.sleep(interval) i += interval and I want to ...
xymzh's user avatar
  • 217
0 votes
1 answer
70 views

How to combine and position title and legend in tmap in R?

I am struggling to place the title inside the frame of the legend, but on top of the legend and not below. Any guidance or working examples would be greatly appreciated! Thank you. The online help isn'...
Mirc's user avatar
  • 33
-1 votes
1 answer
75 views

Is there a `title` of Windows CMD in Linux

I'm trying to make a CLI with cross-platform support using Python and whenever the user starts the CLI it changes the title of the terminal. In Windows, I would use title but in Linux I don't know By ...
Mithun's user avatar
  • 19
0 votes
0 answers
20 views

how to add an image on the selected field in a dbgrid in Delphi 7

I want to add an image to the selected field in a dbgrid in Delphi 7. The dbgrid displays many fields. If the user selects a field, I have to add an image to its title. Thanks, Sridhar enter image ...
Sridhar's user avatar
0 votes
0 answers
53 views

Edge has a bug with input fields. it immediately displays title, although it should not appear until Mousover

I have several input fields that ask a question. The answer is in the title. This will only be shown at Mousover. `<input id="text1" type="text" name="text1" autofocus=...
mario113's user avatar
0 votes
1 answer
50 views

Measure in PowerBI not displaying title for pie chart properly when there is no data

I have bookmark page, “Sourcing area pie chart”, that has pie charts for all sourcing areas in our system. All the pie charts are filtered per sourcing area under “Filters” for the visuals. I have a ...
Sadredin Mahmoudi's user avatar
0 votes
2 answers
125 views

When uploading files to Google Drive I can't put the file title

The file is uploaded to my drive but Untitled fn uploadFile(token: String, path: String, name: String, mimeType: String) { let mut headers = header::HeaderMap::new(); headers.insert("...
Jesus's user avatar
  • 1
0 votes
1 answer
807 views

QuickGrid Blazor .NET 8 - wordwrap title to next line

I want to use QuickGrid with Blazor on .NET 8. I have columns with small digit data, but long titles to describe the data properly. At the moment, if I want the title to be displayed, I need to make ...
sTaLa's user avatar
  • 31
0 votes
1 answer
43 views

Subscript title of figure which contain variable in matplotlib [duplicate]

I want to write title in python figure, which contain variable n=100. I want to write as $t_n=0.1$ (n is subscript). I try as follows: import matplotlib.pyplot as plt n=100 plt.figure() plt.title(f'$...
Ongky Denny Wijaya's user avatar
0 votes
1 answer
43 views

How to animate the title using FuncAnimation in Python?

import numpy as np import matplotlib.pyplot as plt from matplotlib.animation import FuncAnimation fig = plt.figure() axis = plt.axes(xlim=(-4, 4), ylim=(-3, 3)) line, = axis.plot([], [],'r+', lw=2) ...
Ongky Denny Wijaya's user avatar
0 votes
0 answers
55 views

UIbutton - title label not align centre. iOS 17 Swift

I have a UIButton created in XIB and linked to my uiViewController. Its title label not align to centre. It's always align to left. When app running from Xcode , its correctly align centre. When App ...
Sujisha Os's user avatar
  • 1,381
0 votes
2 answers
2k views

Is there a way to automatically remove the "Sum of" of all data fields in Powerbi?

I am creating charts with different inputs. When I add them to the chart, Powerbi adds the "Sum of" automatically to all of them. I want it to just say the input name, and the only way I ...
Sadredin Mahmoudi's user avatar
0 votes
0 answers
111 views

Apostrophe entered in the title tag as &#039; does not render on mobile version of any browser

I hope that this community can help me with the following query. The title of a website I look after has an apostrophe and this doesn't render on any browser in the MOBILE version ONLY. It actually ...
Manu's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
164