Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
465
Creating a common Toolbar
posted

Hi,

I have just been reviewing our code base and found we have a toolbar that we used in two places. Its basic function is to create and save an objects in to our db. The two usages are on different panels using different toolbar managers.  What is the best way to make the code common (need to work with saving different objects with the same save method).  Should I create an control inheriting from a toolbar or is there some other way.   Pointers to relevant documentation would be most helpfull

 

Thanks

 

Steven Evans