INTERACT FORUM

Windows => Plug-in Development => Topic started by: stottle on August 15, 2011, 08:37:00 pm

Title: Trouble with colors in interface plugin
Post by: stottle on August 15, 2011, 08:37:00 pm
Hey devs,

I'm playing around with a C++ interface plugin.  I can successfully add some activex controls to the composite  control and have them show up in mc (16.0.149).  However, I'm trying to build my own active x control to insert.  This looks fine in VS2008:

(http://img94.imageshack.us/img94/5203/vs2008.th.png) (http://imageshack.us/photo/my-images/94/vs2008.png/)

Uploaded with ImageShack.us (http://imageshack.us)
But looks like crap in MC.  The slider doesn't show up at all, and the outline of the button is gone:

(http://img801.imageshack.us/img801/7296/mc16.th.png) (http://imageshack.us/photo/my-images/801/mc16.png/)

Uploaded with ImageShack.us (http://imageshack.us)

I'm guessing there is some setting I've got wrong, so hopefully someone else has hit this before and can offer a suggestion?

Thanks!
[edit]If it matters, the control is a qt widget from activeqt[/edit]