there is a window controller connected to the view controller
when the menu item click I want to show that window as modal
after that the window is show, but I found that the view controller not follow the window controller's appearance
also any window controller appearance is not working.. including content size, window title... etc
So what is the problem?

