You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/01/23 05:45:00 UTC

[GitHub] [royale-asjs] pashminakazi opened a new issue #693: NumericStepper Issues

pashminakazi opened a new issue #693: NumericStepper Issues
URL: https://github.com/apache/royale-asjs/issues/693
 
 
   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to Feasibility from Select in Menu
   Go to Main Category Type from Setups in Menu
   File : com/dbz/modules/FS/dbzMainCategoryTypeSetup.mxml
   
   There's a numericStepper in this setup
   In flex when we gave any value to numericStepper from 1 to etc
   On saving this condition is checked
   else if(usedSeqNo != "0" && usedSeqNo != ""){
   		 Alert.show("Sequence number already exist");
   		 return;
    } 
   In flex on for value in NumericStepper usedSeqNo = 0 then this condition will be false and record saved successfully,but in Royale usedSeqNo is 1 instead of zero.So, for every value the alert is printed that Sequence number already exist.
   And one other problem is with saved records,if record 1 is saved with numericStepper 5 and ,if record 2 is saved with numericStepper 10,when i click all previous saved records there numericStepper is showing 10
   
   For better understanding :
   Flex vs Royale Video : 
   ![NumericStepper](https://user-images.githubusercontent.com/42200979/72959772-5745be80-3dcd-11ea-9264-f12541b18ed2.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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] aharui closed issue #693: NumericStepper Issues

Posted by GitBox <gi...@apache.org>.
aharui closed issue #693: NumericStepper Issues
URL: https://github.com/apache/royale-asjs/issues/693
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services