Ticket #34 (new defect)

Opened 4 years ago

ActiveX control host solution

Reported by: shane Assigned to: shane
Priority: normal Milestone: 1.0a2
Component: skinning.toolkits.wx Version: 1.0
Severity: normal Keywords:
Cc:

Description

Right now, there are three differnet ways to "do" ActiveX controls in wx. You have win32 + activexwrappers, you have wx.activex, and a ctypes approach. The wx.activex is a more correct activex host, but lacks good interface with COM. Especially nonstandard COM interfaces. Win32 is alright, but cumbersome. We'd need to rewrite the activex host to be more correct. The ctypes approach is probably the best fit, but it's not fully developed yet.

This is needed by a customer.