sanjeev-rajput
sanjeev-rajput
compiler throws "java.lang.NullPointerException" error this is because of comments under ```mxml /*.TitleBar{ border:solid 1px grey; }*/ /*.DataContainer{ border:solid 1px grey; }*/ ```
royale asjs - 9.9.10 nothing works for "columnLabelAlign" property, it always take center by default. 
**1. CSS file** Build works with "js-debug" but in "js-release" compiler change file name Main.css to Main.min.css but entry of css file doesn't reflects in "index.html" _either css file name...
### Describe the bug Flash player 6 with AS1.o :: Self-Hosted I am using prototype.__resolve which gets fired automatically just after onData event. BTW - no external js or any...
i really loves the way code is written and managed in Apache royale JS but as usual most of the developer write and compile code in debug mode and once...
this option is very useful and was working fine till yesterday but now it is stopped working. this also not working on below URL which was working fine earlier. https://royale.apache.org/blog/using-external-javascript-libraries-in-apache-royale/...
can someone please help me why data is not being updated in DataGrid below is the simple code. Log is showing that data is updated in arraylist but same is...
i am unable to use setSelectionRange(0,0) on a textarea component tried on both jewel and spectrum tried all these option input.text = ""; // Clear the box input.focus();// Set focus...