[Flex JS] Flex SDK Installer always get stuck at "Finish uncompressing"

2017-08-28 Thread m_awais
Hi,

I am trying to install Apache Flex JS 0.8.0 from
apache-flex-sdk-installer-3.2.0-bin. I have already installed Apache Flex
SDK 4.16.0 + AIR 23.0 + Flash Player 23 from same installer and there was no
issue.

I tried to install the Apache Flex JS 0.8.0 from the same installer, and it
get stuck at "Finish Uncompressing". It stuck there for while, i thought the
installation was completed successfully. But when i check installer log it
states :


#Installer version 3.2.0 (windows)
#Using Locale: en_US
#Fetched the SDK download mirror URL from the CGI.
#SDK version Apache FlexJS 0.8.0
#AIR version 23.0
#Flash Player version 23.0
#Creating Apache FlexJS home
#Creating temporary directory
#Downloading Apache FlexJS
from:http://www-us.apache.org/dist/flex/flexjs/0.8.0/binaries/apache-flex-flexjs-0.8.0-bin.zip
#Verifying Apache FlexJS MD5 Signature
#The Apache FlexJS MD5 Signature of the downloaded files matches the
reference. The file is valid.
#Uncompressing: C:\Flex Js\temp\apache-flex-flexjs-0.8.0-bin.zip
#Finished uncompressing: C:\Flex Js\temp\apache-flex-flexjs-0.8.0-bin.zip
#Error #1009

#Installation aborted


I changed the internet connection, to see if there was some issue with
connection. But even after changing the connection, still no success. I
tried fresh installation several times, every times it get stuck at "Finish
Uncompressing".

Thanks in advance!

Regards






--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/Flex-JS-Flex-SDK-Installer-always-get-stuck-at-Finish-uncompressing-tp63989.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [Flex JS] Flex SDK Installer always get stuck at "Finish uncompressing"

2017-08-29 Thread m_awais
Alex,

Thank you very much for your reply.

It seems that problem was JAVA_HOME variable. After setting this variable
installation completed successfully.

Regards



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/Flex-JS-Flex-SDK-Installer-always-get-stuck-at-Finish-uncompressing-tp63989p64010.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


[Flex JS] Adobe flash builder 4.7 gives "Internal error" when trying to create Flex JS projec

2017-08-31 Thread m_awais
Hi,

I am trying to create Flex JS project in Adobe flash builder 4.7. It gives
"An internal build error has occured. See the error log for more
information". Error in error log states : "Uncaught exception in compiler 
com.adobe.flexbuilder.project". Also it's not generating any file in
bin-debug folder.

The above stated problem only occurs, when trying to create a project by
targeting FLEX JS 0.8.0 SDK. However, flash builder doesn't produce any
error when project is created by targeting Flex 4.16.0 Sdk.

Thanks in advance.

Regards



--
Sent from: http://apache-flex-development.247.n4.nabble.com/


Re: [Flex JS] Adobe flash builder 4.7 gives "Internal error" when trying to create Flex JS projec

2017-08-31 Thread m_awais
piotrz,

Thank you for your reply.

I followed the steps mentioned in the first link you mentioned. But no
success.
Let me try moonshine ide, it might work for me.


Regards



--
Sent from: http://apache-flex-development.247.n4.nabble.com/


[Flex JS] Adobe substitute

2017-09-11 Thread m_awais
Hi,

I am trying to create the simple login form using Flex JS, like following
GUI created using adobe flex.
 

Flash builder has generated the following code for above UI.


http://ns.adobe.com/mxml/2009"; 
   xmlns:s="library://ns.adobe.com/flex/spark" 
   xmlns:mx="library://ns.adobe.com/flex/mx" 
minWidth="955"
minHeight="600">















I succeeded to create the following GUI in JS Flex

 

Code for above GUI is



http://ns.adobe.com/mxml/2009";
xmlns:js = "library://ns.apache.org/flexjs/express"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:basic="library://ns.apache.org/flexjs/basic">

















I want to enclose JS Flex GUI in a panel like first GUI which i shared. I
used Flex JS group and containers but unfortunately those tags were not
working for me. Another option was to create layouts using beads and strands
which i think is not fair for simple GUI. *Is there any substitute of adobe
 in JS FLex?*

Thanks in advance.

Regards




--
Sent from: http://apache-flex-development.247.n4.nabble.com/


Re: [Flex JS] Adobe substitute

2017-09-12 Thread m_awais
Thank you All for help.

Regards



--
Sent from: http://apache-flex-development.247.n4.nabble.com/


[FLEX JS] How to import mx.managers.PopUpManager?

2017-09-12 Thread m_awais
Hi,

I am trying to import mx.managers.PopUpManager in my flex JS project mxml
file. I tried different import statements but none of them worked.

xmlns:mx="library://ns.apache.org/flex/mx"  in  tag

import org.apache.flex.mx.managers.PopUpManager; in  tag

Is there anything additional i am missing, or my import syntax is wrong?

Thanks!






--
Sent from: http://apache-flex-development.247.n4.nabble.com/


Re: [FLEX JS] How to import mx.managers.PopUpManager?

2017-09-12 Thread m_awais
Thank you all for reply.

pkumar thanks for the link. I tried to use the imports from that link. My
application gives error on

"import views.PopUpView" and states : Definition views.PopUpView could'nt be
found.

Also it showing "xmlns:ns1" keywords in red. I verified the path is correct.

Any ideas?

Thanks!



--
Sent from: http://apache-flex-development.247.n4.nabble.com/


Re: [FLEX JS] How to import mx.managers.PopUpManager?

2017-09-12 Thread m_awais
Hi,

I was wondering is there any official FLEX JS website, that states all the
details of classes and packages FLEX JS currently have. Like Apache Flex
Website https://flex.apache.org/asdoc/ which lists all the packages and
classes of apache flex and their details.

I know one website https://cwiki.apache.org/confluence/display/FLEX/FlexJS
it only lists the introduction to all components.

Thanks.



--
Sent from: http://apache-flex-development.247.n4.nabble.com/


Re: [FLEX JS] How to import mx.managers.PopUpManager?

2017-09-13 Thread m_awais
Piotr,

It was really helpful. Covers almost whole JS.

Thanks!



--
Sent from: http://apache-flex-development.247.n4.nabble.com/