To simulate a border around the rectangular region inside a chart, you can use axisRenderers. This example draws a dark green border inside the axis labels. ...
Patrick just type the text and it works, remember that in the MXML you have the utf-8 in the definition of xml It's the same happens for us brazilians that has...
Matze you just do to set as null. Than you can use the removeChildAt(yoursComponent,numChildren -1); Regards. ... -- ... Igor Costa www.igorcosta.com...
Steve Nope you don't have to create 2 or 3 types of version, you just be more reusable as possible just setting the width and height size for percentage. Due...
Dj 1. How do I get the length of my UITextField, not 100% - that's just plain silly AN: <mx:text id="test"/> <mx:script> import mx.controls.TextField; public...
Using the for example public function swap():void { yourComponent.addChildAt(this,numChildren+1); } So it will put in the top of level. regards. ... -- ... ...
Just go to the Flex_SDK folder there has a subfolder called lib Regards. ... -- ... Igor Costa www.igorcosta.com...
57712
{reduxdj}
dj@...
Dec 1, 2006 9:47 am
Igor, the the values are already encoded for amfphp remoting, sending the strings directly back from php makes them say [UTF String] with no value. so I...
Take a read here http://aspalliance.com/736_Windows_Communication_Foundation_Steroids_for_your_Enterprise_ServiceOriented_Architecture_Part_I Regards. ... -- ...
... http://thefalken.livejournal.com/31865.html ... The AS2 one from sourceforge works perfectly well -- Tom Chiverton Helping to adaptively industrialize...
rowIndex refers to the index of the item in the viewable area within the datagrid; not as the docs say the index of the item in the dataprovider. ... From:...
57717
Sergey Kovalyov
skovalyov.flexcoders@...
Dec 1, 2006 10:44 am
Hi All! How to make truncateToFit working with multiline Text? Sergey....
Hi all I want to copy a xml file from clickboard to an TextArea. Can the textArea autorender the text into XML format ? like specify a particular color for...
I have a similar problem. I can upload a particular file just fine on my local dev environment, but same code running on the production server, with the same...
Does any body know why the use of a blendmode can result into a Player Crash?? /*******************************************************************/ ...
I am trying to load images into my display object and began with this simple example taken directly from the Help system. Why is it giving me the error...
How do I set the selected value of a combobox to that of the data returned from the database record?...
57725
Sergey Kovalyov
skovalyov.flexcoders@...
Dec 1, 2006 1:05 pm
Hi All! Is there any constant that contains "Client.Error.RequestTimeout" string value in framework classes? Actually it's the value of fault.faultCode in...