discuss-gnustep
[Top][All Lists]
Advanced

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

RE: NSTextField


From: David . Ayers
Subject: RE: NSTextField
Date: Thu, 27 Jun 2002 17:29:58 +0200

Ok Ok Ok

I did it again, the disable and enableFlushesWindows musted be paired (so the
counter is already there. Therefor a disable/enable in sendEvent:

case NSLeftMouseDown:
....
   if (_f.has_closed == NO)
   {
+     [self disableFlushesWindow];
        if (_f.is_key == NO)
...
          {
            [self mouseDown: theEvent];
          }
 +     [self enableFlushesWindow];
    }

will do the trick. I'll test it once I get home.

Sorry again, that all this came in pieces. If you want i can try to summerize it
again.

Dave




reply via email to

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