discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSNotificationQueue HowTo


From: Lloyd Dupont
Subject: Re: NSNotificationQueue HowTo
Date: Wed, 22 Feb 2006 17:42:41 +1000

I'm answering to myself a possible fix I found by reading the source code.
I post it to the list so that I could get comment about it.

Should I call (to post queue notification)?
GSNotifyIdle()
GSNotifyMore()
GSNotifyASAP()

fo fire notification?
more importantly are they exported from gnustep-base.dll (so that I could call them!)?
(optional) in which header could I find their declaration?

Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
----- Original Message ----- From: "Lloyd Dupont" <lloyd@nova-mind.com>
To: "GNUstep Discussion" <discuss-gnustep@gnu.org>
Sent: Wednesday, February 22, 2006 5:35 PM
Subject: NSNotificationQueue HowTo


I'm writing a .NET application using GNUstep to power part of it.
Therefore I have to manually emulate some of the run loop behavior.

So far:
NSAutoreleasePool
NSUndoManager grouping

and now: NSNotificationQueue.
The ObjectiveC code I'm interfacing to is queueing event in the NSNotificationQueue.
Now I would like to be able to fire all notification waiting in the queue:
how could one do that?

I looked at various header or doc so far => no luck.
I just started to look into the source but a bit of help would be welcome! ;-)

Thanks,
Lloyd





reply via email to

[Prev in Thread] Current Thread [Next in Thread]