Questions tagged [dynamic-text]

93 questions
0
votes
1 answer

Changing title In UIWebview as user scrolls

I am developing an iOS app. How can I know the current section that is being displayed in the UIWebview and change the title of the navigation bar accordingly? The title will be the section which the user is reading. The sections in the html file…
500865
  • 6,920
  • 7
  • 44
  • 87
0
votes
1 answer

How do you display a sprite location in real time during drag and drop (AS3)

I'm trying to figure out how I can show an object's X/Y coordinates while it's being dragged across the stage. If I have a square located at 0,0 and I drag it to a new location--for example 50,50--I want to show the square's location as it is being…
0
votes
1 answer

Controlling Dynamic Text in Swift application

I was wondering what else can we control using Dynamic Text in iOS devices other than UILabels? Is there a way to adjust UIImageViews as well for instance? Or any other UIViews ?
Luci furr
  • 3
  • 1
0
votes
0 answers

Dynamic text was not working now in my contact form 7

Dynamic text was not working now in my contact form7 Plugin used - https://wordpress.org/plugins/contact-form-7-dynamic-text-extension/ Below code was working fine few days back but it was not working now. it displays the same quoteticket. /*…
Sivakkumar
  • 11
  • 1
  • 1
0
votes
1 answer

How to display Traditional Chinese text in a SWF with the text populated from XML

I know this is similar to an already asked question, but I would love to get some more detailed help on how the outcome was achieved. I have a website with SWF animations of automotive systems. Each animation has labels naming the parts, action…
user631807
  • 11
  • 4
0
votes
1 answer

Three.js | Not able to add Dynamic Text Geometry to 3d mesh

I am working on a POC in which I have to customize a watch in 3d model. I am using thee.js for doing webgl stuff. I was able to change strap color , dial color and load texture images on strap. But I am stuck when I try to add dynamic text on the…
Bhupendra
  • 1,196
  • 16
  • 39
0
votes
1 answer

Angular 2+ Dynamic UI Text

I'm developing an app which is not multilingual, yet the client is asking to be able to change the labels, texts and even notifications through an admin interface. So I though of resource file that can be fetched from the server on app load and bind…
John
  • 47
  • 1
  • 10
0
votes
2 answers

actionscript dynamic text

I have a text box set up in my project and it works fine when I test it but when I put it in the web page it only shows part of the text here is the setup and when I build it I get this but then when I put it in the web i get this i've tried…
mcgrailm
  • 17,469
  • 22
  • 83
  • 129
0
votes
0 answers

Is there a way to use the default System.out stream (i.e. to the DOS window) dynamically?

Can I have dynamic text in the default PrintStream? e.g. say I wanted to give a running report on my program's progess, is it possible to have a percentage display that changes during the opperation, rather then simply having a string that gets new…
Cambot
  • 257
  • 2
  • 13
0
votes
1 answer

Dynamic Type Text get clipped

I'm implementing dynamic types in my iOS 10 app using custom fonts. However, when using the largest text setting, the UILabel gets clipped - (I don't know the exact term to describe this. If you know, please correct me) - please see screenshot…
binsnoel
  • 276
  • 2
  • 17
0
votes
1 answer

datasource is not returning value for the 2nd row even after binding for birt report

I have created a report using scripted datasource.I had to do some mathematical operations for calculating something so I used a dynamic text. Now the problem is that the value coming in dynamic text is correct for the first row.But for the second…
zeeshan
  • 379
  • 5
  • 16
0
votes
1 answer

Actionscript display text on screen once an action is performed

So I need to display a text once an action is performed but even though I tried to do so by using dynamic text and labels, I didn't manage to finish my programming due to errors: var group:RadioButtonGroup= new RadioButtonGroup ("Question1"); var…
0
votes
0 answers

UITableView header and footer text doesn't get resized after dynamic text size change

Is this a bug? I noticed that after a UITableView has been loaded, if I go to the system settings and change the dynamic text size, the headers/footers of the table view don't change to the new text size. Everything else updates fine (i.e. the label…
spybart
  • 2,583
  • 3
  • 22
  • 33
0
votes
1 answer

Getting dynamic text indexed by Google

Seems like this should be a common problem, but I can't seem to find it discussed anywhere. I'm working on a an interactive map - i.e. when you click on one of the markers, it brings up some descriptive text about that location. And I would like to…
mgalka
  • 171
  • 1
  • 6
0
votes
0 answers

Getting label size based on content

I have a label in which content is loaded dynamically. I have tried almost all methods available in Stack overflow but i am not getting correct result. Here is my code which i use right now, but it gives height less than the needed height. var…