[GitHub] [royale-asjs] aharui commented on issue #578: Selection of DateField is not working in Contractor Setup

2019-12-04 Thread GitBox
aharui commented on issue #578: Selection of DateField is not working in 
Contractor Setup
URL: https://github.com/apache/royale-asjs/issues/578#issuecomment-561950557
 
 
   OK, I decided to investigate further.  There were some SDK behaviors the 
Masked components were depending on that I am implementing emulations for.


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 #578: Selection of DateField is not working in Contractor Setup

2019-12-04 Thread GitBox
aharui commented on issue #578: Selection of DateField is not working in 
Contractor Setup
URL: https://github.com/apache/royale-asjs/issues/578#issuecomment-561794155
 
 
   It appears that the logic in MaskedDateField and MaskedTextInput is 
corrupting the selected date.  I don't think it is an efficient use of my time 
to try to understand your logic.  If you put breakpoints on MaskedTextInput's 
updateDisplayList, you should be able to follow the corruption.  A correct 
selectedDate is formatted and passed into the MaskedTextInput's text setter.  
That calls bindable__set__text which calls updateDisplayList.handle_input 
is called and that starts the corruption of the date and eventually a new 
corrupted string is passed to the text setter.


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 #578: Selection of DateField is not working in Contractor Setup

2019-12-04 Thread GitBox
aharui commented on issue #578: Selection of DateField is not working in 
Contractor Setup
URL: https://github.com/apache/royale-asjs/issues/578#issuecomment-561774936
 
 
   The MaskedTextInput.as from Royale you linked to is not the one on the VDI.  
It still has if (false).  It is very difficult and inefficient for me to help 
you if there are these kinds of inconsistencies between your system and the one 
I am being asked to use.
   
   I will go modify MaskedTextInput and see if I can then reproduce the problem 
you are reporting.


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 #578: Selection of DateField is not working in Contractor Setup

2019-12-03 Thread GitBox
aharui commented on issue #578: Selection of DateField is not working in 
Contractor Setup
URL: https://github.com/apache/royale-asjs/issues/578#issuecomment-561510372
 
 
   Have you debugged into the version of MaskedTextInput on the VDI and 
determined if it still goes down the code path that nulls embedTextField?


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 #578: Selection of DateField is not working in Contractor Setup

2019-12-03 Thread GitBox
aharui commented on issue #578: Selection of DateField is not working in 
Contractor Setup
URL: https://github.com/apache/royale-asjs/issues/578#issuecomment-561507481
 
 
   Last time I looked, there was code in MaskedTextInput.updateDisplayList that 
nulls the embedTextField.  There is code above it that was “if (false)” which 
is strange.  Maybe someone on your team disabled an “if” statement and caused 
MaskedTextInput to always null embedTextField.  But that’s why you get an 
exception when the DateField date changes.
   
   Make sure the VDI has the latest sources.


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 #578: Selection of DateField is not working in Contractor Setup

2019-12-03 Thread GitBox
aharui commented on issue #578: Selection of DateField is not working in 
Contractor Setup
URL: https://github.com/apache/royale-asjs/issues/578#issuecomment-561416937
 
 
   On the VDI, MaskedTextInput is still throwing an exception.


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 #578: Selection of DateField is not working in Contractor Setup

2019-12-03 Thread GitBox
aharui commented on issue #578: Selection of DateField is not working in 
Contractor Setup
URL: https://github.com/apache/royale-asjs/issues/578#issuecomment-561071604
 
 
   Have you resolved the exceptions that were being thrown by MaskedTextInput?


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 #578: Selection of DateField is not working in Contractor Setup

2019-11-25 Thread GitBox
aharui commented on issue #578: Selection of DateField is not working in 
Contractor Setup
URL: https://github.com/apache/royale-asjs/issues/578#issuecomment-558467372
 
 
   The DateField seems to be working properly now, except that the 
MaskedTextInput in the MaskedDateField is throwing a null exception because 
bAdvance=true but embedTextField is null.  So you will have to figure out 
whether why your code is not accepting the change from DateField


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