I want to make an activeX and then put it into a Visual Basic or Delphi or... application.
This activeX is a wxlistCtrl and then inside my Delphi application, frame... insert it
what do I need ?? my wxlistCtrl needs a wxApp, a wxWindow, a wxFrame a wxPanel....???
then, can I insert it (wxlistctrl) into my Delphi application??
if I create a wxApp with a wxFrame with a wxListCtrl inside the frame I must do 'wxapp.mainloop' ==> the activex stop my Delphi program (in the mainloop) ==> is there another way to create the wxlistctrl (using wxPython), create the activex and then use it inside Delphi application ???
I want to make an activeX and then put it into a Visual Basic or
Delphi or... application.
This activeX is a wxlistCtrl and then inside my Delphi application,
frame... insert it
what do I need ?? my wxlistCtrl needs a wxApp, a wxWindow, a wxFrame
a wxPanel....???
then, can I insert it (wxlistctrl) into my Delphi application??
if I create a wxApp with a wxFrame with a wxListCtrl inside the frame
I must do 'wxapp.mainloop' ==> the activex stop my Delphi program (in
the mainloop) ==> is there another way to create the wxlistctrl
(using wxPython), create the activex and then use it inside Delphi
application ???
AFAIK, no one has worked out yet what is necessary to make a wxPython window be an ActiveX control. If somenody submits a patch I'll gladly apply it. It will likely take a lot of use of the win32all modules, or perhaps the new ctypes module...
my head makes booooom....
Mine too.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!