Path: utzoo!attcan!uunet!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!rpi!uwm.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!uxa.cso.uiuc.edu!ragg0270 From: ragg0270@uxa.cso.uiuc.edu Newsgroups: comp.sys.amiga.tech Subject: Novice C question Message-ID: <1237000012@uxa.cso.uiuc.edu> Date: 30 Jul 90 13:50:00 GMT Lines: 27 Nf-ID: #N:uxa.cso.uiuc.edu:1237000012:000:1075 Nf-From: uxa.cso.uiuc.edu!ragg0270 Jul 30 08:50:00 1990 This must be simple, but I can't figure it out. (No surprise): After reading through the RKMs, I've figured out how to: (1) use Intuition to open windows, screens, etc. and (2) use exec to set up viewports, etc. and how to doubble buffer displays, writing to one while displaying another etc. My question: How do I use double buffering and Intuition windows together? Is this a reasonable question or am I missing something fundamental? If I still use LoadView() and WaitTOF(), what do I use as the argument to LoadView()? Another related question: I want to draw about 2000 pixels in a window. Since these points may be located arbitrarily anywhere in the window, the easiest way to do this is to use WritePixel(). But as I understand the RKMs, each WritePixel() occurs only after 1/60 sec., which means 2000 pixels takes 2000/60 = 33 secs? This doesn't seem right, but I do know that WritePixel() takes longer than I would like. Is there a faster way to do this, short of writing directly to BitMap memory? Thanks to all. Richard ragg0270@uxa.cso.uiuc.edu