Integrating Silverlight controls in wxWidgets
Last post 05-02-2008 7:34 AM by swildermuth. 3 replies.
Sort Posts:
04-28-2008 9:54 AM
Integrating Silverlight controls in wxWidgets

Hi!

I'm not sure if it should be a topic for the wxWidgets forums (I have posted there too), but maybe somebody here could help me.

I am developing an application in C++ using wxWidgets, and we have considered the option of integrating Silverlight controls into it, concretely the Media Player. The way I think is inserting in a wxHtmlWindow (simple browser) object, the HTML page that contains Silverlight controls.

Anybody knows if it could be possible?

Thanks for your help!


Jordi

jtost

Joined on 03-19-2008
Barcelona, Spain
Posts 21
05-02-2008 7:00 AM
Re: Integrating Silverlight controls in wxWidgets

I don't know wxWidgets, but if it just hosts an IE or FF shell, then it should work but if its a private HTML browser implementaiton, it won't know what to do with the object tag.  YOu could augment it to support it, but it wouldn't be trivial.  Does it support Flash?

(If this has answered your question, please "Mark as Answer")

Shawn Wildermuth
C# MVP, MCSD, Speaker and Author

Silverlight 2 Workshop
May 12-14, 2008 - Atlanta, GA
May 28-30, 2008 - San Francisco, CA
http://www.silverlight-tour.com

swildermuth

Joined on 10-13-2003
Atlanta, GA
Posts 1,058
05-02-2008 7:09 AM
Re: Integrating Silverlight controls in wxWidgets

 No, it does not support Flash. It has a private HTML browser implementation that only supports simple HTML pages (for example for help, etc.). It does not show Silverlight content. I think it exists some complement libraries for wxWidgets as wxMozilla that implement Gecko/Firefox browser as a wxWidgets object.

http://wxmozilla.sourceforge.net/ 

Thanks for your reply!
 

jtost

Joined on 03-19-2008
Barcelona, Spain
Posts 21
05-02-2008 7:34 AM
Re: Re: Integrating Silverlight controls in wxWidgets

If it doesn't support Flash then supporting SL will require quite a bit of work IMHO.

(If this has answered your question, please "Mark as Answer")

Shawn Wildermuth
C# MVP, MCSD, Speaker and Author

Silverlight 2 Workshop
May 12-14, 2008 - Atlanta, GA
May 28-30, 2008 - San Francisco, CA
http://www.silverlight-tour.com

swildermuth

Joined on 10-13-2003
Atlanta, GA
Posts 1,058