Acknowledged

Error Name: Data Field Is Not Running

eclipse/windows/SDK 4.1.4

Error Name: Data Field Is Not Running
Occurrences: 11
First Occurrence: 2022-07-17
Last Occurrence: 2022-07-18
Devices:
    fēnix® 5X / tactix® Charlie: 25.00
App Versions: 1.6.0
Languages: ind
Backtrace:
    PSX2View.onLayout:279

in line

class PSX2View extends UII.DataField 
{
    ...
    
    function onLayout(dc) 
    {
		var obscurityFlags = DataField.getObscurityFlags(); ///HERE ERROR
		...
	}
	
	...
}
		

Parents
  • strange, I updated my app 2 days ago, and added the use of getObscurityFlags() but it's in onUpdate(), and still I got an error now from fenix5. So what does this mean? In fenix there is no way to call getObscurityFlags? Or should I add a try/catch? Or any idea how to work around this?

Comment
  • strange, I updated my app 2 days ago, and added the use of getObscurityFlags() but it's in onUpdate(), and still I got an error now from fenix5. So what does this mean? In fenix there is no way to call getObscurityFlags? Or should I add a try/catch? Or any idea how to work around this?

Children
No Data