[flex_india:25455] Tree inside a combobox

2009-09-23 Thread Vamsi Nagavalli
Hi all, I am having problem with a tree control inside the combobox. I have successfully inserted the tree inside the combo box but when I select an item from the tree... the event fires and sometimes it doesn't fire... Please find below the override code for get selectitem of the combobox.

[flex_india:22208] Re: Drag Canvas to a different VBox/Canvas

2009-05-12 Thread Vamsi Nagavalli
Vaibhav, I see what the problem is... The code is not entering the dragEnterHandler function this is my immediation feedback when I debug... Go to check where and why it is not entering... And quick recommendation on this... Thanks, Vamsi. Nagavalli On May 12, 3:07 pm, "Vaibhav/Steve&qu

[flex_india:22205] Re: Drag Canvas to a different VBox/Canvas

2009-05-12 Thread Vamsi Nagavalli
Vaibhav, I have noted the changes that you recommended.. I have tried it on my end... and for some reason I get an arrow with red cross when I drag the canvas... What exactly did you mean by this... the area on which you are dropping have the scrollbar Thanks, Vamsi. Nagavalli On May 12, 2

[flex_india:22201] Drag Canvas to a different VBox/Canvas

2009-05-12 Thread Vamsi Nagavalli
Hi guys, I am new this group and have been with flex for only 2 months This journey was very exiting and could do most of the work with less help Earlier I have tried to drag and drop an Map Marker( ESRI) to a different location on the Map and was successful. But now when I am tryi