B4J Question [ABMaterial] ABMInput Input Date

ToolboxZX

Member
Licensed User
Longtime User
Did the syntax for setting up an ABMInput field change between version 2.5 and 3.02?
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 :(
 

ToolboxZX

Member
Licensed User
Longtime User
The code is in the ConnectPage Sub. It is very odd. I have even tried it in Chrome and get the same error. If I go back to my old project and version 2.51 it works without issue.
date error_001.png
 
Upvote 0
Top