PDA

View Full Version : ComboBox custom toolbar



avb
19 Oct 2008, 2:11 AM
Hello!

My another problem is adding a custom toolbar to a ComboBox.

From the source code I see that ComboBox can use toolbar, and it uses PagingToolBar. However, how can I add a custom toolbar, with "Add new" button under the list of object in combo? All relevant ComboBox fields are private and I can't extend class to add proper functionality! Now I just copy the code of a whole ComboBox class to my project and change it.

Maybe I didn't notice something? :) Please, correct me if I am wrong.

Thanks!