[GitHub] [royale-asjs] pashminakazi commented on issue #661: ColorPicker is not working

2020-01-07 Thread GitBox
pashminakazi commented on issue #661: ColorPicker is not working
URL: https://github.com/apache/royale-asjs/issues/661#issuecomment-571927630
 
 
   ColorPickerExample is not working
   File : https://paste.apache.org/8m7va
   
![image](https://user-images.githubusercontent.com/42200979/71958852-19646a00-3213-11ea-8b2f-82323f783043.png)
   


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] yishayw edited a comment on issue #661: ColorPicker is not working

2020-01-07 Thread GitBox
yishayw edited a comment on issue #661: ColorPicker is not working
URL: https://github.com/apache/royale-asjs/issues/661#issuecomment-571924281
 
 
   We have a Basic ColorPicker in examples. It can probably be used as a basic 
for emulation components.


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] yishayw commented on issue #661: ColorPicker is not working

2020-01-07 Thread GitBox
yishayw commented on issue #661: ColorPicker is not working
URL: https://github.com/apache/royale-asjs/issues/661#issuecomment-571924281
 
 
   We have a Basic ColorPicker in examples.


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 opened a new issue #661: ColorPicker is not working

2020-01-07 Thread GitBox
pashminakazi opened a new issue #661: ColorPicker is not working
URL: https://github.com/apache/royale-asjs/issues/661
 
 
   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to Purchase from Select in Menu
   Go to Purchase -> Requisition Types from Setups in Menu
   File : com/dbz/modules/PUR/dbzPurchaseRequSetup.mxml
   
   In Royale
   
![image](https://user-images.githubusercontent.com/42200979/71957662-321f5080-3210-11ea-8c71-4749a767386d.png)
   
   In Royale
   
![image](https://user-images.githubusercontent.com/42200979/71957678-3a778b80-3210-11ea-8a22-a99ec486e766.png)
   


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] yishayw commented on issue #656: Drop down does not show real text BUT [object Object]

2020-01-07 Thread GitBox
yishayw commented on issue #656:  Drop down does not show real text BUT [object 
Object]
URL: https://github.com/apache/royale-asjs/issues/656#issuecomment-571921212
 
 
   Oops, I was running the wrong example. I can reproduce it 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] T-San001 commented on issue #656: Drop down does not show real text BUT [object Object]

2020-01-07 Thread GitBox
T-San001 commented on issue #656:  Drop down does not show real text BUT 
[object Object]
URL: https://github.com/apache/royale-asjs/issues/656#issuecomment-571906754
 
 
   Yishay, thank.
   
   I changed as advised, however, no change in the output.


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] yishayw commented on issue #656: Drop down does not show real text BUT [object Object]

2020-01-07 Thread GitBox
yishayw commented on issue #656:  Drop down does not show real text BUT [object 
Object]
URL: https://github.com/apache/royale-asjs/issues/656#issuecomment-571901986
 
 
   Try changing 
   
   "config": "royale",
   
   to
   
   "config": "flex",
   
   
   This should tell the compiler to use the emulation components.


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] aharui closed issue #660: EmailValidator is not validating Email Address

2020-01-07 Thread GitBox
aharui closed issue #660: EmailValidator is not validating Email Address
URL: https://github.com/apache/royale-asjs/issues/660
 
 
   


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] aharui commented on issue #659: Invalid Date in Setup

2020-01-07 Thread GitBox
aharui commented on issue #659: Invalid Date in Setup
URL: https://github.com/apache/royale-asjs/issues/659#issuecomment-571771378
 
 
   In MaskedTextInput's handleInput, the call to updateDisplayList should 
probably be outside the for loop.  There may be other issues besides that, but 
that calling updateDisplayList inside the loop is certainly causing problems.


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 commented on issue #657: Maven doesn't produce binary executables (jar)

2020-01-07 Thread GitBox
carlosrovira commented on issue #657: Maven doesn't produce binary executables 
(jar)
URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571757806
 
 
   Hi @heitara you should be able to build from maven directly from the 3 
repositories. You need to follow this:
   
   https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
   
   we worked recently to simplify it greatly
   
   
   
   


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 commented on issue #657: Maven doesn't produce binary executables (jar)

