On Sun, May 18, 2008 at 7:09 AM, Ernesto Casasín <[EMAIL PROTECTED]> wrote: > what if you use vs.dataProvider.removeItemAt(2) to remove completely > the form button from your ButtonBar, later you could add it using > vs.dataProvider.addItem(yourObject)
Sorry for the long delay response, but I have to put this development on hold. Unfortunately, I was looking for the opposite: to have a fixed ButtonBar that would only show some of the ViewStack children. Since the ButtonBar registers event listener to the viewstack/collection it is bound to, I guess directly modifying them would not achieve a ButtonBar with a fixed content. Thanks, Regards -- Fiouz

