2,455 questions
1
vote
1
answer
65
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 ...
1
vote
1
answer
54
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 ...
0
votes
1
answer
85
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'...
-1
votes
1
answer
86
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 ...
0
votes
0
answers
65
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=...
0
votes
1
answer
67
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 ...
0
votes
2
answers
133
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("...
0
votes
1
answer
869
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 ...
0
votes
1
answer
48
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'$...
0
votes
1
answer
49
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)
...
0
votes
0
answers
67
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 ...
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 ...
0
votes
0
answers
138
views
Apostrophe entered in the title tag as ' 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 ...
0
votes
1
answer
104
views
Title Supression in SAS ODS HTML Output
Basic SAS ODS title question - I'd like to have an overall document title for an ODS output. However, it always duplicates itself or suppresses the succeeding titles in the output. What is the proper ...
0
votes
0
answers
19
views
Wordpress: WORKING custom post list page with pagination throws a 404 TITLE in header
Let me start off by saying that it's NOT a 404 error issue.
I have a custom PHP post list page (basically an archive page) that pulls contents correctly, with working numbered pagination, but when I ...
1
vote
1
answer
256
views
Excel VBA Macro Show / Hide Chart Title
Trying to hide Chart Title:
With objChart.Chart
.ChartArea.AutoScaleFont = False '1
.ChartType = xlColumnClustered '2
.SetSourceData Source:=myDataRange '3
.HasLegend = ...
0
votes
1
answer
499
views
JavaScript anchor file download - override file name from Content-Disposition header
As mentioned in the title, I'm using JS, an anchor URL, and a download attribute to get a file from an external system.
The problem is that I have to download it under a specific filename and the PDF ...
1
vote
1
answer
330
views
How to add a colorbar title to a 3D surface image when using Plotly?
I have been trying to create a 3D surface plot using Plotly with Python3. I am drawing based on the official case, but the case does not explain how to add a title to the colorbar.
I tried running the ...
1
vote
1
answer
35
views
Title Image is not centered in the Toolbar
I was playing with the Netflix Clone App that was in one of the Codenameone Tutorials. I noticed in the simulator, the "Netflix" image title was not centered as expected according to the ...
0
votes
1
answer
582
views
How to display Hebrew text in html title and in body correctly in a simple way [duplicate]
How to display Hebrew text in html title and in body correctly in a simple way
When I open it in VSCode Live View option it shows symbols instead Hebrew characters in a title and in body of web page.
...
0
votes
0
answers
29
views
How to make where its required to choose multiple words
I have this string that makes it so you have to choose one of the options within it before posting on reddit which is ^\[(asdasa|osdff)\] you can add more options by sperating them with another pipe
...
0
votes
1
answer
3k
views
Zabbix 6.4 - Use macro {HOST.DESCRIPTION} in title of Host, Trigger, Inventory
everyone. I've come across a problem I can't solve. I need to somehow auto-complete the Host Description to the Host name. Another use I would have is also as a Trigger name {TRIGGER.NAME} - {HOST....
1
vote
1
answer
316
views
How to change the console window title of a dotnet application run by powershell?
I'm launching multiple dotnet run commands using a Powershell script.
$projectsRootDirectory = "$PSScriptRoot\.."
Start-Process -FilePath 'dotnet' `
-WorkingDirectory "$...
1
vote
0
answers
30
views
NgBoostrap Datepicker change tooltips on month and year select
How do I change the tooltips on the selection of the month and year?
I have successfully set the locale, my day and month descriptions are in the correct language (NL), but I still get the tooltips &...
0
votes
1
answer
920
views
How to set the dynamic part of title as bold in a quarto document rendered as html?
How to set only the dynamic part of the title specified in the YAML (params$mytitle in the minimal example below) as bold in the rendered HTML? Tried this, but did not work.
---
params:
mytitle: &...
0
votes
0
answers
134
views
Add Span to a Wordpress/Woocommerce Title
I'm looking for a solution to add a in a Wordpress/Woocommerce title, like in the example below :
<h1>Chocolate spread 13 oz Nutella</h1>
<h1>Chocolate spread 13 oz <span ...
0
votes
1
answer
1k
views
Changing website favicon depending on the url
I have a client who would like our web application branded according to its url. They'd like to change the favicon of the page to be the logo of the private label and same with the title, but I'm ...
0
votes
1
answer
5k
views
The document's format is either unsupported or the document contains binary characters
I have a cshtml file that was lost before. At that time, I used VS Professional to write the program in that file. After I lost it, I found it again and opened it with the VSD Community tool, but it ...
0
votes
1
answer
435
views
How to install `titling` package via RStudio?
I need to knit an rmarkdown document in pdf format, which would contain an image on top of the title. Reading on it at https://bookdown.org/yihui/rmarkdown-cookbook/latex-logo.html
and some other ...
1
vote
1
answer
629
views
How Add Intelligent Title to Pandas DataFrame.plot.hist
I have a simple data set of multiple columns, all of which I want to plot against a "quality" score from 1-10. NOTE: this is a group_by plot, not a simple plot of a single column. It yields ...
-1
votes
1
answer
148
views
Atlas Mongo DB - Sub Phrase title search [closed]
Im new to Mongo and would like some help on how to do a phrase search on Atlas Mongo. I have tried doing a title search from the out of the box movies collection using the "sample-mflix" ...
3
votes
1
answer
2k
views
How to change the title size in a Quarto PDF document
I tried to change the size of the title of a Quarto PDF document (scrartcl class) without success.
This is what I tried. Per the KOMA-script documentation section 3.6 (page 58), and as mentioned here, ...
0
votes
1
answer
463
views
Title and footnotes alignment by ods pdf text option
while creating sgpanel report using SAS I have used ods pdf text for setting up the titles and footnotes but the titles and footnotes are getting splitting up when multiple pages occur.
tried to ...
0
votes
1
answer
116
views
How to wrap the default tooltip(title) when the text is very long? [duplicate]
I want to wrap the default title(tool tip) property if the content is very long (ex. 300px ) it need to show the next line, The content also is showing dynamically , so putting \n is the not good ...
0
votes
2
answers
329
views
Use column name in plot title called by user-defined function in R
I am plotting multiple variables with a user-defined function to call plots, and map to iterate over multiple variables. I would like to add a title to each plot using a portion of the column name. ...
0
votes
1
answer
53
views
Problem with PHP shortcode cutting wordpress title
I have tinkered a small PHP code that automatically outputs all posts of the currently displayed category to me via shortcode (except the currently displayed post). So far so good, now my titles are ...
2
votes
1
answer
1k
views
How to change font size of axis titles in Apex charts?
I have tried changing axis title font size using below code but it does not change font size.
const options = {
// ...
yaxis: {
labels: {
formatter: function (value) {
return &...
0
votes
1
answer
409
views
Automatically Align and Fill with a Char, on Text in Powershell
According to the text length in the variable, I can fill it with a character that I specify for the top and bottom lines.
Sample Variables
$mychar = "#"
$var1 = "Hello"
$var2 = &...
0
votes
1
answer
94
views
How to set title and width in a grid table for both PDF and HTML in restructured text?
I would like to have the title with the automatical number and set the table width by myself.
What's more, the grid table is long, I don't know how to show the table in two pages in PDF.
I use the ...
1
vote
2
answers
405
views
how to convert values to title case in jolt transform
I need to convert all values of country to Title case like "Russia".
[
{
"name": "Mehari",
"country": "russia",
"age": 50
},
...
1
vote
1
answer
2k
views
Including the title page and back page in a quarto book in PDF format
I'm interested in including the title page (have a title page as a .png image) and back page (have a back page as a .png image) in a quarto book that will be rendered as a PDF file. I tried the ...
0
votes
1
answer
269
views
How to Create a Hyperlink from table to a title (heading2) in Word with VBA ( From a table ) and do the reverse
I tried to write a VBA code to create a Hyperlink between specific cells from a table to a Heading2 (with the same name) in my wordDocument and after the opposite link to come back to the table.
I ...
1
vote
1
answer
2k
views
Using the title() method with a list [duplicate]
In Python how the title() method can be used?
Is it only for a single item or also for a whole list?
The first print works, the second returns an error. Why?
animals = ['dog', 'cat', 'whale', 'koala', ...
0
votes
1
answer
465
views
Shorten indicator title view on chart
I'm new in pinescript and I'd like to view only the title of my indicator, i.e. Multibox USA, and not all input of sessions. How could solve it? Thanks in advance!
2
votes
2
answers
1k
views
How to write an R code for searching keywords?
My goal is to investigate: whether an article title or it's abstract contain keywords, and to select or mark theese articles somehow (creating a new category, like contain/not comtain any of a keyword ...
0
votes
1
answer
242
views
Dash title while updating
I would like to change app title
this is how my app.callback looks like
@app.callback(
Output('table', 'data'),
[Input('interval-component', 'n_intervals'), Input('my-input', 'value'), ]
)...
0
votes
1
answer
81
views
How to add titles on secondary axes in ggplot2 with discrete scale factors when using facet_grid?
Given the data and the ggplot2 code provided below, I'd like to add the blue titles "x1" and "y1" on secondary axes as follows:
Any idea?
Thanks for help
Data
dat <-
structure(...
0
votes
0
answers
194
views
Why og:title not show in Telegram
Why title not show in Telegram, expect I added <meta property="title" content="test"/>, it only show in twitter and facebook but not in telegram
0
votes
1
answer
53
views
Can't center title in ActionBar
I need to center a title in ActionBar, so I've created custom ActionBar and function that sets custom title, but title is still not at the center.
class MainActivity: BaseActivity() {
override fun ...
0
votes
0
answers
895
views
How to center title in ggplot() and theme_void()
I'm a medical scientist wokring on a stroke reserach project for many years. Unfortunately our statician moved so I have now to deal with all problems. I have a minor problem, which I unfortunately ...