2013년 7월 11일 목요일

메시지 상자 띄우기


NSAlert * alert = [[[NSAlert alloc] init] autorelease];
[alert addButtonWithTitle:@"OK"];
[alert setMessageText:@"Failed to load Dataset"];
[alert beginSheetModalForWindow:[[NSApp delegate] window]
                  modalDelegate:self
                 didEndSelector:NULL
                    contextInfo:nil];

댓글 없음:

댓글 쓰기