Author Topic: No wxMediaCtrl icon in wxSmith?  (Read 3248 times)

Offline CBdan

  • Single posting newcomer
  • *
  • Posts: 6
No wxMediaCtrl icon in wxSmith?
« 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).



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

   Thanks in advance!.
« Last Edit: December 14, 2017, 03:35:13 pm by CBdan »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: No wxMediaCtrl icon in wxSmith?
« Reply #1 on: December 14, 2017, 08:59:40 am »
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!]

Offline CBdan

  • Single posting newcomer
  • *
  • Posts: 6
Re: No wxMediaCtrl icon in wxSmith?
« Reply #2 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.
« Last Edit: December 15, 2017, 12:03:02 pm by CBdan »

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: No wxMediaCtrl icon in wxSmith?
« Reply #3 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.

Offline CBdan

  • Single posting newcomer
  • *
  • Posts: 6
Re: No wxMediaCtrl icon in wxSmith?
« Reply #4 on: December 17, 2017, 06:47:36 pm »
Thank you, BlueHazzard. I'll search for info about custom control.