Re: [Ql-Users] EasyPtr and rescalable windows.

2017-09-09 Thread Daniel Baum via Ql-Users
Thanks to everyone for your help. I got it to work, D. On Sat, Sep 9, 2017 at 1:15 PM, Bob Spelten via Ql-Users < ql-users@lists.q-v-d.com> wrote: > Op Fri, 08 Sep 2017 19:59:28 +0200 schreef Daniel Baum via Ql-Users < > ql-users@lists.q-v-d.com>: > > Hi all, >> >> I am trying to get my head ar

Re: [Ql-Users] EasyPtr and rescalable windows.

2017-09-09 Thread Bob Spelten via Ql-Users
Op Fri, 08 Sep 2017 19:59:28 +0200 schreef Daniel Baum via Ql-Users : Hi all, I am trying to get my head around EasyPtr (again). I have been playing with the new ability to create resizable windows. This turns out to be not terribly difficult, and I was able to create a resizable version

Re: [Ql-Users] EasyPtr and rescalable windows.

2017-09-08 Thread Norman Dunbar via Ql-Users
This might be handy too then, it's the official 68000 programmers manual, covering all the cpus: http://www.nxp.com/docs/en/reference-manual/M68000PRM.pdf Have fun. Cheers, Norm. -- Sent from my Android device with K-9 Mail. Please excuse my brevity. _

Re: [Ql-Users] EasyPtr and rescalable windows.

2017-09-08 Thread Daniel Baum via Ql-Users
Hi Norman, I am familiar with your excellent Assembly Language book. I will take a look at the toolkit that you mention; it certainly sounds as if it could be used as a template for what I am looking for. Come to think of it, I have actually never written any assembly language on the QL, as far

Re: [Ql-Users] EasyPtr and rescalable windows.

2017-09-08 Thread Norman Dunbar via Ql-Users
Evening Daniel, Re assembly language and writing extensions, my eBook has a few chapters on that. Help yourself to http://qdosmsq.dunbar-it.co.uk/downloads/QLToday/QL_Assembly.pdf. If you need to return two values, or four, then take a look at the DJTOOLKIT sources at https://github.com/Sincla

Re: [Ql-Users] EasyPtr and rescalable windows.

2017-09-08 Thread Daniel Baum via Ql-Users
Hi François, Thanks for the pointer to Dilwyn's tutorial. It is helpful but it doesn't contain what I was looking for. I did eventually find the answer here: http://www.qlforum.co.uk/viewtopic.php?f=3&t=1027 The solution involves PEEKing the window definition table, which is effective, but not

Re: [Ql-Users] EasyPtr and rescalable windows.

2017-09-08 Thread François Van Emelen via Ql-Users
Op 8/09/2017 om 19:59 schreef Daniel Baum via Ql-Users: Hi all, I am trying to get my head around EasyPtr (again). I have been playing with the new ability to create resizable windows. This turns out to be not terribly difficult, and I was able to create a resizable version of the calculator fr

[Ql-Users] EasyPtr and rescalable windows.

2017-09-08 Thread Daniel Baum via Ql-Users
Hi all, I am trying to get my head around EasyPtr (again). I have been playing with the new ability to create resizable windows. This turns out to be not terribly difficult, and I was able to create a resizable version of the calculator from Norman Dunbar's tutorial without suffering too much. H