[flexcoders] How to access URLFilePromise drop location

2011-11-07 Thread Greg Hess
Hi All, Searched high and low, seems strange... but I cant seem to find anyway to access the drop location of a URLFilePromise used in a native drag and drop operation. Does anyone know how to access the drop location or confirm that it is not possible? Any help much appreciated, Greg

Re: [flexcoders] Mapping/Image in Flex

2011-11-07 Thread Venkat M
Thank you. What if it is not a map?. Say for example I have a car image, when I hover over the tires, I should get the info about tires similarly all the parts. then how do I do with mapping? Any help would be greatly appreciated. Thanks!   Cheers, Venkat.     >_

[flexcoders] Errors during build - ASDoc Configuration

2011-11-07 Thread Merrill, Jason
Both my co-worker and I get this message on every other build in debug mode. It's strange, it doesn't happen every time, just every OTHER time we run in Debug mode. Errors occurred during the build. Errors running builder 'Integrated External Tool Builder' on project 'KPL-R v4'. The file

[flexcoders] Draggable Spark Panel with scrollable text area?

2011-11-07 Thread method_air
How can I make this panel draggable, yet still maintain TextArea scrollability? protected function mouseDownHandler(event:MouseEvent):void { (event.currentTarget as UIComponent).startDrag(); } protected function mouseUpHandler(e

[flexcoders] Re: code out of sync with flash builder

2011-11-07 Thread Wouter Schreuders
Has anyone at least run into this problem before? I've had it on three different machines. On 3 November 2011 10:29, Wouter Schreuders wrote: > Hi All > > I'm continually running into this problem. When I debug my code flash > builder intermittently show's me the previous build. It's super frust

[flexcoders] opening another Window in Flex for commenting on data entered in TextArea compon

2011-11-07 Thread mike_j95
I have a TitleWindow which has some TextArea components where end users(using the application) will enter data to answer some questions. A reviewer needs to comment on the entered answers. The reviewer comments would be stored in a MySQL database using ColdFusion as the middle tier. Later, the e

[flexcoders] opening another Window in Flex for commenting on data entered in TextArea components

2011-11-07 Thread Mike J
I have a TitleWindow which has some TextArea components where end users(using the application) will enter data to answer some questions. A reviewer needs to comment on the entered answers. The reviewer comments would be stored in a MySQL database using ColdFusion as the middle tier. Later, the

RE: [flexcoders] Draggable Spark Panel with scrollable text area?

2011-11-07 Thread Philip Smith
http://code.google.com/p/force-explorer/source/browse/trunk/Flex/Explorer/src/components/DraggablePanel.as?r=8 To: flexcoders@yahoogroups.com From: loudj...@hotmail.com Date: Mon, 7 Nov 2011 22:14:15 + Subject: [flexcoders] Draggable Spark Panel with scrollable text area?