ActionScript 2.0 :: TextField.selectable Not Working?
Jul 11, 2003
This is a really basic question, and I feel like I'm probably overlooking something extremely obvious.I'm working on a text-based application, and it's important that users aren't able to muck about with certain portions of it. OK, I thought, I'll just set textField.selectable=false right after I've created the text field.
I have 2 clips sitting on each other which can be tabbed between via swapDepths(). The initial 'underneath' clip has one large textfield/box of type 'input'. For some reason when you mouse over the upper clip in runtime (which has NO textfield) the cursor is coming up. Like as if it is selecting the textfield in the underneath clip. This shouldnt happen!!!!. Ideally users should only be able to select and enter data into the input field when that Mc has been tabbed and is at the top.
I did try making a function to turn the 'selectability' off when the input clip is at the bottom, but this of course doesnt work on textfields of type input
I have a weird problem with my textfields.. They are not displaying at all. I've tried embedding/unembedding the fonts, removing all animations, but I can't see anything.What's weird is, a few days ago it was working fine. Then I changed some of the code a bit, then changed it back. AFAIK, my code now is just the same a few days ago.
The default value text displays, but when you click into them to type nothing appears.I've tried embedding fonts, making sure I use th Font class, even setting them to _sans and system font, but nothing. Totally at my ropes end before I wind up re-writing most of this thing.These really should be TextInputs, I know, but this is some other f*cker's crap work I'm cleaning up and I don't feel like refactoring the rest of his garbage.
I have a TextField which styleSheet i want to change at runtime.For testing I created a new .FLA put a Textfield on stage, set it to dynamic, named it mytxt and added some AS3:[code]Well nothing changed I still have a default black text when I publish the swf.My goals:
I am trying to get setTextFormat working, but I can't seem to get it to work. The textfield appears and has the text I want, however, the font is just not changing.Here is my code:
package { import flash.display.MovieClip;import flash.text.TextField;import flash.text.TextFormat; public class Photograph extends MovieClip {
I have four instances of a movieclip (consisted of a textfield) on stage with given names btn1,btn2,btn3,btn4. The issue is I cannot get the GlowFilter work on ROLL_OVER event Listener.
PHP Code: import com.greensock.*; import com.greensock.easing.*; var buttons_array:Array = [btn1,btn2,btn3,btn4]; var previousBtn = MovieClip(buttons_array[0]); previousBtn.mouseEnabled = false; [Code] .....
The following code is from the CS3 Language Reference.Pasted into a new file it works.Pasted into my current project it doesn't.what settings I might have that are disabling it?
this.createTextField("news_txt", this.getNextHighestDepth(), 10, 10, 320, 240);news_txt.border = true;news_txt.wordWrap = true;news_txt.multiline = true;news_txt.text = "To see the custom context menu item, right click (PC) or ";news_txt.text += "control [code]....
Some of the dynamic text fields in my application stopped working. This is part of a major application which I have been working on for a few months. It worked fine until today. 3 different dynamic text fields suddenly do not show text when I set the text from actionscript This is what I tried:
1) Tried with and without text embedding
2) Turned on and off html
3) Tried with .text and .htmlText
4) Removed the TextField and added a new one
5) Added static text into the dynamic TextField and did not add the dynamic text with actionscript --> the initial text appeared I am working with CS3 and recently updated. I am considering deleting Flash and not running the update.
If i don't use any HTML tags, it displays fine. But if I add tags, such as <a> or <b>, etc... the text within the tags does not display. For example, if in the XML text i have:
<node>For more information, <a href=' http://www.link.com'>Click
Here</a> to see the information.When I run the flash move, it displays:For more informationto see the information.If i remove the <a> tags, it displays fine.
This doesn't make any sense to my feeble brain, and I've reached my googlefu limit.
I have a bunch of prototype methods that I use to speed development up, and most of them are attached to DisplayObject or InterActiveObject. Here's an example of one such prototype:
I'm trying to put some leading on a body of text, however it doesn't seem to work after a stylesheet has been applied. Without the stylesheet it works..
AS although I have some experience with other languages. I'm using Flash Develop IDE with Flex 4.0/AS 3.0. I'm trying to make a wrapper class for TextField which will generate a properly formatted text form which accept user input. My code is the following:
I'm creating an array of thumbnails. The images are being read via an xml file. This works fine. What doesn't work is the TextField I put underneath the thumbnail image.
Code: Select all var thumbContainer:MovieClip = new MovieClip(); thumbContainer.addChild(loadedThumb); var sl = new slNum_mc; //This is being referenced as a class from the library. sl.slideNumber.text = "abc"; //slideNumber is a dynamic textfield in the movie clip class sl, the initial sl.slideNumber.y = 90; // text "abc" does apply at runtime thumbContainer.addChild(sl); addChild(thumbContainer); searchSlideArray.push(thumbContainer); //Adds it to an array I already set up
This much does work. But when I try to trace it like this: Code: Select alltrace(searchSlideArray[0].sl.slideNumber.text); I get an error. How can I correctly reference the text in a text field that is housed in a movie clip class?
I've made a simple package that creates a custom textfield and a circle sprite. pressing the circle sprite is supposed to update the textfield text with some sent string. The string is being sent by using a custom event. The problem is, for some reason the script never reaches the function that handles the custom event....why isn't the updateText event firing??
I have a masked textbox which is also dynamically added to the stage from the library, and I'd like it to resize according to the amount of text loaded into it.this isn't working:
We have a little app in use with a customer where html links are generated dynamically at run time. The link text and url are put together from a couple of txt files that the customer regularly goes in and edits. These links have recently stopped working.
Of course, you would think the immediate culprit is the customer who has made a mistake in the txt files. But the the same vars from the same files are used to generate a couple of buttons on the page that DO work. And everything works when I export it from flash. It stops working as soon as it gets to a web server.
Here is the output from the functions that piece together the input data:
[Code]....
And here is the link to the app: [URL]
Choose a category in any of the lists and then any of the subheaders that appear. Most have a link in them. It's in Swedish but I know you lot are smart enough to navigate a flash app without understanding what you're clicking on
Is there a way to have Dynamic Text non-selectable and not have a white background? Such as a transparent background?I'm looking to dynamically change text over a coloured background.
My program is enable user to choose movie with click on any radio button. Then the movie will store in the array. then the contain in the array will be loaded. Now i would like save the choice of user in a array and after that the program will trace the arrayand load the swf files that choose by user.User can choose as many choice as they want.
My problem is
1. when click, how the swf files save in array
2. there are the "next" button to let user click and proceed to view their next choice.The "nexScene" and "nextFrame' is not i want.I m seeking any opinion.
I searched and searched.Anyway, I have a swf sitting in a layer above html text. It's set to wmode transparent, and looks fine. it stays small until rolled over, then the buttons slid out as expected. However, when the swf buttons are still hiding, the html text in the area that the swf buttons will eventually occupy is not selectable when directly clicked.