Application.RegisterMessageLoop does nothing!

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I tried to use this method but the delegate never seems to be callled.
As there is no text in the documentation I could only believe it's a new and
deprecated function doing nothing they forgot to remove..

--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
 
Hello, Lloyd!

LD> I tried to use this method but the delegate never seems to be callled.
LD> As there is no text in the documentation I could only believe it's a
LD> new and deprecated function doing nothing they forgot to remove..

After setting this callback try to call Application.MessageLoop; :8-)

IMO using this method ( RegisterMessageLoop ) you can control Application.MessageLoop property.

Why you need this is actually is a good question :8-)

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
LD> I tried to use this method but the delegate never seems to be callled.
LD> As there is no text in the documentation I could only believe it's a
LD> new and deprecated function doing nothing they forgot to remove..

After setting this callback try to call Application.MessageLoop; :8-)

IMO using this method ( RegisterMessageLoop ) you can control
Application.MessageLoop property.

Why you need this is actually is a good question :8-)
I need to integrate .NET & GNUstep in my WinForm application.
To handle GNUstep memory & undo management I need to surround any event by
some code.
Of course there is a message loop in a WinForm application!
Anyway I used an application filter, which has the advantage of working...
;-)

 
Back
Top