AW: Are the icons and color of a fields scrollbar editable?

2008-10-21 Thread Tiemo Hollmann TB
and color of a fields scrollbar editable? Tiemo, I wrote a custom scrollbar object which is very easy to customize and works well with fields. From a previous post: Here's a plugin which allows one to create custom colored scrollbars for fields in Rev. It's ONLY BEEN TESTED ON WinXP. So, any

Are the icons and color of a fields scrollbar editable?

2008-10-20 Thread Tiemo Hollmann TB
Hello, I've seen runrev apps with a complete customized look, where also the scrollbars of a scrollfield had their own icons and / or color. Is there a standard option how to change the look of a scrollbar, compatible with Win and Mac. I didn't found any property for customizing? Thanks for

Re: Are the icons and color of a fields scrollbar editable?

2008-10-20 Thread Mark Schonewille
Hi Tiemo, You need to create your own scrollbar. Create a button and write a script to make it follow the mouseLoc on mouseDown, until the mouse is up. Make the button move vertically and only between particular coordinates. Set the vScroll of a field to the relative vertical distance

AW: Are the icons and color of a fields scrollbar editable?

2008-10-20 Thread Tiemo Hollmann TB
to use Revolution Betreff: Re: Are the icons and color of a fields scrollbar editable? Hi Tiemo, You need to create your own scrollbar. Create a button and write a script to make it follow the mouseLoc on mouseDown, until the mouse is up. Make the button move vertically and only between

Re: Are the icons and color of a fields scrollbar editable?

2008-10-20 Thread Chipp Walters
Tiemo, I wrote a custom scrollbar object which is very easy to customize and works well with fields. From a previous post: Here's a plugin which allows one to create custom colored scrollbars for fields in Rev. It's ONLY BEEN TESTED ON WinXP. So, any of you Mac, Vista or Linux folks can check it

Re: Are the icons and color of a fields scrollbar editable?

2008-10-20 Thread Chipp Walters
Mark, You make it sound oh so simple. To construct an actual scrollbar, you really need to do things like: - Manage the height of the elevator button proportional to the content in the field which is scrolled - Track the field if it is resized - Update it on selectionChanged - Work with mouse