Re: StackPanel showStack(-1)

2008-12-23 Thread David E.
Sumit, Thanks for your help. I deceided to not use the StackPanel in this way. I figure they must have had a reason to take away the functionality so I found a different solution. I appreciate your efforts though. Best regards, David On Oct 31, 9:27 pm, Sumit Chandel wrote: > Hello again, > W

Re: StackPanel showStack(-1)

2008-10-31 Thread Sumit Chandel
Hello again, What I meant was, you would probably have a method like the following to make the calls to setStackVisible() and set the visibleStack field: private native void closeAll(StackPanel stackPanel) /*-{ [EMAIL PROTECTED] ::setStackVisible(IZ)([EMAIL PROTECTED]::visibleStack, false);

Re: StackPanel showStack(-1)

2008-10-31 Thread Sumit Chandel
Hi David, Although the stackPanel.showStack(n < 0) behaviour was never documented, I agree with you that it is functionality that should be present to allow for collapsing all entries in a stack panel. I've updated Issue #1188 (link below) to make sure this gets on the team's radar and that the fu

StackPanel showStack(-1)

2008-10-25 Thread David E.
StackPanel stackPanel; stackPanel.showStack(-1); Would close the stackPanel in 1.4 but does not work in 1.5. Why was this functionality removed and what is the work around, if there is one? Thanks, --~--~-~--~~~---~--~~ You received this message because you ar