Author Topic: wxWidgets-2.8.x and dialog size problems  (Read 14995 times)

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: wxWidgets-2.8.x and dialog size problems
« Reply #15 on: May 26, 2007, 01:04:42 pm »
Just curious, Does that fix solve the dialog being placed in wrong position?

I didn't test it yet. But when I loaded the XRC file into XRCEd, it threw me couple of missing parameters error.

Quote
18:41:44: Required parameter label of wxButton missing
18:41:44: Required parameter label of wxButton missing
18:41:44: Required parameter min of wxSlider missing
18:41:44: Required parameter label of wxButton missing
18:41:44: Required parameter label of wxButton missing

Regards,

Biplab
Be a part of the solution, not a part of the problem.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: wxWidgets-2.8.x and dialog size problems
« Reply #16 on: May 26, 2007, 02:36:36 pm »
Just curious, Does that fix solve the dialog being placed in wrong position?

Yes it does.

I didn't test it yet. But when I loaded the XRC file into XRCEd, it threw me couple of missing parameters error.

Quote
18:41:44: Required parameter label of wxButton missing
18:41:44: Required parameter label of wxButton missing
18:41:44: Required parameter min of wxSlider missing
18:41:44: Required parameter label of wxButton missing
18:41:44: Required parameter label of wxButton missing

I edited the xrc with wxSmith.
Be patient!
This bug will be fixed soon...