Thanks Erel, but its is still not working, while I tried the following:
Tried the attached project.zip: heightchanged is triggered.
A fresh b4xproject : heightchanged is triggered.
add the same code to another b4xtable project of mine: it works
Add the same code to project I want to add it to:
doesn't work
also tried
clean project + line in manifest as directed, no luck
changing event name from "IME" to "XIME" but no good
the target project does not have any module use IME except FloatEditText [which works fine]
The only thing I can figure from debugger is that IME_HeightChanged in Main is not triggered at all.