Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!rpi!uupsi!rodan.acs.syr.edu!goldberg From: goldberg@rodan.acs.syr.edu (Ross Goldberg) Newsgroups: comp.sys.amiga.tech Subject: AddGadget(),RemoveGadget(),RefreshGadget() Message-ID: <1990Dec14.170205.24129@rodan.acs.syr.edu> Date: 14 Dec 90 17:02:05 GMT Sender: goldberg@rodan.acs.syr.edu (Ross Goldberg) Distribution: usa Organization: Syracuse University, Syracuse, NY Lines: 18 I can not figure out how those 3 above commands work. I need to be able to add and remove gadgets so I can position them where defined by the user. With the 1 gadget defined, I tried to RemoveGadget(my_gadget) (system hung) RemoveGadget(&my_gadget) (system request window began to appear and it hung) I assume it must be attached to the window (my_new_window) but can't figure out how and these commands are not documented anywhere that I can find. I am using CManual Gadgets Example7.c as the foundation for experimentation if you are wondering exactly what the code looks like. thanx, Ross