Hi, I have opened an old project from years ago that consists of a widget that displays temperature and other data.
I was going to make some changes to the project and I have encountered this error that I don't know how to fix.
Can you tell me what to do?
I was going to make some changes to the project and I have encountered this error that I don't know how to fix.
Can you tell me what to do?
B4X:
#Region Service Attributes
#StartAtBoot: False
#End Region
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
Dim rv As RemoteViews
End Sub
Sub Service_Create
rv = ConfigureHomeWidget("Fmain","rv",30,"widget-temp") ' <--- Error
End Sub