[Bug] Class Events not showing in activity TAB event list

JesseW

Active Member
Licensed User
Longtime User
If I have a project that includes a class, the classes events do not show in the list in the activity (Main) when entering Sub[Space][Tab]. Here is how I declare the events, as my syntax may not be correct as I could find no definitive reference for this.

B4X:
#Event: HandleAction As Boolean
#Event: HeightChanged(NewHeight As Int, OldHeight As Int)

As a matter of fact, the class name isn't in the initial list of objects. I'm wrapping the IME library to add three new properties.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…