[GitHub] [royale-asjs] aharui commented on issue #755: Binding function is called after the static function in component

2020-03-12 Thread GitBox
aharui commented on issue #755: Binding function is called after the static 
function in component
URL: https://github.com/apache/royale-asjs/issues/755#issuecomment-598552401
 
 
   I looked into the 4 calls.  It looks like "correct" behavior.  One of the 
inefficiencies in the test case is that the XMLListCollection's source is set 3 
times:
   1) set to null in the app's constructor to initialize jobListXmlCollection
   2) set to null to "unset" the XMLListAdapter from set in the app's 
constructor
   3) set to the actual final XMLList.
   
   Then, given that VGroup is used as the top tag in StateImageItem, 
ContainerDataBinding is running which evaluates data before it is set by the 
binding in the wrapping MXADGIR.
   And then it gets set one final time with the right value.
   
   It could improve performance to not initialize jobListXmlCollection and 
create the final XMLListCollection in the creationComplete handler.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [royale-asjs] brianraymes commented on issue #708: File Upload not working in Royale

2020-03-12 Thread GitBox
brianraymes commented on issue #708: File Upload not working in Royale
URL: https://github.com/apache/royale-asjs/issues/708#issuecomment-598411034
 
 
   @yishayw The change made does now include "multipart/form-data", but is 
still rejected by Apache Commons FileUpload as the boundary parameter is 
required according to the RFC. I'm not sure how the original Flex was doing 
this, but this is how I was using it:
   
   ```
   var header:URLRequestHeader = new URLRequestHeader("Content-type", 
"multipart/form-data; boundary=" + UploadPostHelper.getBoundary());
   uploadURL.requestHeaders.push(header);
   ```
   
   How can I add my own headers and or change the HTTP method?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [royale-compiler] carlosrovira merged pull request #121: - Bumped the version of the downloader-maven-plugin to avoid problems…

2020-03-12 Thread GitBox
carlosrovira merged pull request #121: - Bumped the version of the 
downloader-maven-plugin to avoid problems…
URL: https://github.com/apache/royale-compiler/pull/121
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [royale-typedefs] carlosrovira merged pull request #4: Fixed some problems with newer maven versions

2020-03-12 Thread GitBox
carlosrovira merged pull request #4: Fixed some problems with newer maven 
versions
URL: https://github.com/apache/royale-typedefs/pull/4
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [royale-asjs] carlosrovira merged pull request #756: Fixed some problems with newer maven versions and fine-tuned the distribution assemblies

2020-03-12 Thread GitBox
carlosrovira merged pull request #756: Fixed some problems with newer maven 
versions and fine-tuned the distribution assemblies
URL: https://github.com/apache/royale-asjs/pull/756
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [royale-compiler] chrisdutz opened a new pull request #121: - Bumped the version of the downloader-maven-plugin to avoid problems…

2020-03-12 Thread GitBox
chrisdutz opened a new pull request #121: - Bumped the version of the 
downloader-maven-plugin to avoid problems…
URL: https://github.com/apache/royale-compiler/pull/121
 
 
   … with newer maven versions.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [royale-typedefs] chrisdutz opened a new pull request #4: Fixed some problems with newer maven versions

2020-03-12 Thread GitBox
chrisdutz opened a new pull request #4: Fixed some problems with newer maven 
versions
URL: https://github.com/apache/royale-typedefs/pull/4
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [royale-asjs] chrisdutz opened a new pull request #756: Fixed some problems with newer maven versions and fine-tuned the distribution assemblies

2020-03-12 Thread GitBox
chrisdutz opened a new pull request #756: Fixed some problems with newer maven 
versions and fine-tuned the distribution assemblies
URL: https://github.com/apache/royale-asjs/pull/756
 
 
   The distribution still referenced flash resources in the config files, which 
made VSCode complain. I split up the configuration into two versions: One with 
SWF and one without. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [royale-asjs] pashminakazi commented on issue #708: File Upload not working in Royale

2020-03-12 Thread GitBox
pashminakazi commented on issue #708: File Upload not working in Royale
URL: https://github.com/apache/royale-asjs/issues/708#issuecomment-598067431
 
 
   @yishayw Send me your Email Address i will send you VDI credentials with 
Detail of setup that which file is used for attachment in which Setup
   Please i need your help on this issue its very urgent


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [royale-asjs] pashminakazi closed issue #750: PopUpManager.removePopUp is throwing Exception

2020-03-12 Thread GitBox
pashminakazi closed issue #750: PopUpManager.removePopUp is throwing Exception
URL: https://github.com/apache/royale-asjs/issues/750
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [royale-asjs] pashminakazi commented on issue #752: s:TextInput ValueCommit Function is not triggered

2020-03-12 Thread GitBox
pashminakazi commented on issue #752: s:TextInput ValueCommit Function is not 
triggered
URL: https://github.com/apache/royale-asjs/issues/752#issuecomment-598045256
 
 
   @aharui Thank u so much its working fine now


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [royale-asjs] pashminakazi commented on issue #750: PopUpManager.removePopUp is throwing Exception

2020-03-12 Thread GitBox
pashminakazi commented on issue #750: PopUpManager.removePopUp is throwing 
Exception
URL: https://github.com/apache/royale-asjs/issues/750#issuecomment-598045232
 
 
   @aharui Thank u so much its working fine now


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [royale-asjs] pashminakazi commented on issue #708: File Upload not working in Royale

2020-03-12 Thread GitBox
pashminakazi commented on issue #708: File Upload not working in Royale
URL: https://github.com/apache/royale-asjs/issues/708#issuecomment-598036341
 
 
   @yishayw No its not working before and after.Please make Attachment working


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services