Re: [FlexJS] PopUp implementation

2013-10-24 Thread Alex Harui
On 10/24/13 10:56 AM, "Sharma, Pratyoosh" wrote: > > >Tabcatcher is for catching the tab key & distributing focus to the popup >children rather than the background stuff, it's a more vanity thing but I >need it for something I am trying to do. OK, that's what I was going to guess. I would to s

RE: [FlexJS] PopUp implementation

2013-10-24 Thread Sharma, Pratyoosh
guments against it, Thoughts > >It would be great if this code atleast is added to some experimental >components folders until it can be refactored & standardized. > >I will most probably work on tabcatcher, tooltip & callout classes next... > > >Thanks, >Pratyo

Re: [FlexJS] PopUp implementation

2013-10-24 Thread Alex Harui
;It would be great if this code atleast is added to some experimental >components folders until it can be refactored & standardized. > >I will most probably work on tabcatcher, tooltip & callout classes next... > > >Thanks, >Pratyoosh >-Original Message-

Re: [FlexJS] PopUp implementation

2013-10-24 Thread Peter Ent
it, Thoughts > >It would be great if this code atleast is added to some experimental >components folders until it can be refactored & standardized. > >I will most probably work on tabcatcher, tooltip & callout classes next... > > >Thanks, >Pratyoosh >-Origin

RE: [FlexJS] PopUp implementation

2013-10-24 Thread Sharma, Pratyoosh
standardized. I will most probably work on tabcatcher, tooltip & callout classes next... Thanks, Pratyoosh -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, October 24, 2013 1:56 AM To: dev@flex.apache.org Subject: Re: [FlexJS] PopUp implementation Hi Pratyoosh,

Re: [FlexJS] PopUp implementation

2013-10-23 Thread Alex Harui
Hi Pratyoosh, Thanks for attending the FlexJS Webinar. I'm not sure I addressed all of your questions so feel free to start discussion on the mailing list. Now that I'm done with the webinar I can continue this discussion. On 10/22/13 2:48 PM, "Sharma, Pratyoosh" wrote: >Thanks for your resp

RE: [FlexJS] PopUp implementation

2013-10-22 Thread Sharma, Pratyoosh
& ExtJS are good reference, I am tempted to choose subclassing but again I haven't though much of arguments against it. Thoughts Thanks, Pratyoosh -Original Message- From: Peter Ent [mailto:p...@adobe.com] Sent: Tuesday, October 22, 2013 10:34 AM To: dev@flex.apache.org S

Re: [FlexJS] PopUp implementation

2013-10-22 Thread Peter Ent
Yes, thanks Pratyoosh for looking into this and helping out! I could imagine someone wanting to make a custom pop-up by doing something like: Š (but maybe in ActionScript) so having popup-ability be a good would be a good thing. But a lot of controls wouldn't make sens

Re: [FlexJS] PopUp implementation

2013-10-21 Thread Alex Harui
Hi Pratyoosh, Thanks for working on this stuff, especially the modal and dragging beads. I got a chance to look through your popup class. It looks pretty good to me, especially for those who are used to the current Flex SDKs' PopUpManager. I did wonder whether PopUp should inherit from Panel.

Re: [FlexJS] PopUp implementation

2013-10-21 Thread Alex Harui
Hi Pratyoosh, I will take a look this evening. Thanks, -Alex On 10/21/13 1:46 PM, "Sharma, Pratyoosh" wrote: >Made updates for a popup implementation, it supports arbitrary popup >content similar to flex. > >Example >var demoPopUp:PopUp = >PopUp.createPopUp(PopupContent