Re: Scrollbar color

2024-10-22 Thread Paul Dupuis via use-livecode
In Livecode (9.6.13 is what I used), click on the "Sample Stacks" icon in the toolbar. In the Sample Stacks window that comes up, search for "Scrollbar" (across all Stacks). he first one that comes up is a stack (by Oliver Kenyon) to make custom scrollbars. I have not ever had a need for a cust

Re: Scrollbar color

2024-10-22 Thread Bob Sneidar via use-livecode
Ah. I would look at your Windows appearance settings. For some reason Microsoft thinks uglifying their OS makes it look more modern. Bob S On Oct 22, 2024, at 9:42 AM, Richard Gaskin via use-livecode wrote: My problem is that the scrollbar looks ok on Mac, but on Windows it's 100% black...

Re: Scrollbar color

2024-10-22 Thread Richard Gaskin via use-livecode
jbv wrote: > Is there a possibility to set a custom color to a regular > scrollbar ? Requested 2009, presumably low priority since scrollbars are so common most folks want the standard OS appearance. In fact, I no longer have a need for custom scrollbar colors myself. https://quality.livecode.c

Re: Scrollbar color

2024-10-21 Thread Craig Newman via use-livecode
Were you interested in just having the thumb colored, the bar itself, or both? In any case, this is simple to do by overlaying two graphics on top of a standard scrollbar, and making the colored “thumb” graphic track the real one. Craig > On Oct 21, 2024, at 9:25 AM, Craig Newman via use-livec

Re: Scrollbar color

2024-10-21 Thread Craig Newman via use-livecode
I set the backColor to “Blue” and then tried all the different inks. Nothing... > On Oct 19, 2024, at 2:20 PM, Paul Dupuis via use-livecode > wrote: > > See https://quality.livecode.com/show_bug.cgi?id=7762 > > Scrollbars and sliders are essentially the same object. This enhancement > request

Re: Scrollbar color

2024-10-19 Thread harrison--- via use-livecode
Yes, you are probably stuck making your own. Good luck! Rick > On Oct 19, 2024, at 3:11 AM, jbv via use-livecode > wrote: > > Hi list, > > Is there a possibility to set a custom color to a regular > scrollbar ? I guess the answer is no, since I haven't > found anything in the doc. I also gue

Re: Scrollbar color

2024-10-19 Thread Paul Dupuis via use-livecode
See https://quality.livecode.com/show_bug.cgi?id=7762 Scrollbars and sliders are essentially the same object. This enhancement request/bug has been logged since 2009. I think the same request for scrollbars is also in the Quality Center bugzilla database and goes back even farther, but I didn

Scrollbar color

2024-10-19 Thread jbv via use-livecode
Hi list, Is there a possibility to set a custom color to a regular scrollbar ? I guess the answer is no, since I haven't found anything in the doc. I also guess that the only solution is to build a custom scrollbar. My problem is that the scrollbar looks ok on Mac, but on Windows it's 100% black.