I have data returned from a database into an arraycollection. Are there any examples around to help me use this with a tree component please? My googling (I...
Matt, a few questions to you re Flex 3...... can you confirm something to us mere mortals ? Is it Flex 3 or Flex Builder 3 ? From what i understand, Flex...
... package ... <MyClass xmlns="*" xmlns:mx="http://www.adobe.com/2006/mxml" ... </MyClass> Compiles fine with a recent Flex 3 SDK, but you do get a funny...
... Yes. There's a new version of the core Flex libraries (Flex version 3). There's a new version of the IDE (Flex Builder version 3). The SDK/core libraries...
You could either use the data property every UIComponent has or subclass the LinkButton and add the additional property. Cheers r. ... -- Ralf Bokelberg...
Ralf Bokelberg
ralf.bokelberg@...
Oct 1, 2007 10:34 am
89089
Thanks Ralf - I will give that a go.. I did get it working using the following but what you suggest sounds like a better solution private function...
I managed to implemented the functionality by listening for itemEditBeginning events: I mananged got hold of my current row in my dataprovider by calling: var...
... Not true. Flash Media Server is still Flash Media Server. It is not in any way shape or form dead. Live Cycle Data Services (LCDS) is the new name for Flex...
Hi there, I know, there are tons of posts in the archive about numeric sort with Data Grids and an Array Collection as Data Provider. But I couldn't find an...
I am playing around with all available ways to achieve this. It's a good time to ask - in order to deploy an application with cf flash remoting to a production...
Hi All, In my mxml page am using the SuperTabNavigator, can help me how to use the supertabnavigator that displays the tabs in the panel with closable option....
Tom Preet
tomtpreet@...
Oct 1, 2007 11:46 am
89097
hi, I am using php for database connection. when i give an request to the server the following error comes up. [RPC Fault faultString="Error #1085: The element...
hi, i am new to flex . i have two more components(canvas or panel or textarea ) in my single flex application. i have script inside multiple child dynamic...
I made some progress on my 'filtering hierarchical data' issue. Using a 'GroupingCollection' and calling 'refresh' on it whenever the text in the search box...
hi, i am new to flex . i have two more components(canvas or panel or textarea ) in my single flex application. i have script inside multiple child dynamic...
Hello all, how you doing ^^ I want to get the month we are by number. Can some one explain me why is flex saying the Month we are is 9 (Setpember) day 1 ? ...
Flex 3 is the SDK, core framework, overall initiative, etc. Flex Builder 3 is the IDE. Both are improved. We are now sim-shipping on both Mac and Win so they...
The docs on the date class <http://livedocs.adobe.com/flex/2/langref/Date.html#month> state that the month is zero based 0 = jan 1= feb ... 9=oct Scott...
because January is month 0. Nancy Gill Adobe Community Expert Author: Dreamweaver 8 e-book for the DMX Zone Co-Author: Dreamweaver MX: Instant Troubleshooter...
Thanks Tracy Sorry I didn't think I had hijacked any thread - I was under the impression I had started this thread. Perhaps there was an identical one going on...
It could just be yahoo, but the yahoo tree tacked this thread onto the end of "actionscript class in Flex project". But did you see my getRepeaterItem()...
Your call is an update call, but is it returning someithig to Flex anyway? On all HTTPService calls, I have the backend wrap my data in a status node, and for...