• Updated 2023-07-12: Hello, Guest! Welcome back, and be sure to check out this follow-up post about our outage a week or so ago.

looking for scroll bars and grow box example

rwcooper

Member
Hi, I want to write a simple 68000 assembly language program that implements a window with scroll bars and a grow box. I can't seem to find sample code that does this. I also need the corresponding file for RMaker that contains the definitions of the various resources that define the scroll bars and grow box (this is the most important part for me). A sample in pascal would be fine. Any help is greatly appreciated...Randy.
 

rwcooper

Member
I think I've found what I need in the book Macintosh Assembly Language by Jan L. Harrington.
This book contains a lot of errors in the section regarding scroll bars. It took me a full day to work my way through them and get scroll bars that appeared correctly as the window size was changed. Without "Inside Macintosh - Volume I" I couldn't have found the errors in the book. There is a lot of good information in the book, but given all the errors in the one section I needed most I cannot recommend this book.
 
Top