Re: [FlexJS] Issue with DropDownList if it's child of org.apache.flex.core.View

2016-09-30 Thread Alex Harui
Sounds like a bug. Please file a bug with a simple test case. -Alex On 9/30/16, 1:58 PM, "OK" wrote: >Hi, >if I use org.apache.flex.core.View as root class of an outsourced sub >component that contains a DropDownList I notice that the DropDownList >doesn't show its

[FlexJS] Issue with DropDownList if it's child of org.apache.flex.core.View

2016-09-30 Thread OK
Hi, if I use org.apache.flex.core.View as root class of an outsourced sub component that contains a DropDownList I notice that the DropDownList doesn't show its populated items after clicking on it. After some investigation I found that replacing the org.apache.flex.core.View by

Re: Drag and drop on Mac OS Sierra

2016-09-30 Thread Josh Tynjala
I had the same issue in one of my AIR apps, but it was fixed when I upgraded my app to AIR 23. I think this affects AIR's NativeDragManager specifically. Flex obviously can't use that in Flash Player, but in an AIR app, the Flex DragManager will delegate to the NativeDragManager. - Josh On Thu,

Re: Load External File

2016-09-30 Thread Lane
Works like a charm. Thanks. Lane. -Original Message- From: Alex Harui Sent: Thursday, September 29, 2016 6:39 PM To: users@flex.apache.org Subject: Re: Load External File For FlexJS, HTTPService has a send() method. You would set the url property before calling send(). HTH,

Re: Drag and drop on Mac OS Sierra

2016-09-30 Thread npem
The Drag & Drop examples on the Tour De Flex Website: http://flex.apache.org/tourdeflex/index.html work fine. I'm running Sierra 10.12 Phil. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Drag-and-drop-on-Mac-OS-Sierra-tp13691p13692.html Sent from the Apache