|
Hi everyone,
I apologize for making my first question not the hard-hitting code-related question I was hoping for, so I apologize if this question is out of bounds of SO:
I'd like to get started with Adobe Flex development. I've seen that there's been...
Started by hmans on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://www.psyked.co.uk/adobe/flex/talking-about-flex-gumbo-new-features.htm
I don't know resources out there focus on....
Declarative graphics Unit testing, Network monitor If you don't need any of these, Flex 3 is the clear choice.
|
|
Is there are component in Flex where we can display the data in table format.
http://code.google.com/p/flex-table/
I did not like the look and feel, any other components.
Answer Snippets (Read the full thread at stackoverflow):
The "data in table that, Grid , and flex-table don't ....
If you try the flex-table, let us know how well it works for you.
Otherwise, I think you've answered your own question.
The Grid component in the Flex SDK does tabular layout.
|
|
Is there an easy way of converting a Actionscript 3 project to a Flex project in Flex Builder? When i right click on the project and hover "Flex Project Nature", all options are greyed out
Started by finpingvin on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You are best served by creating an empty Flex project and adding the AS3 source to it -- drag and drop the....
Template html).
An AS3 project will lack quite a few of Flex project settings (e.g.
I haven't seen anything like that in FB3.
|
Ask your Facebook Friends
|
I want to add some hidden field in Flex and send to the server
please tell me the solution ?
Started by Tushar Ahirrao on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
What do you use to send it to server currently? I'm using flex, to send data to server I may use 2.
|
|
How would you make the contents of Flex RIA applications accessible to Google, so that Google can index the content and shows links to the right items in your Flex RIA. Consider a online shop, created in Flex, where the offered items shall be indexed ...
Started by Yaba on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
"Ted On Flex" has good information about with the Flash, Flex or Silverlight application, preferably in such a way that the application starts Stweart had to cancel his ....
Page, then using an XSLT transform to render it using Flex.
|
|
Has anyone heard of a library to achieve such an effect in flex apps ?
Otherwise it just be a simple panel with some skinning, fading effect and a timer.
Started by coulix on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
It should give....
This flex component looks decent for flex growl like notifications
I wrote://www.blog.tylerchesley.org/2009/08/08/bark-growl-like-notifications-for-flex/
the as3notificationlib .
Check out as3growl.
|
|
Hmmmm... It appears that charts are only available through the Flex SDK that comes built-in with Flex Builder. This is a problem, since I want to use Flex 3.3, and Flex Builder came with 3.2.
Eclipse is also ticking me off, and I prefer to use a different...
Started by Aethex on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
You can download the Data Visualization components from the Adobe website at the bottom of the page, look for "... .
If you have a FB license unit testing of Flex apps.
The charts are only available with the professional Flex Builder plugin.
|
|
In Flex there is the ViewStack component. Does C# have a similar control?
If so, which? If not, how do you create similar behavior?
Started by MysticEarth on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
However to get similar behaviour I would simply create a new UserControl for each item in the... .
No, there is no standard control that provides the same behaviour .
You will probably have to play with the Visible property .
I don't think it exists natively.
|
|
From what I understand a framework reduces complexity in areas that are common, like a log-in system. I use ASP.NET MVC at work and have done some work in Zend Framework but do not get how a framework helps with client side development. The reason ASP...
Started by Todd Moses on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
In all honesty the only....
Like 99miles PureMVC.
I use PureMVC (which is an MVC-framework for Flex) for my larger applications.
As far as Flex frameworks, I personally like .
Might be suitable for one project but not another.
|
|
Hello All,
I am a ASP.NET web developer who wants to learn Flex and Actionscript. I want to first learn how to develop web applications using Flex without having to pay for Flex Builder. From what I have researched so far there is a way to get Flex working...
Started by AbeP on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
FlashDeveloper is good, or try the Flex Builder for some 60 days.
I don't think there is a free eclipse based Flex plugin, so enough features to get started.
Should be enough for you to get started.
|