i finially figured out how to initialize a frame using NSOpenGLView. and get input from the mouse. the quetion arises when i want to create 2 NSOpenGLViews in the same window. i do the eact same things for it, as far as initializing, and i make sure everything pretaining to that frame actually has the identifyers of that frame, but it seems like the output is always the same.
-the first frame works flawlessely
-the second one is always black.(except if i initialize the color to be different)
in short....HELP !!!!