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"...
Blazonry asked 29/11, 2010 at 9:34

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...
Highhanded asked 3/2, 2023 at 11:22

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...
Sheldon asked 19/3, 2022 at 19:34

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...
Intone asked 22/6, 2020 at 21:17

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:...
Prepense asked 6/9, 2020 at 2:21

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...
Furtado asked 2/3, 2019 at 21:40

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...
Feeder asked 11/6, 2013 at 17:14

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...
Conchaconchie asked 30/7, 2017 at 17:23

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...
Afflictive asked 15/7, 2019 at 11:7

7

Solved

In R, suppose I have a vector like: vector<-c("Red", " ", "", "5", "") I want to count how many elements of this vector are just empty strings ...
Phocomelia asked 30/6 at 19:21

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...
Vilhelmina asked 27/1, 2018 at 16:26

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...
Volga asked 28/12, 2010 at 13:53

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...
Papst asked 10/2, 2015 at 0:7

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...
Giguere asked 19/9, 2016 at 1:18

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...
Geranium asked 19/4, 2013 at 12:28

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...
Flieger asked 22/6, 2010 at 21:15

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

© 2022 - 2024 — McMap. All rights reserved.