I'm declaring an edittext object in Sub Globals and initializing it, et.initialize(""), just before adding it to a panel that is added to a customdialog2.
All works well, except that the sub et_TextChanged (Old, New) is never called.
I have other edittexts that are created within the designer and their TextChanged events happen as they should.
Not sure what I am doing wrong.
Thank you,
All works well, except that the sub et_TextChanged (Old, New) is never called.
I have other edittexts that are created within the designer and their TextChanged events happen as they should.
Not sure what I am doing wrong.
Thank you,