To handle a keyboard problem with one of the activities in my app, I had the following comment and
statement in the manifest:
B4XPTMM_Preferences was an Activity, but now it is a B4XPages class and the log shows the following error:
How do I handle this? Is there a way to refer to the B4XPages class? Or some other "more modern" solution?
statement in the manifest:
B4X:
' To deal with the keyboard concealing the lower part of the preferences screens
SetActivityAttribute(B4XPTMM_Preferences, android:windowSoftInputMode, adjustPan|stateHidden)
B4X:
Error parsing manifest script: Module b4xptmm_preferences not found (Manifest Editor)