Incompatible function names

Why do you use incompatible function names? Extension don’t work because this.

In App Inventor: Form.registerForOnOrientationChange
In Kodular: Form.registerForOnOrientationChangeListener

The companion and the compiled app crashes!

What extension?
What is the meaning of your post?
You should be clearer.
Maybe this helps:

When you develop extensions (I do this with JAVA), you call functions of the classes provided by the system. In the “Form” class, which is the base class for the screens, the public functions (their names) differ from those in the App Inventor (see above).
Kodular references App Inventor in the documentation on extension development. Kodular does not provide its own sources for the components.
Extensions developed for App Inventor that use this function crash in Kodular.

1 Like

the Kodular team prefers to play around with new things… unfortunately questions like this will be ignored… not to mention fixing bugs…

Taifun

1 Like