News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

No wxMediaCtrl icon in wxSmith?

Started by CBdan, December 14, 2017, 02:14:31 AM

Previous topic - Next topic

CBdan

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).



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

   Thanks in advance!.

oBFusCATed

Have you looked in the contrib tab? It should be there...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

CBdan

#2
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.

BlueHazzard

You can use custom control (the first button) for all controls not present in the wxSmith plugin.

CBdan

Thank you, BlueHazzard. I'll search for info about custom control.