2020-01-07 Thread GitBox
carlosrovira commented on issue #657: Maven doesn't produce binary executables 
(jar)
URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571757160
 
 
   IntelliJ supports Maven too. Eclipse and VSCode through plugins...
   Maven is widely supported with IDEs in general


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] piotrzarzycki21 edited a comment on issue #657: Maven doesn't produce binary executables (jar)

2020-01-07 Thread GitBox
piotrzarzycki21 edited a comment on issue #657: Maven doesn't produce binary 
executables (jar)
URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571732676
 
 
   > @piotrzarzycki21 I had problems building royal successfully with maven 
from the .zip downloaded straight from apache royal site 
(`apache-royale-0.9.6-src.zip`) (https://royale.apache.org/source-code/) The 
problem is that the themes can't be build because of missing dependency 
(airglobal:swc:20 or something similar) . I had made a minor tweak to the root 
`pom.xml` in `royale-asjs` which fixes this issue.
   > ` apache-maven-release 
http://repository.jspresso.org/maven2/  MVN repo 
`
   > Another thing that I faced - Maven runs out of memory (maybe I have to 
configure JVM).
   > 
   > I've been using MacOS Catalina with Java 1.8 and Apache Maven 3.6.3
   > 
   > About maven and IDE-s supporting it - Then probably IntelliJ would be a 
good match, because it supports maven. I'm using IntelliJ to build 
AIR/Flash/Flex projects and it would be nice to be able to stick with it when 
using Royal.
   
   If you wanted to build SDK itself I recommend you to checkout all 
repositories and do 
[build](https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven).
 Could you shed some light and tell us what are you trying to achieve in 
general?  


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] piotrzarzycki21 commented on issue #657: Maven doesn't produce binary executables (jar)

2020-01-07 Thread GitBox
piotrzarzycki21 commented on issue #657: Maven doesn't produce binary 
executables (jar)
URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571732676
 
 
   > @piotrzarzycki21 I had problems building royal successfully with maven 
from the .zip downloaded straight from apache royal site 
(`apache-royale-0.9.6-src.zip`) (https://royale.apache.org/source-code/) The 
problem is that the themes can't be build because of missing dependency 
(airglobal:swc:20 or something similar) . I had made a minor tweak to the root 
`pom.xml` in `royale-asjs` which fixes this issue.
   > ` apache-maven-release 
http://repository.jspresso.org/maven2/  MVN repo 
`
   > Another thing that I faced - Maven runs out of memory (maybe I have to 
configure JVM).
   > 
   > I've been using MacOS Catalina with Java 1.8 and Apache Maven 3.6.3
   > 
   > About maven and IDE-s supporting it - Then probably IntelliJ would be a 
good match, because it supports maven. I'm using IntelliJ to build 
AIR/Flash/Flex projects and it would be nice to be able to stick with it when 
using Royal.
   
   If you wanted to build SDK itself I recommend you to checkout all 
repositories and do 
[build](https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven).
 Could shed some light and tell us what are you trying to achieve in general?  


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] heitara commented on issue #657: Maven doesn't produce binary executables (jar)

2020-01-07 Thread GitBox
heitara commented on issue #657: Maven doesn't produce binary executables (jar)
URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571730052
 
 
   @piotrzarzycki21 I had problems building royal successfully with maven from 
the .zip downloaded straight from apache royal site 
(`apache-royale-0.9.6-src.zip`) (https://royale.apache.org/source-code/) The 
problem is that the themes can't be build because of missing dependency 
(airglobal:swc:20 or something similar) . I had made a minor tweak to the root 
`pom.xml` in `royale-asjs` which fixes this issue.
   `
 apache-maven-release
 http://repository.jspresso.org/maven2/
  MVN repo
   `
   Another thing that I faced - Maven runs out of memory (maybe I have to 
configure JVM).
   
   I've been using MacOS Catalina with Java 1.8 and Apache Maven 3.6.3 
   
   About maven and IDE-s supporting it - Then probably IntelliJ would be a good 
match, because it supports maven. I'm using IntelliJ to build AIR/Flash/Flex 
projects and it would be nice to be able to stick with it when using Royal.
   


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] piotrzarzycki21 edited a comment on issue #657: Maven doesn't produce binary executables (jar)

2020-01-07 Thread GitBox
piotrzarzycki21 edited a comment on issue #657: Maven doesn't produce binary 
executables (jar)
URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571723394
 
 
   > Hopefully someday the newer IDEs will support Maven projects directly.
   
   Moonshine supports Maven, you can run command from IDE and create predefined 
