Hi, I want to implement a tabBar that with the last tab labeled "new" so that when ever the user click that "new" tab, a new tab is added to the dataprovider. However, I don't want to add a "new" object in that dataprovider for that labeled "new" tab at the tail, since it will complicated that other operation working on that dataprovider (since that "new" tab is actually not one of the data) Is there any way to achieve it? Can i manually add a new tab to the tab bar without changing the dataprovider?
Thx in advance for any advice. Dan

