All Questions
32,363 questions
-3 votes
0 answers
50 views
How do put text from a text file in my webpage [duplicate]
I'm updating a php website using bootstrap. I have a section that takes the date, and three prices from a comma deliminated text file. (../price/price.txt = (11/23/2025, $2.299, $4.799, $4.1999)). ...
Advice
1 vote
1 replies
40 views
Slice text on full available space
Hope you're having a nice day. I'm working on a React Native todo list app. I want to slice my text when the available width is full and add "..." at the end. Right now I've the algorithm to ...
1 vote
2 answers
110 views
Display labels on both sides of Gnuplot graph
Gnuplot 5 on Raspberry Pi. How can I duplicate the y-axis text (-1, -0.8 etc) on both the left and the right sides of the graph? This is the code used to create it: set key fixed left top vertical ...
2 votes
1 answer
150 views
How do I get the position of text from a PyPlot plot?
We can specify the position of text in PyPlot, but how can we read the position of text? For example, I want to know the coordinates of the Figure's title or the Axes X and Y labels. Pseudo-code: x, y ...
0 votes
2 answers
66 views
Is there a way to set Tabulation width in Ada?
I'm trying to get the hang of the Ada.Text_IO package, and it has many differences with IO of C. One of them differences is how Get treats control characters and Horizontal or Character Tabulation ...
0 votes
1 answer
72 views
Create a Context Menu item to Convert Selected Text String to Uppercase (or lowercase)
I want to figure out how to create a custom Context Menu item to convert a string of selected text to uppercase (or lowercase) using Regedit and Powershell. I am interested in this being a non-program-...
0 votes
0 answers
30 views
Large empty space on the right side of chat bubble: need iMessage style wrapping
My chat bubbles leave a large empty space on the right when messages wrap into multiple lines. I want the behavior like iMessage/WhatsApp: Bubble shrinks to fit short text. Long messages use max ...
-1 votes
1 answer
92 views
How do I make good resolution, small text on a SurfaceGui [closed]
I'm trying to make a part with a surface GUI on it and a text label with a very small text size text on it, like 2-8 font size, but when i do the resolution makes it unreadable and I want to make it ...
3 votes
1 answer
69 views
CSS: How do I get a "border-image" to animate on Chromium? It works on Firefox and Safari. Is there an alternative method that fits my usecase?
I am coding a minimal personal site and ran into an issue with a CSS "border-image" effect only animating on Firefox and Safari. On Chrome/Edge/other Chromium browsers, only the 4 edges will ...
0 votes
0 answers
114 views
Why does Text(date, style: .relative) show the same duration for different dates?
I’m using SwiftUI’s Text(_:style:) with the .relative style to show how long ago a date occurred. According to the docs: A style displaying a date as relative to now. I expected it to show the ...
0 votes
0 answers
25 views
Content with "white-space: nowrap" increases the element width [duplicate]
Imagine I have a card with width: auto, growing horizontally with its body content until it reaches a certain max-width. This card have a one-line title that should be clipped and display an ellipsis ...
1 vote
1 answer
49 views
Choose between 2 Layouts of custom segmented control depending on space taken in SwiftUI
In SwiftUI I need to implement scrollable segmented control: But if there are few items the available space should be spread among them: As I understand the simplest way to achieve it is to use ...
0 votes
0 answers
80 views
Measure text bounds in gdi+ in c++ for text with outlines
I am trying to make a function to calculate the bounds of text with outlines. The normal MeasureString method can't do this properly. So the way I'm doing it is by creating a GraphicsPath, using ...
-2 votes
2 answers
122 views
Create new documents based on questionnaire logic
I am trying to create separate documents for each country I will send a questionnaire to, and I am struggling. Basically, I have a master document with this questionnaire: ASK CANADA, GERMANY, ITALY ...
0 votes
1 answer
92 views
Shopify Theme Dev: How to add strikethrough to text and textarea inputs?
Relevant Shopify theme docs https://shopify.dev/docs/storefronts/themes/architecture/settings/input-settings#text https://shopify.dev/docs/storefronts/themes/architecture/settings/input-settings#...