The case where you need to inherit the scrolling area are rare. I use it for MapView, DocumentView, Benoit use it for gridview, and all inherited controls, but do not inherit it. See all the gambas gb code in gb.gui.base or gb.form or gb.mapview
2015-10-12 18:59 GMT+02:00 Moviga Technologies <[email protected]>: > > > Aha! The problem seems to be that I created the observer in the class > header, as opposed to you in the constructor. > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard ------------------------------------------------------------------------------ _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
