Code::Blocks Forums

User forums => Help => Topic started by: Andreas B. on April 04, 2007, 09:41:56 pm

Title: wxSmith no Properties
Post by: Andreas B. on April 04, 2007, 09:41:56 pm
I've C::B svn 3803 on Linux. If I click on "Open / Close Quick Properties Panel" there is only a border, like a Textarea, but no Settings. I don't know is this a bug or only a wrong setting.

I hope anyone know how to fix this.


Andreas
Title: Re: wxSmith no Properties
Post by: byo on April 05, 2007, 01:16:57 am
I've C::B svn 3803 on Linux. If I click on "Open / Close Quick Properties Panel" there is only a border, like a Textarea, but no Settings. I don't know is this a bug or only a wrong setting.

I hope anyone know how to fix this.


Andreas

For most items it is empty (so just empty border shown), try selecting some item inside sizer and it should show sizer-related options. Quick properties panel will be extended to cover more properties, but this rather won't happen in near future.

Regards
BYO
Title: Re: wxSmith no Properties
Post by: Grom on April 05, 2007, 04:25:45 am
When we will be lucky to have wxGrid? :cry:
I would start using the wxSmith if it will have few more components... Today I have mix of windows, created with wxDevCpp and wxFormBuider. If you would have the same quality as wxFromBuilder + events - you are winner.
Title: Re: wxSmith no Properties
Post by: Andreas B. on April 05, 2007, 07:31:37 pm
Ok... The Properties that I searched were on the left side of C::B in the Ressource Tab...

Andreas
Title: Re: wxSmith no Properties
Post by: creatxr on April 17, 2007, 06:21:02 pm
if I create a dialog based project, when I click a compent , the properties panel can show

but if I create a frame base project, the properties panel only show a border.

why?????
Title: Re: wxSmith no Properties
Post by: byo on April 17, 2007, 06:58:30 pm
if I create a dialog based project, when I click a compent , the properties panel can show

but if I create a frame base project, the properties panel only show a border.

why?????

One thing: properties panel is NOT a properties browser. It's just a helper to show more frequent properties in more user-friendly way. Please search for properties browser - it's in resources tab (in the same area where project's files are kept)

Regards
   BYO