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

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
  • 867
1 vote
1 answer
54 views

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
  • 219
0 votes
1 answer
85 views

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
86 views

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
65 views

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
67 views

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
133 views

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
869 views

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
48 views

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
49 views

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
67 views

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,401
0 votes
2 answers
2k views

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
138 views

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
0 votes
1 answer
104 views

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 ...
Jont's user avatar
  • 37
0 votes
0 answers
19 views

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 ...
danyal's user avatar
  • 1
1 vote
1 answer
256 views

Trying to hide Chart Title: With objChart.Chart .ChartArea.AutoScaleFont = False '1 .ChartType = xlColumnClustered '2 .SetSourceData Source:=myDataRange '3 .HasLegend = ...
user23636411's user avatar
0 votes
1 answer
499 views

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 ...
snowflake's user avatar
1 vote
1 answer
330 views

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 ...
Christine's user avatar
1 vote
1 answer
35 views

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 ...
JoJoK's user avatar
  • 35
0 votes
1 answer
582 views

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. ...
Irina's user avatar
  • 9
0 votes
0 answers
29 views

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 ...
Micz's user avatar
  • 1
0 votes
1 answer
3k views

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....
user23199414's user avatar
1 vote
1 answer
316 views

I'm launching multiple dotnet run commands using a Powershell script. $projectsRootDirectory = "$PSScriptRoot\.." Start-Process -FilePath 'dotnet' ` -WorkingDirectory "$...
Maurice Klimek's user avatar
1 vote
0 answers
30 views

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 &...
Mark Koorevaar's user avatar
0 votes
1 answer
920 views

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: &...
ForEverNewbie's user avatar
0 votes
0 answers
134 views

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 ...
triss's user avatar
  • 1
0 votes
1 answer
1k views

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 ...
Ant1ne's user avatar
  • 15
0 votes
1 answer
5k views

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 ...
Kha Nguyen's user avatar
0 votes
1 answer
435 views

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 ...
ForEverNewbie's user avatar
1 vote
1 answer
629 views

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 ...
noogrub's user avatar
  • 961
-1 votes
1 answer
148 views

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" ...
nobby nob's user avatar
3 votes
1 answer
2k views

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, ...
hspitia's user avatar
  • 33
0 votes
1 answer
463 views

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 ...
Vidhu's user avatar
  • 1
0 votes
1 answer
116 views

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 ...
NIVESH D's user avatar
0 votes
2 answers
329 views

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. ...
marcel's user avatar
  • 409
0 votes
1 answer
53 views

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 ...
moinmobility's user avatar
2 votes
1 answer
1k views

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 &...
Hemanth's user avatar
  • 45
0 votes
1 answer
409 views

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 = &...
Ichigo Kurosaki's user avatar
0 votes
1 answer
94 views

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 ...
jiajia sun's user avatar
1 vote
2 answers
405 views

I need to convert all values of country to Title case like "Russia". [ { "name": "Mehari", "country": "russia", "age": 50 }, ...
lion's user avatar
  • 59
1 vote
1 answer
2k views

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 ...
MYaseen208's user avatar
  • 24.2k
0 votes
1 answer
269 views

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 ...
Alexandre Harck's user avatar
1 vote
1 answer
2k views

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', ...
maxval's user avatar
  • 49
0 votes
1 answer
465 views

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!
Alberto Ambrogio's user avatar
2 votes
2 answers
1k views

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 ...
Pál Kolumbán's user avatar
0 votes
1 answer
242 views

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'), ] )...
onhalu's user avatar
  • 755
0 votes
1 answer
81 views

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(...
denis's user avatar
  • 1,248
0 votes
0 answers
194 views

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
toanpham96's user avatar
0 votes
1 answer
53 views

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 ...
Kiparisov's user avatar
0 votes
0 answers
895 views

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 ...
Massimo Barbagallo's user avatar

1
2 3 4 5
50