commands. 


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] piotrzarzycki21 commented on issue #657: Maven doesn't produce binary executables (jar)

2020-01-07 Thread GitBox
piotrzarzycki21 commented on issue #657: Maven doesn't produce binary 
executables (jar)
URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571723394
 
 
   > Hopefully someday the newer IDEs will support Maven projects directly.
   
   Moonshine supports Maven, you can run command form IDE and predefined some 
commands. 


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] aharui commented on issue #657: Maven doesn't produce binary executables (jar)

2020-01-07 Thread GitBox
aharui commented on issue #657: Maven doesn't produce binary executables (jar)
URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571721615
 
 
   Hopefully someday the newer IDEs will support Maven projects directly.


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] aharui closed issue #652: ADG focus should be on last saved record

2020-01-07 Thread GitBox
aharui closed issue #652: ADG focus should be on last saved record
URL: https://github.com/apache/royale-asjs/issues/652
 
 
   


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] piotrzarzycki21 edited a comment on issue #657: Maven doesn't produce binary executables (jar)

2020-01-07 Thread GitBox
piotrzarzycki21 edited a comment on issue #657: Maven doesn't produce binary 
executables (jar)
URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571714238
 
 
   > I think the problem here is that you expect to use `mxmlc` directly. ANT 
build is just to use with IDEs like VSCode or Moonshine, so the tool use it to 
give you code intelligence. But for your own builds, you must switch from 
trying to use mxmlc to use mvn install based on a pom.xml
   
   As a user of Royale SDK which I have downloaded from website or Nightly 
build from our Jenkins I have following options:
   1) Build my application using Moonshine IDE or VSCode using downloaded SDK
   2) Build my application by Apache Ant using build.xml script file prepared 
for application using downloaded SDK
   3) Build my application using Apache Maven, where I don't need downloaded 
SDK cause all required dependencies will be downloaded from central repository 
based on my pom.xml file .
   
   All options above produce exactly the same application as output.
   
   As a Royale SDK developer which wanted to build whole framework, cause I 
would like to add new feature to it etc. I have following options:
   1) I can build framework using Apache Maven - all pom.xml files are in place 
and instruction is in our documentation how to do that
   2) I can build framework using Apache Ant - all build.xml files are in place 
as well
   
   Additionally as a user currently I can produce distribution version of SDK. 
As other mention Maven unfortunately do not produce fully good version. Last 
time when I was checking what was produced (about 1 year ago) - I was able to 
use produced SDK in IDE - and intellisence worked, but I was not able to build 
my application using produced SDK. 



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] piotrzarzycki21 commented on issue #657: Maven doesn't produce binary executables (jar)

2020-01-07 Thread GitBox
piotrzarzycki21 commented on issue #657: Maven doesn't produce binary 
executables (jar)
URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571714238
 
 
   > I think the problem here is that you expect to use `mxmlc` directly. ANT 
build is just to use with IDEs like VSCode or Moonshine, so the tool use it to 
give you code intelligence. But for your own builds, you must switch from 
trying to use mxmlc to use mvn install based on a pom.xml
   
   As a user of Royale SDK which I have downloaded from website or Nightly 
build from our Jenkins I have following options:
   1) Build my application using Moonshine IDE or VSCode using downloaded SDK
   2) Build my application by Apache Ant using build.xml script file prepared 
for application using downloaded SDK
   3) Build my application using Apache Maven, where I don't need downloaded 
SDK cause all required dependencies will be downloaded from central repository 
based on my pom.xml file .
   
   As a Royale SDK developer which wanted to build whole framework, cause I 
would like to add new feature to it etc. I have following options:
   1) I can build framework using Apache Maven - all pom.xml files are in place 
and instruction is in our documentation how to do that
   2) I can build framework using Apache Ant - all build.xml files are in place 
as well
   
   Additionally as a user currently I can produce distribution version of SDK. 
As other mention Maven unfortunately do not produce fully good version. Last 
time when I was checking what was produced (about 1 year ago) - I was able to 
use produced SDK in IDE - and intellisence worked, but I was not able to build 
my application using produced SDK. 



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 commented on issue #657: Maven doesn't produce binary executables (jar)

