Make a borderless window active
Make a borderless window active
- Subject: Make a borderless window active
- From: Christoph Gerdes <email@hidden>
- Date: Mon, 22 Apr 2002 00:37:15 +0200
Hi,
I use a borderless window with a NSProgresIndicator to show the progress
of longer operations. It all works fine except the progress window never
becomes active. It tried makeKeyAndOrderFront, makeKey,
setOneShot(false), deferred, retained, buffered but the window wont become active.
I create the window programmatically like:
NSWindow window = new NSWindow(someFrame);
window.contentView().addSubview(progressIndicator);
window.makeKeyAndOrderFront(window);
What am I missing?
TIA
Christoph
--
4CD3 152A F59A 2788 3E29 9CC5 7502 DA0B 705B 0564
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.