Path: utzoo!attcan!uunet!mcsun!ukc!newcastle.ac.uk!turing!q1rse From: D.M.Johnson@newcastle.ac.uk (Dave Johnson) Newsgroups: comp.sys.atari.st.tech Subject: Need help with windows Keywords: GEM Message-ID: <1990Nov30.125209.13531@newcastle.ac.uk> Date: 30 Nov 90 12:52:09 GMT References: <1990Nov27.003016.24863@rice.edu> <1990Nov27.011538.29460@math.lsa.umich.edu> <1990Nov28.205143.14708@rice.edu> Sender: news@newcastle.ac.uk Organization: Computing Laboratory, U of Newcastle upon Tyne, UK NE1 7RU. Lines: 34 Okay, This may sound a bit basic but I still (after trying several times) can't get the windows to open correctly (well I lest I think so): What I do is this ------------ main() { int pipeid,handle; pipeid = appl_init(); handle = wind_create(NAME,x,y,w,h); /* replace with window coords */ wind_set(handle,NAME,"test",0,0); /* this might be the wrong syntax but I don't have a problem here */ wind_open(handle,x,y,w,h); ....etc... -------------- So I can get the title bar to appear and the outline of the window. What I would like to know, Have I missed anything out when setting up the windows as the background in the window is grey (I use a high rez monitor) and not the white which I was expecting. Any help, tips, general comments most useful Dave Johnson D.M.Johnson@uk.ac.newcastle