I have got an array full of strings and I want to populate the elements into dynamically created textarea components. I have seen "this []" syntax used to dynamically create arrays, but I can not get something similar to work for text area components.
Here is the code that I am trying: Code: for (var i:int = 0; i < aActivities.length; i++) { this["taNode_" + i] = new TextArea(); this["taNode_" + i].move(20,50 + (10*i)); this["taNode_" + i].height=26; this["taNode_" + i].text=aActivities[i]; addChild(this["taNode_" + i]); }
I get this message when I run my movie: "1180: Call to a possibly undefined method TextArea." I do have an instance of a textarea in my Library as I know you have to for things like data grid.
I'm using AS2 in Flash CS3.I have a TextArea component in the stage that's loading its text from an XML and I've been able to use the ul and li tags to create lists. However, when I try to include a nested list it just inserts a line break between the nested list and the main list rather than indent it further. Is there a solution for this issue?Failing that, how would I be able to add non-breaking spaces into the XML so they will render inside the TextArea component? I've tried and without success. I scoured the net for some help with this and found some information about modifying the font embedding xml file with a new entry for the non-breaking space and that didn't work either, so that leaves me somewhat stumped.
We have a TextArea that is created dynamically reading in XML data with the textFormat set to Arial font as the default. When we publish it the font tag for a subscript and superscript fonts is not displaying even though we have embedded the fonts. It displays properly if the font is installed.
The scroll policy for the textArea component appears to be "auto", and that works just fine.However, I want to be able to turn it off in certain situations, i.e., not have the scroll bar appear.I do the following which I thought would turn it off but the scroll bar still shows up.
I am facing a problem while using textAreacomponent in Flash cs4.I set the text of this component at run time with coding i.e dynamic text and after that i am rotating this component with -2.After rotation it dosen't show the text why is it so?
I'm working in ActionScript 3 and, yet again, I'm starting to regret trying to use components as it seems I always run into a brick wall when using them : (
I have a TextArea component instantiated and added to the display list programmatically via ActionScript 3 code (not AS2, which is all I could find reference to on the net about this).
How to disable the border so it doesn't show around the TextArea component? I've tried a bunch of things, like for example:
myTextArea.setStyle("border", "false"); and myTextArea.setStyle("borderStyle", "none");
I'm using the textArea component, but i want to scale it to the size of the browser window. The problem is it scale the content(xml+css) and the scrollbar, and i want to just change the size. I've also tried to attach the Component and then setting the size, but that give the same problem.
I have a TextArea component in a flash document, and this TextArea is loading text from a .txt file.
However, when you're viewing the textarea in a webpage, you can not only select the text that has been loaded into the textarea, but you can also delete the text written there, like it's a word document or something.
TextArea component does not load after publishing as AIR .I have a TextArea component in the library. Its Class is: fl.controls.TextArea I add it to the stage using the addChild method. Running it inside the flash CS4 the textArea component gets added to the stage as intended. But after publishing, the textArea component doesn't get loaded. What may be the problem? The stage is blank without any textarea.
I am just starting to use the TextArea component in Flash CS3. How do I change the font size, style, and color of the text within the textarea? Can I also change the textarea background color from white to something else?
Right now I just have a single color as its background via textarea.setStyle("backgroundColor", "0xe3ecca") However, is it possible to say, create a gradient (the only way I know how to do so is with the beginGradientFill that you use while using the drawing API) as a variable and then apply that as the background to the TextArea component somehow?
With the Flex 3 SDK you simply needed to set the borderThickness style to 0, or set borderStyle to none. With the Flex 4 SDK ad the Spark theme, this has no effect.
I've a TextArea component in my MovieClip. When I double click on it, I want to switch to TextField component, allowing me to change its content. When I click outside, I want to restart its original class (TextArea).
I'm doing this, but didn't work: element.addEventListener(MouseEvent.DOUBLE_CLICK, changeName); private function changeName(e:MouseEvent):void{ e.target.type = TextFieldType.INPUT; } Where element is a TextArea (classic and dynamic text).
This is how my MovieClip looks. "Name" is the TextArea that I want to allow user changes. I'm setting it like this: Nombre de instancia = Instance name (empty) Texto clasico (classic text) Texto dinamico (dynamic text)
The MovieClip is controlling my by own base class (called 'ConfLayer'). Inside it I have this: public function doStuff(e:MouseEvent):void{ // element = TextArea 'Name' element.addEventListener(MouseEvent.DOUBLE_CLICK, changeName); } private function changeName(e:MouseEvent):void { var tarea:TextArea = e.target as TextArea; var tf:TextField = tarea.TextField; // this line throwing error tf.type = TextFieldType.INPUT; }
Because AS3 gives me errors, I tried this: private function changeName(e:MouseEvent):void { e.target.TextField.type = TextFieldType.INPUT; } When I double-click on TextArea element, the previous string removes and I can't write nothing.
I'm importing text into a TextArea component and it all works fine and dandy.Though I want the textarea to not form a scrollbar but to actually just keep adjusting its height so there is never a scrollbar.I looked through all the properties and I have no idea what to test for to see if there is a scrollbar.
I have a TextArea component with a lot of content (images+text) - the content is coming from a xml file.. i need to print the textarea content and when i do - it is printing just the visible content area with scrollbar-is there anyway i can print the entire TextArea content using a print button on my flash file- im using AS2.
can anyon e direct me to a place that will allow an import of HTML coding.The full shabang.Basically Im making a website but the content needs to be fully customisable outside of flash... i already know how to import text from an external file, but I need to alter layout and add images at the same time...
This is for mx 2004. How to load variables from an external txt file at the beginning of flash movie...At various keyframes in the scene the movie shows different forms for user to fill in into the TextInput components. As soon as these forms are shown, the TextInput components are pre-filled with default text (the variable values that were loaded, for example "Enter your title here"). I know how to do this in earlier versions easily with the Var variable but now I'm stuck. I've been trying to do something but I keep getting "undefined" in the TextInput.
I need a textarea component. I dont want to see the right click property options like cut, copy, paste..... on top of the textarea component, if you right click you will get the options. i dont want those... thats it.
I have text in a textArea component that I need to be clickable and open up the users email program.The text shows fine when I have this:infoBox.taEmail.text = xmlDataSelect.office[evt.target.selectedIndex];but I can not click on it, so I tried this:infoBox.taEmail.htmlText = "<A REF="mailto:"+xmlDataSelect.office[evt.target.selectedIndex].email+ "</U></A>";
I need a small help on TextArea component using FLASH CS3. I need a textarea component. I dont want to see the right click property options like cut, copy, paste can any one pls make it for me. on top of the textarea component, if you right click you will get the options.
I am putting together a presentation on flex for adobe user group that specialize in coldfusion. In my example I would like to display the text of the cfc being called from the webservice tag in my flex application. Is there a simple way to load the actual text for the cfc instead of the html that coldfusion is passing back to my URLloader variable?
I have a weird issue (weird because it is specific to one component) with applicationComplete in a fairly simple application. All the UI components are declared in MXML. I can access them all in applicationComplete, but not a spark.components.TextArea component, named taStatus here; it is null in the handler.[code]...
I googled for almost a day to find the answer to my question: [URL]. This almost works (and is a great solution), but the solution doesn't work when I do: 1). Copy and paste multiple-line texts. 2). Write long and scroll the texts. I also found another working example at: [URL]. (The autocomplete prompt appears when you press ctrl+space right at the caret's position). But an email from its author says he uses monotype fonts to calculate individual character's location. Is there a way to get multi-line input from a textfield?
I want to make a TextArea component public so it can be accessed from other frames. For example, I want to be able to say that if this button is pressed change the TextArea text to "1" and go to the frame.
I have no idea how to do this, i've tried : frameHome.textArea.text = "1"; to change the text but it doesn't work so i'm presumming that i'm a little off mark.
I'm looking to simply append the following text to an existing spark.components.TextArea's text flow: <b>something</b>: hello world
I have attempted to do this using the following code, but nothing happens: this.textarea.textFlow.addChild(TextConverter.importToFlow( "<b>something</b>: hello world", TextConverter.TEXT_FIELD_HTML_FORMAT));
How can I accomplish this? I know in the old mx.controls.TextArea component, I could simply do: this.textarea.htmlText += "<b>something</b>: hello world"; How can I do this with the new TLF/FTE API expressed in the spark.components.TextArea component?