Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: CBdan on December 14, 2017, 02:14:31 am

Title: No wxMediaCtrl icon in wxSmith?
Post by: CBdan on December 14, 2017, 02:14:31 am
Hello everybody,

I'm new to C::B and wxWidgets but it's been easy to setup the whole thing (I'm using 16.01 and 3.0.3 versions respectively). I've created some minimal test projects using wxSmith that compile, run and look nice.

I'd like to use wxMediaCtrl but I'm missing its icon into wxSmith panel. The following screen capture I found in the web shows wxMediaCtrl's clapperboard icon just before wxAnimationCtrl one. Well, I don't have that specific icon in my installation (but all others).

(http://wxsmithaddons.sourceforge.net/images/wxanimation_media.png)

For sure I'm missing something. Could you help me?.

   Thanks in advance!.
Title: Re: No wxMediaCtrl icon in wxSmith?
Post by: oBFusCATed on December 14, 2017, 08:59:40 am
Have you looked in the contrib tab? It should be there...
Title: Re: No wxMediaCtrl icon in wxSmith?
Post by: CBdan on December 14, 2017, 01:48:40 pm
I tried looking into Contrib but isn't in there. Thanks anyway, oBFusCATed.

I just captured all my tabs into the image I've attached to this message. I can't see it among all icons.
Title: Re: No wxMediaCtrl icon in wxSmith?
Post by: BlueHazzard on December 17, 2017, 05:08:40 pm
You can use custom control (the first button) for all controls not present in the wxSmith plugin.
Title: Re: No wxMediaCtrl icon in wxSmith?
Post by: CBdan on December 17, 2017, 06:47:36 pm
Thank you, BlueHazzard. I'll search for info about custom control.