Components List

2014-07-07 Thread Trevor Holman
Is there a comprehensive list of components anywhere? Trevor

Re: [Flexjs] Open Video

2014-07-07 Thread jcvfc
Hello. I'll try to write the component. I'll give you news about that. Do you have any hint of how to do that? thank you. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flexjs-Open-Video-tp7181p7196.html Sent from the Apache Flex Users mailing list archive at

Re: [Flexjs] Open Video

2014-07-07 Thread Alex Harui
You can probably start with the Image component, since I think it has many of the patterns you will need. On 7/7/14 8:28 AM, "jcvfc" wrote: >Hello. > >I'll try to write the component. I'll give you news about that. > >Do you have any hint of how to do that? > >thank you. > > > >-- >View this mes

Re: Components List

2014-07-07 Thread Alex Harui
Other than the doc? On 7/7/14 7:51 AM, "Trevor Holman" wrote: >Is there a comprehensive list of components anywhere? > >Trevor

Re: Components List

2014-07-07 Thread Trevor Holman
Yeah… On Jul 7, 2014, at 12:00 PM, Alex Harui wrote: > Other than the doc? > > On 7/7/14 7:51 AM, "Trevor Holman" wrote: > >> Is there a comprehensive list of components anywhere? >> >> Trevor >

Re: [Flexjs] Open Video

2014-07-07 Thread Peter Ent
You can check out the FlexJS Wiki pages as a place to start. https://cwiki.apache.org/confluence/display/FLEX/FlexJS Peter Ent Adobe Systems On 7/7/14 12:28 PM, "Alex Harui" wrote: >You can probably start with the Image component, since I think it has many >of the patterns you will need. > >On

Re: Components List

2014-07-07 Thread Subscriptions
not sure if it's available yet but (apache version of) tour de flex should fit your needs On 07/07/2014 18:04, Trevor Holman wrote: Yeah… On Jul 7, 2014, at 12:00 PM, Alex Harui wrote: Other than the doc? On 7/7/14 7:51 AM, "Trevor Holman" wrote: Is there a comprehensive list of comp

How can I tell if the target Drop is disabled ?

2014-07-07 Thread Irnbru
I have a simple drag and drop to data grids inside a repeater object. Some of these datagrids have drop enabled and other have not. All I want to do is trap this and dump out a trace showing enabled or disabled on the drop target, preferably with the targets ID. Any ideas ? E.G Dragged from MyAd

Re: How can I tell if the target Drop is disabled ?

2014-07-07 Thread Alex Harui
The event.target of the DragEvent should be the DG or one of its children. On 7/7/14 12:35 PM, "Irnbru" wrote: >I have a simple drag and drop to data grids inside a repeater object. >Some of >these datagrids have drop enabled and other have not. > >All I want to do is trap this and dump out a tr