Re: Scrollbar question

2004-06-17 Thread Chipp Walters
Howard, I, too, would like to be able to do this, but alas, I think it currently *not* possible. Perhaps a feature enhancement in Bugzilla? -Chipp Howard Bornstein wrote: The scrollbarDrag message is sent whenever a scrollbar is moved. Is there a way to distinguish which scrollbar is actually be

RE: Scrollbar question

2004-06-17 Thread Ken Ray
gt; Chipp Walters > Sent: Thursday, June 17, 2004 5:06 PM > To: How to use Revolution > Subject: Re: Scrollbar question > > > Howard, > > I, too, would like to be able to do this, but alas, I think > it currently > *not* possible. Perhaps a feature enhancement in Bu

Re: Scrollbar question

2004-06-17 Thread Howard Bornstein
On Jun 17, 2004, at 6:36 PM, Ken Ray wrote: Can't you check the hScroll and vScroll property and see which one has changed? Duh. Thank you Ken. That did the trick. And thanks Michael for your suggestion. That was my next idea. Regards, Howard Bornstein --- D E S I G N E Q ww

Re: Scrollbar question

2004-06-18 Thread Frank Leahy
On Jun 17, 2004, at 11:30 PM, [EMAIL PROTECTED] wrote: Subject: Re: Scrollbar question To: How to use Revolution <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii; format=flowed Howard, I, too, would like to be able to do this, but alas

Re: Scrollbar question

2004-06-18 Thread Howard Bornstein
On Jun 18, 2004, at 3:05 AM, Frank Leahy wrote: The docs say that scrollbarDrag is "Sent to a field, scrollbar or group..." -- have you tried to capture the message in the scrollbar itself, before it gets to the field? This is the problem. Scrollbars are objects and if you make an explicit one,

Re: Scrollbar question

2004-06-18 Thread Ken Norris
On Jun 18, 2004, at 9:00 AM, [EMAIL PROTECTED] wrote: Date: Fri, 18 Jun 2004 08:27:29 -0400 From: Howard Bornstein <[EMAIL PROTECTED]> Subject: Re: Scrollbar question To: How to use Revolution <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain;

Re: Scrollbar question

2005-06-20 Thread FlexibleLearning
I don't think you can, Mark. /H > On a click in a scroll bar how do you derive (what would be) the > ThumbPos of the click? (Set the thumbpos of the target to the > clickLoc) is the idea. ___ use-revolution mailing list use-revolution@lis

Re: Scrollbar question

2005-06-21 Thread Ken Norris
Howdy, Date: Tue, 21 Jun 2005 01:43:55 EDT From: [EMAIL PROTECTED] Subject: Re: Scrollbar question I don't think you can, Mark. /H On a click in a scroll bar how do you derive (what would be) the ThumbPos of the click? (Set the thumbpos of the target to the clickLoc) is the

Re: Scrollbar question

2005-06-21 Thread Mark Swindell
Howdy, Date: Tue, 21 Jun 2005 01:43:55 EDT From: [EMAIL PROTECTED] Subject: Re: Scrollbar question I don't think you can, Mark. /H On a click in a scroll bar how do you derive (what would be) the ThumbPos of the click? (Set the thumbpos of the target to the clickLoc) is the idea.

Re: Scrollbar question

2005-06-21 Thread Ken Norris
Hi Mark, Date: Tue, 21 Jun 2005 10:19:57 -0700 From: Mark Swindell <[EMAIL PROTECTED]> Subject: Re: Scrollbar question When you click in the slider track the thumbPos adjusts incrementally based on the property settings (Scroll distance: on bar click: x). There is no option to jump