[flexcoders] Tree View

2012-03-23 Thread maneeshas1989
Hii,
 How to display a tree view in flex?nodes will be in the form of + and -. Get 
the tree nodes from the external xml file.

Thanks in Advance.



Re: [flexcoders] external debugger

2012-03-23 Thread dorkie dork from dorktown
You can use MiniInspector to get that type of information.
http://code.google.com/p/flexcapacitor/source/browse/trunk/library/src/com/flexcapacitor/utils/MiniInspector.as

On Thu, Feb 9, 2012 at 5:22 AM, Wouter Schreuders wschreud...@gmail.comwrote:

 **


 well the kind of functionality I'm looking for is really for the back end
 programmers, occasionally they need to dip into the flex side of things and
 they have a lot of difficulty figuring out which class they need to work
 on(for instance you have your application, then a module, then a component
 which contains an itemrenderer which contains another itemrenderer and on
 of those has some custom component inside).

 If they can just hover their mouse over that element and it tells them
 what class it is it would help them alot.


 On 9 February 2012 07:17, Alex Harui aha...@adobe.com wrote:

 **


 FDB comes with the SDK.  It is command-line, but I use it 99% of the time
 as it is way faster than the GUI debugger in FlashBuilder for most problems
 I have to solve.



 On 2/7/12 11:06 PM, Wouter Schreuders wschreud...@gmail.com wrote:






 Hi All

 Can anyone recommend a debugger for flex that allows you to inspect and
 changed properties at runtime? Something like Flex-Spy or x-ray(for as2),
 but I'm looking for something that is not obsolete.

 Any recommendations?

 Thanks

 Wouter





 --
 Alex Harui
 Flex SDK Team
 Adobe Systems, Inc.
 http://blogs.adobe.com/aharui


  



[flexcoders] Native sqlit supprt

2012-03-23 Thread saurabh rawat
Hi, Can we access sqlite database from android from the action 
script.Rgds,Saurabh

       The ultimate test of a 
relationship is to disagree but to hold hands...       
  

[flexcoders] Component controls

2012-03-23 Thread Davidson, Jerry
I want to change the visible property to a control in a component.
Where would I do that?  It doesn't seem to work in a script tag at the
top of the component and I don't know how to reach that control from a
script elsewhere.

 

I have an app with an input form (state 1).  When you click a button on
it, various computations happen and the result form is displayed (state
2).

 

I want to either hide or display  a control depending on the data from
the computation.  It is a label.  The value in the text field (bound
from a VO) next to it is what I use to make that decision. 

 

 

Jerry