Correct format?? I am just returning an object[] public object[] GetData() { ArrayList list = new ArrayList(); list.Add("string1"); list.Add("string2"); ...
Dear Everyone, I have two ".Java" files , but unfortunately I can't compile them . If you can , would you please compile them ".Class" ? Thanks indeed. Ahmed....
Dear all, maybe I am simply do not see the crucial point but I have a small problem. In a form the users can enter some dates via <mx:DateField id="compBop"...
Look up the dateFormatter class (mx.formatters.DateFormatter). In your format function, create an instance of it and supply it with the format string...
You need to download the free jdk to compile it. http://java.sun.com/j2se/1.5.0/download.jsp and get "JDK 5.0 Update 4 includes the JVM technology" Chris -- ...
Ahmed, Your posts are increasingly asking people to do your work for you - clearly from your previous emails you have a deadline on a technology (or ...
Hi all, how should a custom event be used in subclasses? I have a custom event specified in the prototype of an AS class, say ScrollSelectList. Now I want to...
hi to all, i have this question, i have 3 AMF that return an array of ActionScript class 1° COLOR[] 2° SIZE[] 3° WEIGHT[] this is my goal: tree COLOR RED...
There have been clamours from the .Net developer fold for Macromedia to make flex as native to .NET platform as well as it is with the java platform. What do...
Hi! The following thing is my problem: At the moment I've a repeater which repeats custom components (.mxml files). But I want to access them separately to...
Can i change the background alpha for a panel and an accordion header? The flex style explorer example doesn't show how to do it but it has nice transparent ...
Davis, What I usually do is to set a function that accept those variables as arguments and then build the treeNodes with the information, when any of them...
... Let me see if I understand you right: 1. You have a class A, which declares an event E. I presume this is how the event is declared: Event("E") class A {...
Actually you do, they are still taking the product out for a few more test spins before it goes fully mainstream (which i will watch with a keen eye aswell...
some ideas for the HDividedBox and VDividedBox http://www.joangarnet.com/blog/archives/2005/07/release_v2_fram_1.php Philippe Maegerman ... **STATEMENT OF...
I have implemented Command Pattern in ActionScript to perform operations on server as given in book "Developing Rich Clients with Macromedia Flex". I want to...
Then, I think the price of Flex will go down... :) Just realize the Flex will ultimately support a much broader range of both back-end OS's/app servers and...
Ok guys, so w/ Brian's suggestion I was able to get the compiler to recognize the namespaces w/o changing the initial structure. I'm more than halfway there,...
... I'd actually be *very* surprised to see this. There was a Flash Player written in Java a long time ago that supported swf version 2. It was horrendously...
Tracy, Can you please create a sample mxml file reproducing this case? I will also try to reproduce at my end and co-ordinate Flash Player team to get it...
Still waiting for ideas on an approach, but I thought I'd set up the problem a little better: ... app.mxml ... app.as appTest.as ... test1.mxml ... ...
Hey guys, thanks matt for helping me w/ that packaging problem, it worked. As it turned out, it didn't' like the xmlns="*". Where is the archive of this...