Flickery NSAlertPanel
Flickery NSAlertPanel
- Subject: Flickery NSAlertPanel
- From: Moray Taylor <email@hidden>
- Date: Sat, 31 Jan 2004 00:56:39 +0000
Hi,
I am using the following code to open an alert sheet (it's Java, but I
expect the principal is the same Obj-C)...
NSAlertPanel.beginAlertSheet(Heading, Button1, Button2,
Button3,ParentWindow,MD,new NSSelector("sheetDidEnd::", new Class[]
{MD.getClass()}),null,null,MainText);
NSApplication.sharedApplication().runModalForWindow(ParentWindow);
The thing is, when the sheet opens, it flickers slightly once the sheet
has fully extended, as if it disappears for a split-second then
reappears. It's quite annoying, it doesn't happen with any of my custom
sheets, or save/open dialog sheets.
Has anyone seen anything like this before?
Thanks in advance
Moray
_______________________________________________
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.