Re: Strange Scrollbar Issue

2006-11-18 Thread Mark Wieder
Frank- Saturday, November 18, 2006, 6:42:16 AM, you wrote: > Searching bugzilla revealed the solution in the form of bug 2180: > the thumbSize of the scrollbar was 511. The Spinal Tap scrollbar solution! "My amp goes to eleven..." -- -Mark Wieder [EMAIL PROTECTED] __

Re: Strange Scrollbar Issue

2006-11-18 Thread Frank D. Engel, Jr.
1. File -> New Mainstack 2. Drag Little Arrows control onto card 3. Right-click object -> Properties Inspector 4. endValue := 511 5. lineInc := 1 6. Right-click object -> Edit Script 7. Enter handlers: on scrollbarInc pos put pos end scrollbarInc on scrollbarDec pos put pos end scrollbarDec

Re: Strange Scrollbar Issue

2006-11-17 Thread J. Landman Gay
Frank D. Engel, Jr. wrote: I have a "Little Arrows" scrollbar I dragged out onto a card. With Rev 2.7.1, 2.7.2, and 2.7.4, I am seeing this: I want to be able to select over a range of 0 to 511, so I set startValue to 0, endValue to 511, and the lineInc to 1. When I try to use the arrows, th

Strange Scrollbar Issue

2006-11-17 Thread Frank D. Engel, Jr.
I have a "Little Arrows" scrollbar I dragged out onto a card. With Rev 2.7.1, 2.7.2, and 2.7.4, I am seeing this: I want to be able to select over a range of 0 to 511, so I set startValue to 0, endValue to 511, and the lineInc to 1. When I try to use the arrows, the thumbPosition stays at 0!