When you have the following array variables declared for CellTypeface
Dim CellTypeface(1) As Typeface
CellTypeface(0) = Typeface.DEFAULT_BOLD
CellTypeface(1) = Typeface.DEFAULT
The debugger in Rapid Mode does not load the code on the device, it gives you the following error in the log
"java.lang.IllegalArgumentException: Wrong array type"
I get no error when its compiled in legacy mode nor do I get a compile error when I test compiling!!!
I am assuming the code is written correctly!!
Please advise!!!
Dim CellTypeface(1) As Typeface
CellTypeface(0) = Typeface.DEFAULT_BOLD
CellTypeface(1) = Typeface.DEFAULT
The debugger in Rapid Mode does not load the code on the device, it gives you the following error in the log
"java.lang.IllegalArgumentException: Wrong array type"
I get no error when its compiled in legacy mode nor do I get a compile error when I test compiling!!!
I am assuming the code is written correctly!!
Please advise!!!