Did the syntax for setting up an ABMInput field change between version 2.5 and 3.02?
In 2.5 the following was acceptable:
You would get the header line "Testing Date" above " / / ".
Now the two lines are on top of each other
In 2.5 the following was acceptable:
B4X:
Dim inp7 as ABMInput
inp7.Initialize(page,"myinput",ABM.INPUT_DATE,"Testing Date",False,"")
inp7.PlaceHolderText =""
page.cell(1,1).AddComponent(inp7)
You would get the header line "Testing Date" above " / / ".
Now the two lines are on top of each other