I am getting a number of spurious warnings in my CS开发者_运维技巧S files within my Flex project.Any way to tweak which warnings are displayed in Eclipse like I do with Java?This should point you in t
I have 3 pages view, HomeView ViewPg02 ViewPg03 In HomeView, has a List control and when user select an item it will goes to ViewPg02
I have stuck at the point where i need to pass a selected item of a comboBox as a paramet开发者_高级运维er to a HttpService.Can someone tell me how to do this.Try the following code below
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
The requirement is: there is a XML doc i recived from HttpService tag in flex.I need to populate a combobox with the ids content in xml doc.
Following is a .mxml code that should run behind URL http://localhost:8084/HelloWorld/index.jsp: <?xml version=\"1.0\" encoding=\"utf-8\"?>
Fac开发者_开发知识库ing one problem with Flex builder \"Refreshing workspace\" and \"Building workspace\"over and over... Am wasting almost 10min on every build. running FB 3 on my win 7 , 64 bit , 3
I have an application which loads modules. These modules could be developed by third parties. So to make it easier for them, I would like to develop an API so they know which functions they can call a
I\'ve written code that enables DisplayObjects to be fully manipulated under two touch points (drag, scale, rotate).
ho开发者_StackOverflow中文版w to create new window(same application duplicate) in Air Project. Any one Help thanks.Use mx:Window, and take your code out of mx:WindowedApplication and put it into a reu