2020-01-07 Thread GitBox
carlosrovira commented on issue #657: Maven doesn't produce binary executables 
(jar)
URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571709970
 
 
   I think the problem here is that you expect to use `mxmlc` directly. ANT 
build is just to use with IDEs like VSCode or Moonshine, so the tool use it to 
give you code intelligence. But for your own builds, you must switch from 
trying to use mxmlc to use mvn install based on a pom.xml


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 commented on issue #657: Maven doesn't produce binary executables (jar)

2020-01-07 Thread GitBox
carlosrovira commented on issue #657: Maven doesn't produce binary executables 
(jar)
URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571708585
 
 
   about maven build: You normally use `mvn install` in a folder where you have 
a pom.xml. That pom.xml is the project object model that describes your project.
   
   You can try that for example with Tour de Jewe here: 
https://github.com/apache/royale-asjs/blob/develop/examples/royale/TourDeJewel
   
   From terminal command window just make `mvn install`. That will create the 
compilation in `target` folder.
   
   If you want to create a project in just a command with maven use this: 
   
   https://github.com/apache/royale-asjs/wiki/Create-Royale-project-with-Maven
   


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 commented on issue #657: Maven doesn't produce binary executables (jar)

2020-01-07 Thread GitBox
carlosrovira commented on issue #657: Maven doesn't produce binary executables 
(jar)
URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571706527
 
 
   Hi @heitara, I use this sh on Mac. Depending on you OS, you can transform 
accordingly:
   
   https://gist.github.com/carlosrovira/200753108de263fa43e80d3228213509


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] heitara commented on issue #657: Maven doesn't produce binary executables (jar)

2020-01-07 Thread GitBox
heitara commented on issue #657: Maven doesn't produce binary executables (jar)
URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571703823
 
 
   @carlosrovira could you share your ANT workaround, so I can try to extend 
the Maven script? Please use my email.


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] heitara commented on issue #657: Maven doesn't produce binary executables (jar)

2020-01-07 Thread GitBox
heitara commented on issue #657: Maven doesn't produce binary executables (jar)
URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571703118
 
 
   I would expect one of the following solutions:
   - run a command (shell/batch file) that will create a distributional binary 
(a folder all the things, which someone gets when using npm) that can be used 
with any IDE or from CLI (simiral to what we have with current AIR [32.0.* at 
the moment]  version)
   - run an ant script with the same result
   - run maven with special argument(s) with the same result as above
   As far as I can understand - if I build with ant (haven't tried that bit 
yet) then I'll get the missing jars and everything will be fine to be able to 
used Apache Royal from the CLI. 
   I believe customizing the mxmlc is not good option. Maybe we can create a 
new version like mxmlc_mvn or similar. 
   


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] aharui commented on issue #657: Maven doesn't produce binary executables (jar)

2020-01-07 Thread GitBox
aharui commented on issue #657: Maven doesn't produce binary executables (jar)
URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571684798
 
 
   When we say "distribution" that means setting up the folder structure 
expected by most IDEs, but I think it could be much easier to allow a simple 
compilation from the command line.  Although some might argue that if you are 
using Maven you should be setting up Maven projects for everything and not just 
use the command-line.  I think that's why we have the archetype project:  to 
make it easier to setup a Maven project.
   
   It would be interesting to see if a volunteer could make a copy of the 
js/bin/mxmlc and modify it to work with a Maven build.  The two things that 
first come to mind would be overriding class paths to point at the jars in the 
local repo, and coming up with a default set of compiler options.  The Ant 
builds use frameworks/royale-config.xml and similar configs.  There might be 
other issues.
   


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 commented on issue #657: Maven doesn't produce binary executables (jar)

2020-01-07 Thread GitBox
carlosrovira commented on issue #657: Maven doesn't produce binary executables 
(jar)
URL: https://github.com/apache/royale-asjs/issues/657#issuecomment-571654653
 
 
   Hi @heitara,
   
   thanks for report this issue. Currently Maven build need to fix distribution 
target, so we can build a valid SDK for IDEs with Maven. We currently do this 
final step with ANT. I have this in my TODO list to work with @chrisdutz at 
some time (hopefully soon). Is this the problem you're reporting?
   
   Thanks!


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 commented on issue #648: Tasks to Reach 1.0

2020-01-07 Thread GitBox
carlosrovira commented on issue #648: Tasks to Reach 1.0
URL: https://github.com/apache/royale-asjs/issues/648#issuecomment-571647691
 
 
   Hi @maimoy thanks for express your points. Very appreciated.
   
   I think the current contributors are giving options: Ant, Maven, npm, 
