Re: Problems with DialogBox and DockLayoutPanel

2010-02-04 Thread bysse
It turns out i works if i set the size of the DockLayoutPanel. So there is no way I'm going to get a DialogBox which resizes itself and using DockLayoutPanel. On Feb 3, 5:05 pm, bysse erik.byst...@gmail.com wrote: It seems that I've got something fundamental very wrong here. Whenever i

Problems with DialogBox and DockLayoutPanel

2010-02-03 Thread bysse
Hi, i'm having trouble getting the DialogBox to work properly with a DockLayoutPanel. If i don't specify the size of the DialogBox it's very small and nothing shows. And if I specify the size of the dialog the borders are all wrong and the contents are outside the dialog, hidden. This is what

Re: Problems with DialogBox and DockLayoutPanel

2010-02-03 Thread bysse
It seems that I've got something fundamental very wrong here. Whenever i use DockLayoutPanel the divs in the layout always get eight height or width undefined which leaves my contents hidden (because of overflow-*: hidden). What is the correct usage of these panels? On Feb 3, 4:49 pm, bysse

Re: Problems with 1.7.1 -noserver hosted mode on Linux

2009-11-16 Thread bysse
I've managed to replicate the problem in a small project. As soon as i add the richfaces filter to web.xml it stops working from the hosted mode browser. It still works in FF though... On Nov 5, 1:22 pm, bysse erik.byst...@gmail.com wrote: Thanks for the suggestions, i didn't receive any

Problems with 1.7.1 -noserver hosted mode on Linux

2009-10-28 Thread bysse
I'm having huge problems getting hosted mode to work under Linux with the -noserver flag. The module entry point is never called and no error message is show / logged. I've tried to start it through both the maven plugin and the eclipse plugin with the same results. The project works fine in a