Re: [Win32Lib] scroll a window with text?
- Posted by Dan Moyer <DANIELMOYER at prodigy.net> Jun 27, 2002
- 400 views
Derek, Somebody must be experimenting with slowing electronic transmissions down, 'cause when I sent this one you're responding to I didn't *have* your email with info about your work with scrolling. Wasn't a matter of not *reading* it, I hadn't *received* it at that point in time. Not sure exactly how the time stamps work, but here's my send info for this one you're replying to, & below it is my receive info for the one from you to me that I just now read: From: "Dan Moyer" <DANIELMOYER at prodigy.net> To: "Parnell, D \(Derek\)" <Derek.Parnell at SYD.RABOBANK.COM> References: <307505342056D31199A100508B55407D0AFA1606@SYD1001032> Subject: Re: [Win32Lib] setting range for window scrollbar; & bug in "setS crollRange"? Date: Thu, 27 Jun 2002 03:33:09 -0700 Message-Id: <307505342056D31199A100508B55407D0AFA1606@SYD1001032> From: "Parnell, D (Derek)" <Derek.Parnell at SYD.RABOBANK.COM> To: "'Dan Moyer'" <DANIELMOYER at prodigy.net> Subject: RE: [Win32Lib] setting range for window scrollbar; & bug in "setS crollRange"? Date: Thu, 27 Jun 2002 11:10:23 +0800 Just an electronic futz up :) Dan ----- Original Message ----- From: "Derek Parnell" <Derek.Parnell at SYD.RABOBANK.COM> To: "EUforum" <EUforum at topica.com> Sent: Thursday, June 27, 2002 1:57 AM Subject: RE: [Win32Lib] scroll a window with text? > > Dan, > you really must read your private mail first. I've answered all this stuff > in a mail I sent to you about 6 hours ago. > > > -----Original Message----- > > From: Dan Moyer [mailto:DANIELMOYER at prodigy.net] > > Sent: Thursday, 27 June 2002 18:52 > > To: EUforum > > Subject: Re: [Win32Lib] scroll a window with text? > > > > > > Could the person who contributed the procedure > > "setWindowScrollRange" to Derek for Win32Lib > > (or anyone else who might know), > > explain what exactly to use for the "pageSize" parameter? > > > > The "setWindowScrollRange" procedure is defined thusly: > > global procedure setWindowScrollRange(integer id, integer typeScroll, > > integer min, > > integer max, atom pageSize) > > -- Martin : sets scroll range for window scrolbar > > -- type idenitifies scrollbar - > > -- SB_HORZ : window horizontal sb > > -- SB_VERT : window vertical sb > > -- SB_CTL : control (same as setScrollRange) > > -- (maybe replace this with setHScrollRange, etc.) > > -- pageSize specifies size of one page (allows set size > > of proportional > > scrollbar) > > > > > > Alternatively, is it possible to use "global procedure > > setScrollRange" to > > set the scrollbars' ranges for a window? It looks like the > > code for the > > procedure makes it possible, but I don't know how to involve > > & distinguish > > horizontal & vertical scrollbars; I see "lMsgCode = SB_VERT" > > & its sibling > > in the code for "if the control is a window", but I can't see > > how they are > > presented or made available to the procedure. > > > > tia, > > Dan Moyer > > > > > ================================================================== > > > ================================================================== > > > >