Re: Create window? How?
- Posted by Derek Parnell <ddparnell at bigpond.com> Oct 07, 2004
- 443 views
Michelle Rogers wrote: > > scrolled windows.....now that's something i haven't been able to figure > out........i can add the scroll bar...but i can't figure out how to make it > scroll when you move the scrollbar.... > *hangs her head in defeat* When you say "how to make it scroll", what exactly are you trying to scroll? The normal way is to trap the scroll event and then adjust the display accordingly. In other words, the scrollbar doesn't *cause* your stuff to move, it just tells your program that the user would like to move your stuff, but you still have to do the moving. -- Derek Parnell Melbourne, Australia