Tjitte Dijkstra Member Licensed User Longtime User Nov 23, 2014 #1 The app pauses on Activity.LoadLayout("Main") [for sure the layoutfile is in the files dir] and I get a runtime error: Field info was declared with the wrong type How to handle this? Where should I look for?
The app pauses on Activity.LoadLayout("Main") [for sure the layoutfile is in the files dir] and I get a runtime error: Field info was declared with the wrong type How to handle this? Where should I look for?
Erel B4X founder Staff member Licensed User Longtime User Nov 24, 2014 #2 This error means that there is a view named info in the layout file and there is a global variable named info with a different type. Upvote 0
This error means that there is a view named info in the layout file and there is a global variable named info with a different type.