Questions tagged [dynamic-text]

93 questions
0
votes
1 answer

Return different text based on time and day of the week

I am looking for a way, basically, to code an alarm clock for my computer. I want it to show the time, day of the week, month and day, and then based off that, I want it to show a message and play a sound once. I have four dynamic text boxes on the…
0
votes
2 answers

how to connect a number variable to dynamic text in actionscript 3.0?

i know this might be simple but i have been searching everywhere for a fix but i just cannot find it! i want to make something like a health #, so when you press whatever button the dynamic text # will go up or down. on my test project i have two…
gemjock
  • 3
  • 2
0
votes
1 answer

Displaying a score on HUD in Flash AS2

I really need help (explanation) on using dynamic text in Flash. I get stuck when trying to display the current score on HUD in my game. I'm still new in Flash so any help would be appreciated.
0
votes
0 answers

Adding of dynamically added textboxes values on button click in php

I have 2 html tables. In the first table I will be able to select the values required and click on an add button which fetches the records in the first table and appends it in the second table. I also have a td in first table which consists of combo…
kishore
  • 33
  • 7
0
votes
1 answer

Cannot access a property or method of a null object reference, when accessing a text field on stage

I'm trying to fill a dynamic text field on stage, but I'm getting the error above. the text field i'm trying to access exists on stage on frame 180. This class extends SimpleButton and it's a super class, where I have 5 subclasses which extends this…
Walaa
  • 11
  • 4
0
votes
3 answers

vb.net add text to form without interaction

I have a winform project which lists all the files in a specified folder. It allows the user to select a new destination for each file, and when the user has chosen the destinations for all files that he would like to be moved, it moves the files,…
user228058
  • 465
  • 1
  • 7
  • 22
0
votes
1 answer

Dynamic Text : Action Script 3.0

I am trying to create a movie clip where I have a dynamic text with a default caption "Sound '#'".I am trying to make it dynamic and the character '#' should be replaced with any alphabets. I am trying to read the text in the dynamic text and I am…
Har
  • 33
  • 1
  • 1
  • 4
0
votes
0 answers

AS3 in Creating Interactive Multiple-choice Quiz in Adobe Flash CC with comboBox and Dynamic text

Updated Trying to create a quiz where you select an answer in a comboBox, hitting a submit button and a dynamic text area telling you if the answer is correct or not. Cant figure out the proper scripting. The comboBox and button work on their own…
Rob
  • 15
  • 1
  • 6
0
votes
2 answers

Changing Dynamic Text with Hit Test

I'm making a flash game and want to update the lap number using a line at the start of each lap, i have a dynamic text box which is set at run time to say lap '0 of 3' - That works fine. var p1:String = "0 of 3"; lapPlayer1.text = p1; Each time the…
CarlRyds
  • 217
  • 1
  • 5
  • 19
0
votes
1 answer

Comma not appearing in Actionscript 3

I have a textbok called stateExplanation. I want to dynamically change the text inside the textbook. This is my ActionScript 3: stateExplanation.text='Small portion of Pro and large portion of other, Both cease.'; and for some reason when I run the…
user2817200
  • 1,097
  • 2
  • 18
  • 38
0
votes
1 answer

How to Fetch Data From Database to display into dynamically created Textbox on button click?

I have made a form in which I have two fields, Name and Products. Beside Products I have taken a Textbox and a button. I am allowing my user to add more than one textbox and the limit is upto 5 textbox's. Now I am inserting data from this form into…
Omi
  • 427
  • 7
  • 21
  • 42
0
votes
1 answer

showing dynamic text in silverlight

I have a button which shows "click me!" on it. I want to see that when I click on the button, it shows "Do not click on me!" I have a button in my Search.xaml file like below and it always show "click me!".
0
votes
2 answers

Create mutiple Textviews and assign values to it dynamically

I have a listview in which I am showing contacts Name. There are more values which are associated to the listview. When I press the row in the listview I am sending the Hashmap to the other activity and based on the HashMap size I want to create the…
Mohit Rakhra
  • 114
  • 1
  • 15
0
votes
2 answers

UILabel Autoshrink does not work with Dynamic Text and special character

I am using iOS 7`s new Dynamic Text feature for the subtitle of a table view row. I have set the UILabel in IB as follows: This is how I set the contents of the UILabel in code: NSAttributedString *checkmarkAttributedString = [[NSAttributedString …
AlexR
  • 5,514
  • 9
  • 75
  • 130
0
votes
1 answer

How to make Dynamic textbox transparent in AS3

so I have a dynamic textbox, with the var as text_Box. For some reason the Dynamic text box has a white background, that I can't remove. Is there a way I can change the color, or make it transparent, so that way the text is only showing? Remeber…
sdksmkfnajnf
  • 76
  • 1
  • 1
  • 10