Forgive me if I'm using the wrong words to reference...
I have an .mxml file which as additional namespaces...
xmlns:Products = "[path].*">
Which I then included and appear as:
hbo...
I am just starting my way in flex and do not understand what I am supposed to put in for the server settings for coldfusion in Flex Builder.
For Server Technology:
Applicatoin server type:...
I have a vBox in which I have a label and a button. How can I align these so that they are next to each other? Right now they are aligned left and one on top of the other. Like this:
LABEL...
I want to print pdfs from my flex application deployed in the web, the application have datagrids, pictures text, diferent type of containers.
I'm using a couple of components so it may help to show the hierarchy:
Application
--> Main Custom Component (canvas)
------> Custom Component (Title Window)
I need to access the prop...
I need to pass the below expression to get each line st1, st2, etc and then get all the parameters like stroke, stroke-linecap in an array
This is an empty AIR application:
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
</mx:WindowedApplication>
...
Hi experts,
Quick question regarding custom event dispatching in Flex 3.
I have an AS class ("Main") that is a code behind for the base application tag. I have a bunch of different Light...
Let's say I have a string variable called myString which contains three words delimited by a newline character ('\n'):
Jane
John
Doe
When I try to do this:
var arr:Array = myStrin...
Hey all i am having the hardest time trying to figure out how to load an HTML page inside a flex app. I am using HTTPService in order to call the URL. However, when i run the app it shows noth...
I need to display data in a data grid using flex as shown in the image,can any one help how i need to approach.
Why does the flex debug file size keep changing quite dramatically ? What information does the debug version of swf hold ?
Can we do soemthing to keep the size at minimum ? I have noticed m...
I have to add a button to a mxml file within the flex application. My code snippet is below. Button does not display. What could the reasons be?
How can I be certain that FB3 compiles ...
From within the code section of flex I need to use the address of a server inside a string. I would like this address to be stored in an external file so I don't need to recompile when changed...
I have a custome popup which works great however I would like the same effect as the Alert.Show when I open it. Meaning I would like the area around the popup to be blurry and shaded.
How can...
hello experts
I know than flex has a css "missing image" : If the image could not be found, then a default image is displayed instread.
But I do not remember the exact name of that proerty...
I have a function that validates a field as listed below:
private function validateCountry(country:String):Boolean
{
for (var i:int=0; i<dataProvider.length; i++){
if (c...
I have two form items (myTitle & myCaption) on top of each other with the exact same width set, but they aren't lined up. I have also attached a screenshot.
I have a data grid in flex where I read data form an externalsource and then the user needs to modify and add superscript/subscript to the text
I want to pass a parameter to a coldfusion page using flex. I have a page that previously accepted a url variable but i want to alter it to accept a parameter from flex. Attached is my current...
Hi,
I have a small doubt on working with GC Object cleaning.I have developed a sample application(Main.mxml) which has navigation tab container with 4 tabs and each tab has it own action ...
I have a problem with a script that I am modifying, I am taking a star rating script and converting it to a volume control for a media player I am creating. I have link to script below so code...