pashminakazi commented on issue #615: ADG behavior on selection of record
URL: https://github.com/apache/royale-asjs/issues/615#issuecomment-564951276
 
 
   SDK is cloned on VDI
   
![image](https://user-images.githubusercontent.com/42200979/70704822-996ee100-1cf4-11ea-854f-9f53461a35b1.png)
   I have just changed 
   
frameworks/projects/Core/src/main/royale/org/apache/royale/utils/css/addDynamicSeparator.as
   Because in constructor of addDynamicSeparator
   sheet.insertRule(selectorString); is causing build failed with Error : 
insertRule expected arguments 2
   then i replace sheet.insertRule(selectorString); with 
sheet.insertRule(selectorString,0);
   because insertRule is method of CSSStyleSheet which has two arguments 1: 
String and 2: int.
   
   There is no other change in SDK so please now work on VDI.
   
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to