Questions tagged [dynamic-text]
93 questions
1
vote
3 answers
How can I make a multi-language app with the Java code?
I am already well aware of how easy it is to make a multilanguage app with Android by using the string.xml code. That part was nice and easy.
The issue is I have a lot of dynamic texts in my app that are made with my Java code. This is the part…

theJuls
- 6,788
- 14
- 73
- 160
1
vote
2 answers
datepicker for dynamically generated textfield using javascript
I have a small html file that contains a textfield where user enters the number of other textfield to be generated. for example if the user enters 3, 3 more textfield will be shown automatically.
Then I use a JQuery datepicker to attach a…

Omran
- 551
- 4
- 15
- 25
1
vote
1 answer
Actionscript3; make a dynamic text box show text while hovered
I'm trying to create one of my first actionscript3s...I want to make a dynamic text box (dynText) write a description of what the hovered button (stopButton) does.
No text is shown when I hover the button and I get no error message. Why?
This is my…

guldarmband
- 11
- 1
1
vote
3 answers
How can i change color of one word in a dynamic textField in AS 3
I have this function:
private function boldVerb(_phrase:String, _verb:String):String
{
var newHtmlText:String = "";
var pattern:RegExp = new RegExp([_verb]);
newHtmlText = _phrase.replace(pattern, "" + _verb + "");
return…

bsberti
- 41
- 6
0
votes
1 answer
Android - Dynamic text on bitmap
I'm currently trying to show a score which requires the text to change dynamically in a game.
I've searched around and found that most cases people use XML layout for the text.
My problem is I don't use XML at all for the game because everything are…

Steven Pongidin
- 153
- 1
- 11
0
votes
4 answers
actionscript 3 track dynamic text change
Is there a way to "listen" to dynamic text? I have this dynamic textfield on the stage and I want to call a function once the the dynamic text has been changed. I tried to add event listener but it seems to work only on INPUT text. Any…

jazz
- 143
- 1
- 3
- 8
0
votes
1 answer
Android: Lottie Animation with dynamic text and custom font issue
I'm trying to dynamically swap a text inside a LottieAnimation in jetpack compose.
The lottie file is exported without glyphs
It's working when using the old android view inside a
AndroidView(factory = { context ->
val view =…

Phehaz
- 155
- 11
0
votes
1 answer
fl.controls.UIScrollBar for TextField not enabling when text is added
I'm beginning to hate fl.controls.* with a passion.
All I want to do is have the scroll bar enable when the dynamic TextField the scroll bar has set as its scrollTarget gets to much text. It's very simple yet I can't get it to work. I have tried…

Jordan
- 1,233
- 2
- 12
- 32
0
votes
1 answer
Cypress: How to select a value from list in dynamic text box also can't find locator for the value since it's disappearing?
I have a textbox and typing "something" and I need to select that from below list, but I am unable to find a locator to select. When I tried to inspect on listed values, the list is disappearing. So I tried using directly inside…

Mr.Prasad J
- 75
- 7
0
votes
2 answers
Does BIRT recognize RTF tags?
I have a dataset that returns a BLOB field (thats how BIRT has binded in the table). In the database the data type is classified as Long Raw, so i need to transform the binary data to text using a generic convert function.
The problem is that BIRT…

Davi Emediato
- 1
- 1
0
votes
3 answers
How can I address dynamic text inside a buttom?
I have a "handmade" button (_btn as instance name), with only a dynamicText inside (or can I say one dynaticText for each of the four button modes). The dynamicText for Up mode has an instance name of "_text".
So if I am working on the AS of the…

Brian Lin
- 323
- 1
- 4
- 12
0
votes
0 answers
Use Dynamic Text or "Place Holder" in Contact Form 7 Field
I'm using Contact Form 7 - Dynamic Text Extension.
How do I get dynamic text to show when needed but a place holder to show if there is no dynamic text to populate the field?
Currently, I'm having two fields showing up one with the dynamic text and…

Klink_LV
- 1
0
votes
1 answer
advanced custom field (ACF) Repeater + Contact Form 7
I have a Repeater field which creates "jobs"
each job has title, text as sub-fields
and also a contact form 7 form which sends jobs applications.
I want to add hidden field which will also send the sub-field "title"
so whenever form is submitted we…

gil hamer
- 559
- 4
- 9
- 27
0
votes
0 answers
Making dynamic text in JavaScript
I need to make dynamic text that will fit to the size of window and i have problem, the point is that
for example xxx xxx xxx xxx xxx is bigger than iii iii iii iii iii and i dont know how to do that,
here is my code
var p =…

DrocSid
- 1
0
votes
1 answer
Fixing Variations Between ios vs Chrome Rendering of SVG on MacOS
I want to make a dynamically scaling title that grows/shrinks depending on the width of the screen. I also want to make it so that it doesn't apply a word wrap and split the title into 2 or more lines. I am using an SVG trick to make this…

PressingOnAlways
- 11,948
- 6
- 32
- 59