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/02/11 06:35:03 UTC

[GitHub] [royale-asjs] pashminakazi opened a new issue #712: PickList is having same record on both sides

pashminakazi opened a new issue #712: PickList is having same record on both sides
URL: https://github.com/apache/royale-asjs/issues/712
 
 
   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to Retail Inspection from Select in Menu
   Go to Particulars Setup from Setups in Menu
   File : com/dbz/modules/RI/dbzParticularsSetup.mxml
   
   When i open Conditions PickList,Active radioButton is selected but there is no record in Picklist
   ![image](https://user-images.githubusercontent.com/42200979/74215012-6f6c7780-4cc1-11ea-90bf-8a642b15ac1d.png)
   then i have to select All radio button and then Active so the records are shown in Picklist.
   ![image](https://user-images.githubusercontent.com/42200979/74215013-6f6c7780-4cc1-11ea-9739-dc01d3d67a1f.png)
   
   
   Other issue is that
   if i double click on 00003 code from left side and it is removed from left side and added into right side and then my Cursor is on 00004 Code now then i double Click on 00004 but the Code added on right side is 00003 not 00004 and 00004 is not removed from right side.There should be only one occurrence of Every Code on left or right side
   For better understanding i am sending a video
   ![List of picklist](https://user-images.githubusercontent.com/42200979/74215304-73e56000-4cc2-11ea-85e8-fefc046b3c65.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] pashminakazi commented on issue #712: PickList is having same record on both sides

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #712: PickList is having same record on both sides
URL: https://github.com/apache/royale-asjs/issues/712#issuecomment-586633752
 
 
   @aharui Thanks now RadioButton issue is resolved but ADG.selectedItem is not changing,

----------------------------------------------------------------
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 #712: PickList is having same record on both sides

Posted by GitBox <gi...@apache.org>.
aharui closed issue #712: PickList is having same record on both sides
URL: https://github.com/apache/royale-asjs/issues/712
 
 
   

----------------------------------------------------------------
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 commented on issue #712: PickList is having same record on both sides

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #712: PickList is having same record on both sides
URL: https://github.com/apache/royale-asjs/issues/712#issuecomment-589801555
 
 
   Flex seems to set selectedIndex to -1 when the selectedItem is removed, so I have emulated that. The ADG should then show nothing selected

----------------------------------------------------------------
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] pashminakazi commented on issue #712: PickList is having same record on both sides

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #712: PickList is having same record on both sides
URL: https://github.com/apache/royale-asjs/issues/712#issuecomment-586675369
 
 
   When some module is not shown in menu please select sales or inventory
   module then all modules will be shown in menu
   
   On Sun, Feb 16, 2020, 6:07 AM aharui <no...@github.com> wrote:
   
   > On the VDI, the Retail Inspection is not in the Select menu so I cannot
   > investigate further.
   >
   > Did you verify that there were no exceptions thrown?
   >
   > —
   > You are receiving this because you modified the open/close state.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/royale-asjs/issues/712?email_source=notifications&email_token=AKB67EZQ7DQDSTZSXH2VIL3RDCGTJA5CNFSM4KS3D5Y2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL324GY#issuecomment-586657307>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AKB67E2DY6HPJYHAQ5MKS7LRDCGTJANCNFSM4KS3D5YQ>
   > .
   >
   

----------------------------------------------------------------
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] pashminakazi commented on issue #712: PickList is having same record on both sides

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #712: PickList is having same record on both sides
URL: https://github.com/apache/royale-asjs/issues/712#issuecomment-586185769
 
 
   ADG.selectedIndex is same
   Example : double click on 3rd row of ADG it will be removed from left side grid and added to the right side grid,On left side grid its selectedIndex was 2,after removal of that element from left side grid another element will take place on 2nd index,but it should change the selectedItem.
   it is not changing the selectedItem.

----------------------------------------------------------------
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 #712: PickList is having same record on both sides

Posted by GitBox <gi...@apache.org>.
aharui closed issue #712: PickList is having same record on both sides
URL: https://github.com/apache/royale-asjs/issues/712
 
 
   

----------------------------------------------------------------
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] pashminakazi opened a new issue #712: PickList is having same record on both sides

