Re: [Fxruby-users] FXDialogBox ignores DECOR_RESIZE
Status: Inactive
Brought to you by:
lyle
From: Simon S. <ne...@ad...> - 2004-05-24 21:33:10
|
I looked at both the examples with fxruby and the examples with fox itself, to see how they made their dialogs resizable. I discovered that resizing does'nt work there either. I looked at the FXWindow.cpp file, but way it deal with 'options' looked ok to me. Is it a known problem that resizing decorations doesn't work (except the mainwindow)? I am curious to if resizing works on you box, perhaps with a different version of fox? Please help. I have installed fox-1.0.51. I will try to install an older version to see if resizing works there. -- Simon Strandgaard Simon Strandgaard <ne...@ad...> wrote: > I have tried to initialize my derived class with > > super(owner, "Dialog", DECOR_TITLE|DECOR_BORDER|DECOR_RESIZE, 0, 0, 640, 480, 0, 0, 0, 0, 0, 0) > > and also with > > super(owner, "Dialog", DECOR_ALL, 0, 0, 640, 480, 0, 0, 0, 0, 0, 0) > > > But the dialog is not resizeable. > > What is the obvious I have overseen ? > > -- > Simon Strandgaard |