Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: codemania on June 03, 2007, 12:32:14 am

Title: [wxSmith]: Running movies with wxSmith?
Post by: codemania on June 03, 2007, 12:32:14 am
How can I put a movie with wxSmith?

wxMediaCtrl don't work?


http://wiki.codeblocks.org/index.php?title=Comparison_of_wxSmith_features (http://wiki.codeblocks.org/index.php?title=Comparison_of_wxSmith_features)

Title: Re: [wxSmith]: Running movies with wxSmith?
Post by: byo on June 03, 2007, 02:36:30 pm
If some control is not supported by wxSmith, you can always add custom controll (the most right one on the palette), set up proper class name for it and code / xml data initializing this controll and it will work.

BYO