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

2009-10-01 Thread r...@n
Hi Jerome. Have you solved the issue? Because I've got similar problem with CollapsiblePanel, GlassPanel, and DialogBox. May be my example could help you. I am using CSS from incubator demo where z-index of CollapsiblePanel is 100: .gwt-CollapsiblePanel .container { ... z-index: 100; ... } but

Re: could not add gin the project

2009-08-13 Thread r...@n
I was missing). You can download this jar from:http://sourceforge.net/projects/aopalliance/. Add it to your build path and hopefully you should be good to go. On Jul 29, 3:40 pm, r...@n roman.chervot...@gmail.com wrote: No, I've got it there. And I'm sure I've done everything tutorial says

Re: could not add gin the project

2009-07-29 Thread r...@n
the following line to your ProjectName.gwt.xml file: inherits name=com.google.gwt.inject.Inject/ Bye, Norman 2009/7/27 r...@n roman.chervot...@gmail.com: Hi, I've tried to add gin DI to the project, but have got an error below. I am using gwt 1.7.0 on linux + guice 2.0 + latest gin. I've

could not add gin the project

2009-07-27 Thread r...@n
Hi, I've tried to add gin DI to the project, but have got an error below. I am using gwt 1.7.0 on linux + guice 2.0 + latest gin. I've followed all steps in gin tutorial, but when tried to run my app have got an exception. I could not understand what is wrong and where to look for a solution.