asconfigc, Moonshine IDE,... I use to concentrate in particular in Maven, but 
others try to focus in other build systems. I think we need the help of 
community (like you) to get all possible configs for different examples and 
code working in our flavors. It's the only way to get all working in all 
different options. For NPM I think 0.9.6 has an issue. Moonshine IDE has a 
workaround for it, and the solution can be found in our mailing list.
   
   About Real-Time: Are you talking about RTMP protocol? We still don't have 
that protocol support. I saw JS implementations but I'm afraid very few people 
has requested that to this time. So I don't see this coming soon unless someone 
wants to make this real and contract someone to do it. For now AMF is the only 
web orb protocol supported, and you should be able to use it without problem.
   
   Thanks!
   
   


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] yishayw commented on issue #656: Drop down does not show real text BUT [object Object]

2020-01-07 Thread GitBox
yishayw commented on issue #656:  Drop down does not show real text BUT [object 
Object]
URL: https://github.com/apache/royale-asjs/issues/656#issuecomment-571635010
 
 
   This is working for me. Are you using the nightly build?


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 #652: ADG focus should be on last saved record

2020-01-07 Thread GitBox
pashminakazi commented on issue #652: ADG focus should be on last saved record
URL: https://github.com/apache/royale-asjs/issues/652#issuecomment-571544304
 
 
   Selection is of 2 records
   
https://mail.google.com/mail/u/0/#sent/QgrcJHrnvDdmKTHTZmzThSrmSSKWtDKXtzB?projector=1


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 opened a new issue #652: ADG focus should be on last saved record

2020-01-07 Thread GitBox
pashminakazi opened a new issue #652: ADG focus should be on last saved record
URL: https://github.com/apache/royale-asjs/issues/652
 
 
   In many Setups there is no focus on any record.
   Focus should be on last saved record.
   
   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to Fixed Asset from Select in Menu
   Go to Reporting Levels ->  Region from Setups in Menu
   File : com/dbz/modules/FA/dbzRptLvl1Setup.mxml
   
   ![Rptlevel focus 
issue](https://user-images.githubusercontent.com/42200979/71711296-1daf1280-2e22-11ea-9566-158de912bd5a.gif)
   


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 opened a new issue #660: EmailValidator is not validating Email Address

2020-01-07 Thread GitBox
pashminakazi opened a new issue #660: EmailValidator is not validating Email 
Address
URL: https://github.com/apache/royale-asjs/issues/660
 
 
   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to Import from Select in Menu
   Go to Import -> Clearing Agent from Setups in Menu
   File : com/dbz/modules/IMP/dbzClearingAgentSetup.mxml
   
   
   In Flex:
   ![EmailValidator in 
flex](https://user-images.githubusercontent.com/42200979/71885473-43a72080-315c-11ea-8de1-addb22400c32.gif)
   
   In Royale: 
   ![EmailValidator in 
Royale](https://user-images.githubusercontent.com/42200979/71885496-47d33e00-315c-11ea-856c-9188cd771bb2.gif)
   


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] aharui closed issue #646: mx:Tree is not working

2020-01-07 Thread GitBox
aharui closed issue #646: mx:Tree is not working 
URL: https://github.com/apache/royale-asjs/issues/646
 
 
   


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 #659: Invalid Date in Setup

2020-01-07 Thread GitBox
pashminakazi commented on issue #659: Invalid Date in Setup
URL: https://github.com/apache/royale-asjs/issues/659#issuecomment-571502857
 
 
   Date is undefined "NaN",Date button is also missing
   
   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to Purchase from Select in Menu
   Go to Products -> Rates - Date Wise from Setups in Menu
   File : com/dbz/modules/PUR/dbzDateWisePrdRateSetup.mxml
   
   In Royale
   
![image](https://user-images.githubusercontent.com/42200979/71883339-0fc9fc00-3158-11ea-9105-5dd362849384.png)
   
   In Flex
   
![image](https://user-images.githubusercontent.com/42200979/71883485-5ddeff80-3158-11ea-84c1-e0d5892d2d31.png)
   
![image](https://user-images.githubusercontent.com/42200979/71883541-73ecc000-3158-11ea-8824-bf817cbe4e77.png)
   
   


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