text Questions
4
Solved
As you can see from the gif and from the code below I have a container and a text widget, both wrapped in a hero widget.
When the container is clicked the second page opens. I would like to have a ...
Stonefly asked 23/11, 2022 at 16:42
2
Solved
I have a TextBlock with TextTrimming = TextTrimming.CharacterEllipsis and I want the dots to appear at the beginging. Is there a property for this?
For example if I have the text "123456789ABCDEF"...
2
Solved
Text jumping (I don't know how else to name that weird behavior) to the top(?) every time user enters a new character. I can reproduce the issue only on iPad OS 16. It affects the user who attempts...
5
Solved
In SwiftUI, if I have a weblink in between a string, how can I create a hyperlink and have it underlined in my view.
Note, the "messageContent" string won't always be the same.
For exampl...
3
Is it possible to exclude the contents of footers and headers of a page from a pdf file during extracting the text from it. As these contents are least important and almost redundant.
Note: For ex...
Gismo asked 27/8, 2018 at 12:53
3
I am trying to open a .txt file which is in my assets folder. The name is "Maze1.txt". I am sort of new to these things so I was wondering if someone can help me read the text from this f...
6
Solved
I tried to find how capitalize text in Flutter, but I couldn't find it.
My code:
Center(
heightFactor: 2,
child: Text(
'Strengthening the bond of owners and pets, more than ever...',
textAlign:...
7
I have a long text and I need to show the scrollbar by default when the user enters my page.
Currently, the bars not shown until the user click over the text and this, not good behavior because th...
4
I have a text file and I want to remove all lines containing the words: facebook, youtube, google, amazon, dropbox, etc.
I know to delete lines containing a string with sed:
sed '/facebook/d' myf...
3
Solved
I'm trying to make a TextView that you can move around like snapchat does. I have made something similar to it, although when you try and scale while rotates, it tends to stretch horizontally infin...
6
I read several other posts and using input.setInputType(TYPE_NUMBER_FLAG_DECIMAL); does open the keyboard but its not the numeric keyboard
Is there a trick to this?
Gurolinick asked 13/1, 2011 at 3:55
10
Solved
I am designing an Excel worksheet where the user will click a command button which copies a predetermined range of cells. The user would then paste the contents into a web app using Firefox or IE. ...
Trustworthy asked 19/9, 2013 at 20:1
2
I write an app in flutter. I want to change the state of a string variable. After I set the state of the string variable, the ModalRoute PopUpMenu does not show the changed variable. If I close the...
7
Solved
14
Solved
I have a table with a column 'hotel'. The project is created in Laravel 5.4, so I used Migrations.
$table->string('hotel', 50);
This is MYSQL VARCHAR (50). It was working good, because when I w...
2
Solved
I have a markdown document I'm processing with the pandoc tool to generate HTML and PDF documents. I'm trying to include a table in the document. Regular markdown doesn't support tables, but pandoc...
2
Solved
I have a PDF generated by a third party. I am trying to get the text out of it, but neither pdf2text nor copying and pasting results in readable text. After a little digging in the output (of eithe...
Weathered asked 19/6, 2013 at 14:23
4
Solved
I'm looking for function which allows me to build some element before or after selected text. Something similar like this one javascript replace selection all browsers but for adding some content b...
Pentachlorophenol asked 27/11, 2011 at 9:19
9
Solved
How do I remove the first 5 characters in each line in a text file?
I have a file like this:
4 Alabama
4 Alaska
4 Arizona
4 Arkansas
4 California
54 Can
8 Carolina
4 Colorado
4 Connectic...
15
Solved
I am working on React native and I am new to this. I am trying to display text, But, It's showing in an android end of the text ... and not showing complete text. It's only happening in android, wo...
Fathead asked 18/2, 2019 at 15:27
4
In OpenSCAD, I want to be able to create a module which accepts a string then create a 3-D object with that string embedded in the surface as a text. I want the object to be slightly larger than th...
10
Solved
I'm having problems with using the BufferedReader
I want to print the 6 lines of a text file:
public class Reader {
public static void main(String[]args) throws IOException{
FileReader in = new...
5
Solved
Every day we get a flat text file. Some days there are lines in the file that need to be deleted before it can be processed. These lines can appear in different places, but always start with the ch...
20
I'm doing a multiclass text classification in Scikit-Learn. The dataset is being trained using the Multinomial Naive Bayes classifier having hundreds of labels. Here's an extract from the Scikit Le...
Osteomalacia asked 23/9, 2016 at 13:45
5
Solved
How do I get the text of an element without the children?
Neither element.textContent nor element.innerText seem to be working.
HTML:
<body>
<h1>Test Heading</h1>
<div>
Aw...
Hypercorrection asked 31/3, 2012 at 12:43
1 Next >
© 2022 - 2024 — McMap. All rights reserved.