[Fxruby-users] FXDialogBox ignores DECOR_RESIZE
Status: Inactive
Brought to you by:
lyle
From: Simon S. <ne...@ad...> - 2004-05-24 17:03:34
|
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 |