On 2/22/17, 10:59 AM, "PKumar" wrote:
>As suggested, I am planning to create one class for handling the
>rgisterClassAlias related code. This class will hold array of VO class &
>alias name that need to register for AMF de-serialization. I will call
>registerClassAlias on same array before call
Try to follow how we make our SWCs and put your custom component in a SWC.
Try copying the HTML5 folder as a starting point.
HTH,
-Alex
On 2/22/17, 9:58 PM, "PKumar" wrote:
>Yes, I am using it at application level.
>Will it be available at Library project? Please clarify.
>
>On 23-Feb-2017 2
Yes, I am using it at application level.
Will it be available at Library project? Please clarify.
On 23-Feb-2017 2:24 AM, "Peter Ent [via Apache Flex Users]" <
ml-node+s246n14723...@n4.nabble.com> wrote:
The WrappedHTMLElement is only available when compiling with COMPILE::JS
blocks which a
The WrappedHTMLElement is only available when compiling with COMPILE::JS
blocks which are available within the FlexJS framework projects.
Are you trying to build this at the application level?
Regards,
Peter Ent
Adobe Systems/Apache Flex Project
On 2/22/17, 1:50 PM, "PKumar" wrote:
>I wrote fo
As suggested, I am planning to create one class for handling the
rgisterClassAlias related code. This class will hold array of VO class &
alias name that need to register for AMF de-serialization. I will call
registerClassAlias on same array before calling blazeDS call.
Regards,
Prashant
-
I wrote following code:
override protected function createElement():IFlexJSElement
{
element = document.createElement('input') as
WrappedHTMLElement;
element.setAttribute('type', 'file');
element.className = '