`
Clarion 6: Scrolling RTF control - addition 2004-03-03 -- Dennis E Evans Newsgroups: softvelocity.public.clarion6 > Works like a charm, Dennis (except that +1 goes down 4 lines... But I'm > not fussed!). Damn thing does scroll more than one line, in the derived class you could use the sendMessage api: EM_SCROLL = 0b5h SB_LINEDOWN = 1 SB_LINEUP = 0 SendMessage(Self.props.handleof(), EM_SCROLL, SB_LINEDOWN, 0) Dennis Printed November 21, 2024, 7:21 am This article has been viewed/printed 35319 times. Google search has resulted in 23 hits on this article since January 25, 2004. |