Collapsible panel

2010-05-20 Thread Komal
Hi, I am trying to use the collapsible panel I have downloaded the incubator jar (gwt-incubator-20100204-r1747.jar) the styles are not reflecting and the hover bar is appearing although on click of toggle button it is sliding but then I am not able to see it any how or slide it back. I am

Re: how to add higher Z-index to collapsible panel which will not override the menubar z-index

2009-10-01 Thread r...@n
; ... } but whenever Collapsible Panel is pinned my GlassPanel tucked under CollapsiblePanel so I've increased z-index for GlassPanel to be higher then of CollapsiblePanel: .gwt-GlassPanel { z-index: 101; } but after that my dialog box became under GlassPanel so I've increased it's z-index too: .gwt

how to add higher Z-index to collapsible panel which will not override the menubar z-index

2009-09-22 Thread Jerome
Hi, I am using the gwt-incubator scrolltable and CollapsiblePanel. Initially had problems with z-index of CollapsiblePanel since it was tucked under the Scrolltable so i added higher z-index to it and that worked fine but in the event the i have menu which got tucked under the CollapsiblePanel

Vertical Collapsible Panel?

2009-09-15 Thread PJ Gray
I was looking around at some of the custom widget libraries (gwt-ext etc), and I like the collapsible panel widget a bunch, but I was wondering if anyone knew of a library that made one that is vertical, and opens to form a column-ish panel.So you could have a bunch of vertical bars, click

Re: collapsible panel expands ON TOP, possible?

2008-12-16 Thread jbroquefere
comportement, the one i get when i click the bar On Dec 15, 3:41 pm, jbroquefere jeanbaptiste.roquef...@gmail.com wrote: Hi, i want a collapsible panel being able to hide other panels when i expand it. i mean, with a borderLayout, if my collapsible panel is the right side, i dont whant the center

collapsible panel expands ON TOP, possible?

2008-12-15 Thread jbroquefere
Hi, i want a collapsible panel being able to hide other panels when i expand it. i mean, with a borderLayout, if my collapsible panel is the right side, i dont whant the center region being updated when i expand my left panel. can i do this? if yes, how could i do? Thanl's a lot jb

Re: collapsible panel expands ON TOP, possible?

2008-12-15 Thread jbroquefere
jeanbaptiste.roquef...@gmail.com wrote: Hi, i want a collapsible panel being able to hide other panels when i expand it. i mean, with a borderLayout, if my collapsible panel is the right side, i dont whant the center region being updated when i expand my left panel. can i do this? if yes, how could i do

[gwt-contrib] Allowing collapsible panel to have collapsed state programically controled

2008-12-09 Thread ecc
Reviewers: jlabanca, Description: Allows collapsible panel to have it state controlled via code. Please review this at http://gwt-code-reviews.appspot.com/809 Affected files: src-demo/com/google/gwt/widgetideas/demo/collapsiblepanel/client/CollapsiblePanelDemo.java src-demo/com