PDA

View Full Version : How to add 2 toolbars on different rows ?



daudiam
1st December 2010, 12:32
I want to display bookmarks in a bar just below my application's toolbar. I figure, one way to do it would be to add another toolbar below the main toolbar and show the bookmark icons there. But, the problem is that when I call the addToolBar() function again, it simply creates another toolbar adjacent to the previous one and not on the next line. I want to display the toolbars on 2 separate lines. How ?

BalaQT
1st December 2010, 12:59
hi
Give addToolBarBreak();

Bala

daudiam
2nd December 2010, 06:31
thanks a lot