Re: [IronPython] Problem: AllowDrop = True --> DragDrop registration failed

2005-11-18 Thread John Lam
Title: RE: [IronPython] Problem: AllowDrop = True --> DragDrop registration failed This is the same problem that I have with my Ruby <-> CLR bridge. The way I "solve" this problem is through a wrapper for the ruby.exe interpreter - winruby.exe that will instruct my bridge to turn on COM the r

Re: [IronPython] Problem: AllowDrop = True --> DragDrop registration failed

2005-11-18 Thread J. Merrill
A concession to reality could be that IP has to know (either figure out or be told) whether the app is intended to be a GUI (WinForms) app.  If it's GUI, then STAThread becomes the default. I don't recall, off-hand, what the IP syntax is for specifying attributes -- particularly when (in C# or VB

Re: [IronPython] Problem: AllowDrop = True --> DragDropregistrationfailed

2005-11-18 Thread J. de Hooge
Title: Bericht Thanks for the info!   Jacques   -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens John Lam Verzonden: Friday, November 18, 2005 3:25 AM Aan: Discussion of IronPython Onderwerp: Re: [IronPython] Problem: AllowDrop = True --> DragDrop

Re: [IronPython] Problem: AllowDrop = True --> DragDrop registration failed

2005-11-18 Thread J. de Hooge
Title: Bericht Martin,   First and foremost:   Adding [STAThread]  to Main solves the problem I had!     One other problem I am having is tooltips disappearing for good after having closed a local menu by clicking on its “parent window”, But probably this has nothing to do with Iro