Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!swrinde!ucsd!ucbvax!rchland.iinus1.ibm.com!dgross From: dgross@rchland.iinus1.ibm.com (Dave Gross) Newsgroups: comp.soft-sys.andrew Subject: transfer mode graphic_COPY Message-ID: Date: 6 Nov 90 16:37:49 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Dave Gross Organization: The Internet Lines: 19 Has anyone tried to use the transfer mode graphic_COPY tooverwrite characters in a view without having to first "white out"the old characters? For example: myview_SetTransferMode(self, graphic_COPY); myview_SetFont(self, myFont); /* a fixed width font */ myview_MoveTo(self, x, y); myview_DrawString(self, "LAST",graphic_ATTOP | graphic_ATLEFT); myview_DrawString(self, "F",graphic_ATTOP | graphic_ATLEFT); What I would expect as a result would be "FAST", but what I getis "EAST". It seems that graphic_COPY is workinglike OR. Is this a bug? Also, can anyone respond to my last post of Oct. 30 on key bindings? I wouldappreciate any input you can give me. Thanks, -- Dave Gross 507/286-6785