I changed PC and i reinstalled LAWM in a new PC. Usually i used this code to Open Another form, but for somewhat reason is not working anyway. Also in the past i had some trouble to open the others forms but i resolved the issue with this code, especially with the "close;" line.
if AndroidModule2 = nil then
begin
gApp.CreateForm(TAndroidModule2, AndroidModule2);
AndroidModule2.InitShowing();
end;
Close;
Right now this code don't work anymore. Why? There is a single place where to learn lamw programming?
I tested the code in Android 14
Thanks to all the heros who want to help me!!