ActionScript 3.0 :: Carriage Returns In XML Attributes?
Feb 19, 2009
My XML looks like this...
<feature title="This is my /n features title"/>
I don't have access to change the schema.
In Flash I load the text content of the title attribute into a text field, problem is -- the prints instead of operating as a carriage return (new line).
Again, no access to the XML so changing the TextField to htmlText and adding a <br/> tag wont work.
View 2 Replies
Similar Posts:
Dec 22, 2009
why i cannot get the carriage returns and tabs stripped from my XML. I guess the only drawback at this point is that i cannot form my xml file nicely and am stuck placing all my node text on one line.
So far here is what i have tried without any luck;
ActionScript Code:
var subXml:XML = new XML();
subXml.ignoreWhitespace = true;
subXml = new XML(e.target.data);
[Code].....
I am otherwise at a loss as to why it's leaving the tabs returns etc. in my textFields when i populate them with the node data.
View 2 Replies
Aug 2, 2011
I am simply wanting to stop a user entering carriage returns in a TextArea. I have been experimenting with the 'restrict' property in the TextArea but cant seem to work it out.I have the following code:
<mx:Canvas id="cvs1" label="Panel 1" width="100%" height="100%" creationComplete"addEvtListnerOnPlaceText()" backgroundColor="#FFFFFF">
<mx:TextArea id="txtP1T1" x="10" y="176" text="{placeName}" width="210" textAlign="center" color="#DC0000" restrict="this is where I need some help"/>
</mx:Canvas>
I've now managed to get something working:
private function addEvtListnerOnPlaceText():void{
txtP1T1.addEventListener(KeyboardEvent.KEY_DOWN, onKeyEventDown);
txtP1T1.addEventListener(KeyboardEvent.KEY_UP, onKeyEventUp);
[code]....
The only issue now is that if you hold return down, it clears the first carriage return and then keeps adding as long as you hold it down. I need a way to stop this happening without just losing focus on the text area.
View 1 Replies
Jun 4, 2010
I've got an app where I'm grabbing the currently highlighted text from the user in a RichEditableText block and I've noticed that when the user highlights a selection after a carriage return that selectionActivePosition and selectionAnchorPosition return values that don't count the carriage return, even though when I slice the corresponding text with the retrieved values, it does take the carriage return into account and therefore returns a value shifted one character to the left for each carriage return appearing earlier in the text.
View 1 Replies
Aug 23, 2009
it's possible to restrict hard returns in text input fields? I've tried something like this:my_txt.restrict="^u0013", and a bunch of variations thereof, but nothing seems to keep the Enter key from doing it's thing. Second best would be to traverse through a string a user has entered and replace hard returns with a space or dash, but again I've had no luck looking for or . I've tried entering text and hard returns into a dynamic textfield set to input, but when I try this:
var n:Number = my_txt.indexOf("
")...
trace("n: "+n) //traces "n: -1"
View 7 Replies
Nov 4, 2011
I have a load file and a write to file method. We all know what they do. How ever load always returns true and write always returns false....Right there you know somethings wrong. Because The forums have an issue with me posting code...I posted it here: [URL] Based on this code what is the issue here? why is write always returning false and why is load always returning true? (even for files that do not exist). My understanding is that if flash cannot find the file it should write to it will create it and if it cant load said file, then that method should return false.
View 6 Replies
Jun 29, 2009
I am dynamically creating a number of objects (movieclips) which all have a number of attributes.[code]and so on. i.e sub attributes. I don't think this is possible? Only sprite and movieclips can have dynamic attributes so unless atrbY is a movieclip (which it isn't, it's a string) it isn't allowed?Each object can have suboptions with further attributes associated with the chosen suboption.Later in the program I will manipulate, read and interact with the objects and they have text display behaviours dependent on the suboption chosen. That part (should) be straightforward! heh. One the object has the attributes attached in a usable format, accessing them should be simple.This will be for a store. i.e t-shirt1 has size small, price 10, size medium, price 12, size large, price 14. t-shirt2 has size medium, price 35, size large, price 40 and so on.[code]
This format of the XML can be adjusted if it would make the parsing easier.I am currently reading the XML in, stepping through, grabbing the individual parameter such as category and then adding it as an attribute of the object and it works fine. i.e. I end up with obj.category = 'catname'. However, on suboptions I am having a problem.Should I put all the suboptions in a multidimensional array and use nested loops to apply them to the object?I would still have the problem of objX.suboptionarray[Y].suboptionprice which isn't allowed? In the above XML case Y would be 0,1 and 2 giving 3 suboptions to objX and each suboptions would hold attributes such as pvid associated with that suboption.I could go down the horrible route, obj1.suboption1subptionprice ; obj1.suboption1suboptionpname; obj1.suboption1suboptionvalue; obj1.suboption2suboptionprice; obj1.suboption2suboptionpname and so on and so on for each suboption which could be five options (small,medium,large,x-large, xx-large) and which would "work" but would be bad programming and involve splicing names to get say, the "third" suboptions' price and pvid e.t.c
Going down the route of mutidimensional arrays sounds good except that on say 50 objects I would have stacks of arrays which I'm guessing isn't great in terms of resources?.Just to add, the number of suboptions varies between object, every object has a minimum of one suboption (default option) but can have as many as needed (unlikely to be more than 5 but should be scalable). i.e some t-shirts only come in medium whereas some have many sizes.I have a fair amount of leeway on the format of the XML which I generate from the database so the formatting of that could change to make the parsing easier.
View 0 Replies
Jul 15, 2004
I'm having with a menu navigation system. I'm using Flash MX. I have created a menu system for the site I'm building ([URL]) where one of the buttons "Choose photographer" drops down a list of names. All the other buttons just jump to another page. The drop down is currently using tweens also the logo moves to the left as the dropdown appears and returns when the dropdown returns. All working fine apart from its a bit jerky.
It's I just wanted to get away from tweening and use action scripts instead, as I'm a newbie to all things Flash I trawled the net for tutorials and examples so that I could cobble together the exact same effect. I have managed to get the drop down work and return using the action script and it does seem smoother and works slightly better. But can I get the logo to move to the left and back in time with the drop down...no.
View 1 Replies
Jul 5, 2005
Is it possible to have a well formatted text with XML?Will i be able to use the 'return carriage' and lay my text in paragraphs?
Iam trying to load an external xml file that has description of the images in my portfolio.
View 2 Replies
Jul 4, 2009
How can I get the text from the textarea component along with the line feed & carriage return characters?
As now, I amusing the text to send email. But in email, it showing all in a line rather than multiline, which means carrriage return and/or line feed characters are missing. How can get them?
View 1 Replies
Dec 24, 2010
How do I convert a multiline of text from an input box into a single line of text except I would put a string of characters to replace the carriage return?
from:
Hello
world
I
[code]...
to:
Hello~|~world~|~I~|~am~|~here.
Tried this and other variants but doesn't work.
txt = txt.split(ASCII(13)).join("~|~");
View 2 Replies
Oct 20, 2010
I have this line:
text="{selectedOrder.targetLocationName} 'crlf' {pickUpLocationHTML}"
View 1 Replies
Feb 8, 2011
I am developing an admin panel for an flash site. One of the sections contains large amount of text containing Carriage Returns. It can look as this :
John Doe was born in Athens in 1974.
He studied at the Athens School of Fine Arts and he presented his first solo exhibition in 1996.
So from the text area the text goes to mysql and from mysql I generate an XML file. The problem is the xml file source is looking like this :
John Doe was born in Athens in 1974.
He studied at the Athens School of Fine Arts and he presented his first solo exhibition in 1996.
This way in flash the text has some big spaces between phrases and I dont like it. How to generate XML file to be like this :
John Doe was born in Athens in 1974.
He studied at the Athens School of Fine Arts and he presented his first solo exhibition in 1996.
View 2 Replies
Mar 21, 2007
If it's possible to restrict hard returns in text input fields? I've tried something like this:
my_txt.restrict="^u0013", and a bunch of variations thereof, but nothing seems to keep the Enter key from doing it's thing. Second best would be to traverse through a string a user has entered and replace hard returns with a space or dash, but again I've had no luck looking for
or
I've tried entering text and hard returns into a dynamic textfield set to input, but when I try this:
var n:Number = my_txt.indexOf("
")...
trace("n: "+n) //traces "n: -1"
View 4 Replies
Oct 6, 2010
How to remove a carriage return that's inserted mysteriously by flash. I have a text input box and it auto adds a enter key press carriage return.
<IMAGE Names="Josh
">My imputed text</IMAGE></GALLERY>
%20Names%3D%22Josh%26%23xD%3B%22%3EMy imputed text%3C%2F
This is the mess of crap its auto inserting
%26%23xD%3B%22%3E
View 1 Replies
Jan 30, 2004
I've been looking around but i couldn't find a solution for my pb..Here's what i do:
[AS]
onClipEvent (load) {
loadText = new LoadVars();
loadText.load("TEXT.htm");
loadText.onLoad = function() {
[code]....
Now my text file is like that:
myNews=<FONT COLOR="#FFFFFF"><B>This is bold 24 point text</B><P></P><P></P>blah blah</FONT>
As i could read on macromedia 's web site:Use an empty pair of <P></P> tags to insert a line break. Use two pairs to insert a line break and carriage return.But this isn't working.
View 2 Replies
Jun 8, 2006
i was mugging on this tutorial :
[Code]...
The return a.attributes.first > b.attributes.first will return what value?
View 1 Replies
Jan 8, 2010
I have an input TextField and have a KeyboardEvent.KEY_DOWN even listener on the stage to listen for the Keyboard.ENTER event. The event listener adds the entered text to an array or whatever, and then clears the TextField. The problem is that when the Enter key event fires and the TextField value is set to "", it leaves a carriage return in the TextField and the cursor positioned on the second line. WTF? I've been coding AS2 and AS3 for a LONG time and have never ran into this before.Example:
var myTextArray:Array = new Array();
stage.addEventListener(KeyboardEvent.KEY_DOWN, onKeyDown);
function onKeyDown(e:KeyboardEvent):void{
[code].....
View 7 Replies
Aug 19, 2006
How on earth do you restrict "ENTER/CARRIAGE RETURN" key ASCII 13 on input textfields?
View 5 Replies
May 27, 2009
After loading the following XML file, is there a way to count the number of attributes of the "question" node, and if possible, the number of items having the word "answer" in them? (in this case 4 should be returned, ie. answer1, answer2, answer3, answer4)
Code:
<?xml version="1.0" encoding="utf-8" ?>
<quiz>
<question text="The man went ___ the morning." answer1="at" answer2="on" answer3="in" answer4="out" correct="in" />
</quiz>
View 1 Replies
Dec 21, 2011
<leval0 layput="Menu">
<level label="s" type="level" levelid="1"/>
<level label="a" type="level" levelid="2"/>
[code].....
View 6 Replies
Jan 28, 2010
here's a painfully easy one I bet -- I'm aware of how to use EX4 to filter most pieces of the xml I need however how can I filter an XML list such as the one below to check say --- if a dog is a beagle? preferably as a Boolean.
[Code]...
View 2 Replies
Oct 22, 2010
I have XML below
<node id="id1"/><node id="id2"/>...
<edge id="eid1" fromId="id1" toId="id2"/>
<edge id="eid2" fromId="id3" toId="id1"/>
<edge id="eid3" fromId="id2" toId="id4"/>
Now I need get all edge base on nodeId,
nodeId = id1 -> eid1, eid2
nodeId = id2 -> eid1, eid3
nodeId = id3 -> eid2
nodeId = id5 -> Null
View 2 Replies
Mar 17, 2011
I want to get all xml elements (xml descendents) which have some attributes like:
<books>
<book concept="rr" author="xx"/>
<book concept="tt" />
<book concept="yy" />
<book concept="uu" author="xx"/>
</books>
I need to perform a xml descendent search for xml nodes with author attribute containing
results should be:
<book concept="rr" author="xx"/>
<book concept="uu" author="xx"/>
View 2 Replies
Nov 28, 2011
How do I get all the attributes that exist on a XML node? For example, I have the following XML:
<item id="100">
<defaults width="10" height="100" post="true">
</item>
I would like to get the names and values on the defaults node.
Here is some starter code:
if (item.defaults) {
var attributes:Object = item.defaults.@*; // found in another post
for each (var value:String in attributes) {
[Code]....
View 4 Replies
Jan 5, 2010
Problem is, whenever I try to change attributes like align or scaleMode I get the following error message:
"Access of possibly undefined property scaleMode through a reference with static type Class".
In what part of the code am I allowed to change Stage attributes?
View 4 Replies
Jan 13, 2012
I wonder if you can use the override in atributtes. If yes, how could I do this?
View 3 Replies
Apr 21, 2006
Is there anyway to get the number of attributes an xml node has.
I'm just not fond of the way you have to loop through an xml node ala [URL]
for (attr in this.childNodes[i].attributes) {
...
}
Is there nothing like childNodes[i].attributes.length?
View 2 Replies
Jan 19, 2012
In my project I have some xml I've embedded and am now parsing.
Here's an example of xml I have.
HTML Code:
<use>
<player>
<add var="health">2</add>
[Code].....
I guess I could just change the names of them in my XML but their must be a workaround. I could potentially not have control over the file and then I'd be screwed.
View 9 Replies
Nov 18, 2009
When I try to load in my xml attributes it loads in all the attribures for that node not just the Title Or Description. How do I get it to just load the Title.
Code:
var loader:URLLoader = new URLLoader();
loader.addEventListener(Event.COMPLETE, loadXML);
loader.load(new URLRequest("2152.xml"));
function loadXML(e:Event):void {
XML.ignoreWhitespace=true;
var xml=new XML(e.target.data);
[Code] .....
View 2 Replies