Thank You Peter. It's a shame for me that i didn't know that. I'll use all of these tools. And i'm waiting for Flex 2. Thank You one more time. ... debug ... ...
Hi Jeremy, Hey, I installed Subclipse plug in and configured Flex Builder 2.0 with SVN repository. It works great! Thanks again for the right pointer.... ...
Hi, Consider the situation in which you have a basic web host, no PHP/ASP/CF/JSP/PL/CGI services available, and want to remotely access an XML document such as...
I'm trying to get the hibernate adapter to work with fds by testing out 2 tables from my database. The two tables represent the make and model of a car. ...
... Depends, most of the time you can't patent software. It only cause trouble look at the crap about the ActiveX control with IE. -- Yours, Weyert de Boer...
What can be done one way with Flex can be done a hundred other ways with Flex. Why even care? It's a scripting, player oriented paradigm. Why even bother? ...
... (Disclaimer: IANAL) If you create a revolutionary new component, then yes. It has nothing to do with Flex - your patent would be independent of the...
I have a application that uses view states. One state has an accordion component. A button on one panel of this component takes me to a new state (completely...
... Looks like the Accordion's 'focusManager' property is becoming null. The runtime error is a bug. As a workaround, try setting the focus to something else...
Hi, Adobe says they want a rich 3rd party componenty community. I have one question; Is Adobe going to give developers a road map of their framework ?...
Thank you for the tip Manish. ... Might help if you post to the RIA India list. http://groups.yahoo.com/group/ria-india/ Manish -- Flexcoders Mailing List FAQ:...
I've spent 3 years learning the MX 2004 / 8 v2 component framework, and it makes sense to me... most of it. I never cared for the DataSet and binding classes,...
Jesse, In a nutshell that is all I meant. No disrespect to Adobe or Macormedia. Developers need tools just like the tools they are giving all their clients. As...
I am unclear on how you can convert a regular DisplayObject hierarchy (like a Chart) into a BitmapData object that you can then encode into a .jpg. Has anyone...
In Flex 1.5 I had this: Parent DesignView[0].addEventListener("selectionChanged", mx.utils.Delegate.create(this, valueChanged)) function valueChanged(event) { ...
Banging my head against the wall on this one and I can't figure out how I'm doing this wrong.....I want to try and make a custom series that extends BarSeries...
... What part of your code are you not sure about? If it's this part, basically you don't need Delegate.create() anymore in Flex 2.0 and so just pass...
Hi Jonathan. That's a tough question to answer without more information. Otherwise, this would answer your question: Public class MyBarSeries extends BarSeries...
Hi Tom. You can create your own BitmapData object, then blit the chart into it using the BitmapData.draw function (pass the chart as the first parameter). Ely ...
Well I'm a step ahead now with your line of code, as dumb as it seems....I was overkilling it and had every function declared in BarSeries and was implementing...
Not sure if somebody already responded - I just deleted my newest (flexcoders) mail without really looking at it... and I must add the disclaimer that I'm ...
Though I can get FileReference.upload() talking to my server to get files uploaded, what I'd like to do is get some sort of token returned by the server that...