B4A v2.30 beta - loadlayout problem

wl

Well-Known Member
Licensed User
Longtime User
Hello,

It seems 2.30 beta has a problem loading a layout on a panel. It generates a Java exception that the layout could not be loaded.

Dim p As Panel
p.Initialize("panel")
p.LoadLayout("filterpanel")

I reverted back to v2.25 and there it works (again).

Wim
 
Top