ADC Home > Reference Library > Technical Q&As > Carbon > Human Interface Toolbox >
| 
 | 
| Q:
      I wrote a custom  A:
      You are very probably trying to embed your custom        A window is either in compositing mode or it isn't. You obtain a compositing window
by adding the  • If your window is in compositing mode, you should
      add your HIViews in the content view of the window ( • If your window is not in compositing mode, you should
      add your Controls in the root control of the window ( Other combinations (embedding in the root control of a compositing window, embedding in the content view of a non-compositing window) are not necessarily supported and may or may not work in the present or the future.       When compositing is off, the root control of a window is
      not the same entity as the content view of that window. [Nov 12 2002] | 
| 
 |