python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Using VBA to add automation to a line in a text field shape
I understand VBA in EXCEL very well, but PowerPoint is something else. So far I have generated my slides from a text file. The title is really a question and the box below is four possible answers. ...

Ken
Votes: 0
Answers: 0
How to access the text in the textspan under Flexible - flutter integration tests
I am trying to fetch the text(Calories) from the below widget.
return Column(
children: <Widget>[
Row(
mainAxisAlignment: MainAxisAlignment.center,
crossAxisAl...
user1873274
Votes: 0
Answers: 1
How to change cursor position when press in TextInput
For example i have a TextInput like this
<ScrollView style={{flex: 1}}>
<TextInput
placeholder="Input"
style={{fontSize: 50}}
value={'Sample text'}
...
normalDev
Votes: 0
Answers: 1
Input text stacking
I'm making a clicker game in which you press spacebar to increase the counter. Every time the counter goes up the next value is "stacked" on top of it, making it overlap. So if the counter w...
Elijah Kirk
Votes: 0
Answers: 1