본문 바로가기
#오류 [Error]

[macOS - Error] This application is trying to draw a very large combo box, 00 points tall. Vertically resizable combo boxes are not supported, but it happens that 10.4 and previous drew something that looked kind of sort of okay.

by cy_mos 2020. 4. 11.
반응형

🔧 Error Message

This application is trying to draw a very large combo box, 29 points tall.  Vertically resizable combo boxes are not supported, but it happens that 10.4 and previous drew something that looked kind of sort of okay. The art in 10.5 does not break up in a way that supports that drawing.  This application should be revised to stop using large combo boxes.  This warning will appear once per app launch.


🔧 Error Solution

This application is trying to draw a very large combo box, 00 points tall. Vertically resizable combo boxes are not supported, but it happens that 10.4 and previous drew something that looked kind of sort of okay.

[영문]

In Interface Builder (IB), Utilities, Size Inspector: Change the Control Size from Regular to Small and then back to Regular.

 

[국문]

NSComboBox 인터페이스에서 Show the size inspector 메뉴에서 Control 탭에서 Small 설정 후 빌드 그리고 Regular 설정 후 빌드합니다.


🚀 REFERENCE

 

NSCombobox too large

I was trying to create a mac application. But after I inserted the combobox using Interface Builder and run the application, I got the following message: This application is trying to draw a very

stackoverflow.com

반응형

댓글