Hi All,
In trying to get to grips with B4XPages I'm working my through the above example and hit this problem.
The sub is straight out of the tutorial but comes up with "FillComboBox" as an undeclared variable. I can't find it declared in the project, is it supposed to be a declared variable or am I missing a library, .... or
Regards Roger
In trying to get to grips with B4XPages I'm working my through the above example and hit this problem.
The sub is straight out of the tutorial but comes up with "FillComboBox" as an undeclared variable. I can't find it declared in the project, is it supposed to be a declared variable or am I missing a library, .... or
B4XPages:
Private Sub B4XPage_Created (Root1 As B4XView)
Root = Root1
Root.LoadLayout("MainPage")
Page1.Initialize 'initializes Page1
B4XPages.AddPage("Page 1", Page1) 'adds Page1 to the B4XPages list
FillComboBox
End Sub
Regards Roger