Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.sys.acorn.programmer > #6416

Re: dragging a text icon by its outline

From Christopher Self <cself@btinternet.com>
Newsgroups comp.sys.acorn.programmer
Subject Re: dragging a text icon by its outline
Date 2022-08-14 18:42 +0100
Organization None
Message-ID <5a17f1b251cself@btinternet.com> (permalink)
References <5a124fe1d2cself@btinternet.com>

Show all headers | View raw


I've even managed to clip it correctly now:

 block!8  = minx% - (scrollx% - icminx%)
   IF scrollx% > icminx% THEN block!8  = minx%+4
 block!12 = maxy% - (scrolly% - icminy%)
 block!16 = minx% - (scrollx% - icmaxx%)
   IF maxx% + (scrollx% - minx%) < icmaxx% THEN block!16 = maxx%-4
 block!20 = maxy% - (scrolly% - icmaxy%)

But I still don't understand it...

-- 
Christopher Self

Back to comp.sys.acorn.programmer | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

dragging a text icon by its outline Christopher Self <cself@btinternet.com> - 2022-08-03 20:13 +0100
  Re: dragging a text icon by its outline Christopher Self <cself@btinternet.com> - 2022-08-07 21:37 +0100
  Re: dragging a text icon by its outline Christopher Self <cself@btinternet.com> - 2022-08-14 18:42 +0100

csiph-web