Posted by GitBox <gi...@apache.org>.
pashminakazi opened a new issue #712: PickList is having same record on both sides
URL: https://github.com/apache/royale-asjs/issues/712
 
 
   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to Retail Inspection from Select in Menu
   Go to Particulars Setup from Setups in Menu
   File : com/dbz/modules/RI/dbzParticularsSetup.mxml
   
   When i open Conditions PickList,Active radioButton is selected but there is no record in Picklist
   ![image](https://user-images.githubusercontent.com/42200979/74215012-6f6c7780-4cc1-11ea-90bf-8a642b15ac1d.png)
   then i have to select All radio button and then Active so the records are shown in Picklist.
   ![image](https://user-images.githubusercontent.com/42200979/74215013-6f6c7780-4cc1-11ea-9739-dc01d3d67a1f.png)
   
   
   Other issue is that
   if i double click on 00003 code from left side and it is removed from left side and added into right side and then my Cursor is on 00004 Code now then i double Click on 00004 but the Code added on right side is 00003 not 00004 and 00004 is not removed from right side.There should be only one occurrence of Every Code on left or right side
   For better understanding i am sending a video
   ![List of picklist](https://user-images.githubusercontent.com/42200979/74215304-73e56000-4cc2-11ea-85e8-fefc046b3c65.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] pashminakazi commented on issue #712: PickList is having same record on both sides

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #712: PickList is having same record on both sides
URL: https://github.com/apache/royale-asjs/issues/712#issuecomment-586180299
 
 
   Still issue RadioButtonGroup.selectedValue is null when by default Active radioButton is selected.

----------------------------------------------------------------
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 commented on issue #712: PickList is having same record on both sides

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #712: PickList is having same record on both sides
URL: https://github.com/apache/royale-asjs/issues/712#issuecomment-586541307
 
 
   I didn't fix ADG.selectedIndex earlier.  This really should have been filed as two separate issues.
   
   ADG.selectedIndex should be fixed in 7ad6a08caf5c678ac0580531c1bb360e31608c5b
   I found out the radio button issue is about MX RadioButton and that should now be fixed in 6cc82c4fac3ba353ce14c8f12373ba05f121c639

----------------------------------------------------------------
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 commented on issue #712: PickList is having same record on both sides

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #712: PickList is having same record on both sides
URL: https://github.com/apache/royale-asjs/issues/712#issuecomment-586657307
 
 
   On the VDI, the Retail Inspection is not in the Select menu so I cannot investigate further.
   
   Did you verify that there were no exceptions thrown?

----------------------------------------------------------------
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 commented on issue #712: PickList is having same record on both sides

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #712: PickList is having same record on both sides
URL: https://github.com/apache/royale-asjs/issues/712#issuecomment-589504326
 
 
   Your code is relying on ADG.selectedItems, not selectedItem.

----------------------------------------------------------------
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] pashminakazi commented on issue #712: PickList is having same record on both sides

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #712: PickList is having same record on both sides
URL: https://github.com/apache/royale-asjs/issues/712#issuecomment-586634567
 
 
   And after change in RadioButtonGroup every Picklist with radiobutton is overlapped like :
   ![image](https://user-images.githubusercontent.com/42200979/74594201-3d5a6d00-5055-11ea-8a8c-960a88bacd71.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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] aharui commented on issue #712: PickList is having same record on both sides

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #712: PickList is having same record on both sides
URL: https://github.com/apache/royale-asjs/issues/712#issuecomment-585929743
 
 
   Verify selectedIndex/Item after remove item

----------------------------------------------------------------
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 commented on issue #712: PickList is having same record on both sides

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #712: PickList is having same record on both sides
URL: https://github.com/apache/royale-asjs/issues/712#issuecomment-585928957
 
 
   Verify RadioButtonGroup.selectedValue is properly set on init.

----------------------------------------------------------------
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] pashminakazi commented on issue #712: PickList is having same record on both sides

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #712: PickList is having same record on both sides
URL: https://github.com/apache/royale-asjs/issues/712#issuecomment-586839991
 
 
   VDI is working Now
   
   On Sun, Feb 16, 2020 at 1:45 PM aharui <no...@github.com> wrote:
   
   > The VDI is not working again. I can't log in. I tried Sales earlier and it
   > did not add Retail Inspection. I will try Inventory when the VDI is working
   > again. I probably won't have time to work tomorrow until about 4pm US west
   > coast.
   >
   > —
   > You are receiving this because you modified the open/close state.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/royale-asjs/issues/712?email_source=notifications&email_token=AKB67E52N2JEXRBT52PYNFLRDD4LJA5CNFSM4KS3D5Y2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL4A66Q#issuecomment-586682234>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AKB67E5UULI4GT77GHMX4WTRDD4LJANCNFSM4KS3D5YQ>
   > .
   >
   

----------------------------------------------------------------
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 commented on issue #712: PickList is having same record on both sides

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #712: PickList is having same record on both sides
URL: https://github.com/apache/royale-asjs/issues/712#issuecomment-586682234
 
 
   The VDI is not working again.  I can't log in.  I tried Sales earlier and it did not add Retail Inspection.  I will try Inventory when the VDI is working again.  I probably won't have time to work tomorrow until about 4pm US west coast.

----------------------------------------------------------------
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] pashminakazi commented on issue #712: PickList is having same record on both sides

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #712: PickList is having same record on both sides
URL: https://github.com/apache/royale-asjs/issues/712#issuecomment-590059817
 
 
   @aharui Thank u so much issue resolved

----------------------------------------------------------------
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 commented on issue #712: PickList is having same record on both sides

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #712: PickList is having same record on both sides
URL: https://github.com/apache/royale-asjs/issues/712#issuecomment-586131648
 
 
   RBG selectedValue was not responding to programmatically setting RB.selected=true.  This is fixed in commit 44a084f4439d353179c88f537a1cd59d13275476

----------------------------------------------------------------
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