Re: [flexcoders] AIR - Content resize according window

2012-01-19 Thread Isabelle Loyer Perso

[flexcoders] Tree drag-drop function

2012-01-19 Thread steveroger_flex
hello all, there is one single tree component in my application. XML is dataprovider of that tree. e.g node name=Cars id=1 isparent=true node name=Audi id=2 isparent=true node name=A4 id=3 isparent=false/ node name=A6 id=4 isparent=false/ /node node name=Mercedes id=5 isparent=true node

Re: [flexcoders] AIR - Content resize according window

2012-01-19 Thread Isabelle Loyer Perso

[flexcoders] Re: Tree drag-drop function

2012-01-19 Thread steveroger_flex
actually what i want to implement is like : When drapDrop event complete, i want XML value of both nodes (source target) in variables. Then I will show dialog box having some options instructions (e.g You wanna Move node OR Copy node to target). Depend on user selection, do the operation.

[flexcoders] Problem with data tip in the chart swf dynamically loaded in parent application

2012-01-19 Thread amit_kulk44
Hello everyone, datatips of Linechart are placed in the wrong coordinates. If a datatip is supposed to be show according to mouse pointer coordinate of the Linechart.

[flexcoders] can't get Tooltips and Drag and Drop to play nice

2012-01-19 Thread Pruitt, Byron S
When I perform a Drag n Drop on one of my components I get my tool tip. I have implemented a custom tooltip using Adobe's example (the one with the Panel). Using the DragManager.isDragging in a couple of spots I can prevent the creation of my custom tool tip, but it defaults to creating the

Re: [flexcoders] Re: Flex alternatives

2012-01-19 Thread Dave Glasser
I'll use what I've always used. Visual SlickEdit and Apache ant. And from what I've heard, FlashDevelop (http://www.flashdevelop.org), which is mature, robust, free and open source, is also pretty good. From: Ron G rgri...@sinclairoil.com To:

[flexcoders] ADG Get All Items Under An Open Node

2012-01-19 Thread Angelo Anolin
My ADG has 3 levels of grouping: Building   Level     Room # i.e. Engineering Building   Level 1   Level 2   Level 3     Room A       50 students       25 students Accounting Building   Level 1     Room D       10 students       8 students     Room C       5 students How can I loop through

[flexcoders] odd crossdomain.xml problem

2012-01-19 Thread flexwdw
So, I have a situation where my app swf is separate from my stylesheet swf. I use styleManager.loadStyleDeclartions to do this. In some situations we have, my app swf actually lives on a different domain than my stylesheet swf. We have a crossdomain file setup on both domains for this, and

Re: [flexcoders] odd crossdomain.xml problem

2012-01-19 Thread Alex Harui
Are you setting the SecurityDomain parameter in loadStyleDeclarations? On 1/19/12 8:06 PM, flexwdw flex...@yahoo.com wrote: So, I have a situation where my app swf is separate from my stylesheet swf. I use styleManager.loadStyleDeclartions to do this. In some situations we have, my app