Path: utzoo!attcan!uunet!seismo!hal!nancie From: nancie@hal.CSS.GOV (Nancie Matson) Newsgroups: comp.windows.x Subject: Application program strange error Message-ID: <193@hal.CSS.GOV> Date: 20 Nov 89 20:54:08 GMT Reply-To: nancie@hal.css.gov.UUCP (Nancie Matson) Organization: ENSCO Inc., Melbourne FL Lines: 20 I am writing an application program using the Xlib to create a multiple selection scrolling pop-up menu. I'm using calls like XDrawLines, XDrawRectangles, and XFillRectangles, etc to create the structure, but every time I run the program I get asin: DOMAIN error printed to the console window. I stepped through the program with the debugger , but found that the error is not caused by a single call, sometimes it was caused by XAllocateNamedColor and other times it was caused by XDrawRectangle. Does anyone have any thoughts about this error. It doesn't affect the functionality, but I'm still concerned, that I am doing something incorrectly. I am running the X server on a Sun 3/110 with 4meg of memory and OS4.0.3. I am not using any thing from the toolkit, only Xlib calls. Any input would be valued. THANX in advance. nancie nancie@hal.CSS.GOV