Re: [FlexJS] HTMLElementWrapper extending Sprite

2016-07-29 Thread Alex Harui
On 7/29/16, 4:07 PM, "Alex Harui" wrote: >Related thought, so I don't forget: It isn't clear that CSSShape and >CSSTextField which are only used in SWF implementations needed to become >HTMLElementWrappers. Or more accurately, that CSSShape, CSSSprite, and CSSTextField shouldn't wrap a Shape, S

Re: socket

2016-07-29 Thread Anton Bondarenko
Thanks guys. It was very useful. Trying to make now. 2016-07-25 10:17 GMT+04:00 OmPrakash Muppirala : > For socket servers things are a bit different. You will need to have the > flash policy file served off of a socket server itself. > > Check this link > http://www.adobe.com/devnet/flashplaye

Re: [FLEXJS, TYPEDEFS]

2016-07-29 Thread Justin Mclean
Hi, If fr any reason you want to turn off rat you can always do this: mvn -Drat.skip=true Justin

Re: [FlexJS] HTMLElementWrapper extending Sprite

2016-07-29 Thread Alex Harui
Related thought, so I don't forget: It isn't clear that CSSShape and CSSTextField which are only used in SWF implementations needed to become HTMLElementWrappers. -Alex On 7/29/16, 3:19 PM, "Alex Harui" wrote: >In order to get Application to wrap the root, I will have to do more >mucking in thi

Re: [FlexJS] HTMLElementWrapper extending Sprite

2016-07-29 Thread Alex Harui
In order to get Application to wrap the root, I will have to do more mucking in this area. I may add createElement because it lets us control what gets created as the wrapped element is a more common way. Otherwise if a subclass wants to create a different element, the superclass will have unnece

Re: [FlexJS] HTMLElementWrapper extending Sprite

2016-07-29 Thread Alex Harui
On 7/29/16, 3:41 AM, "Harbs" wrote: >Okay. I just implemented WrappedShape, WrappedSimpleButton, WrappedSprite >and WrappedTextField. I hope that helps you. > >I did not implement a createElement method because I did not see the >point. On the HTML side there’s code that’s specific to a lot of

Re: [FlexJS] HTMLElementWrapper extending Sprite

2016-07-29 Thread Harbs
Okay. I just implemented WrappedShape, WrappedSimpleButton, WrappedSprite and WrappedTextField. I hope that helps you. I did not implement a createElement method because I did not see the point. On the HTML side there’s code that’s specific to a lot of different individual elements, but on the