Can the color of a scrollbar thumb be changed, to improve visibility?

Light blue gray on light blue gray is not always easy to see. I have looked, but can't seem to find an add-on for this. I am using 4.0 with the 3.0 for 4.0 theme. I was hoping 4.0 would fix this-- I can't be the only one on Earth who wishes his scrollbars were as easy to find as his tabs. A nice, bright, custom color would make this much easier.

I appreciate your answer. I tried every reasonable theme there was; the only one that really worked made everything look like Windows '95. Not one of the available themes allowed the scrollbar color to be changed in the Advanced tab-- it just grayed out. I'll keep watching and hoping; someone will, I feel sure, get as bothered as I am-- and have an ability to do something about it. Again, my thanks.

Similar Messages

  • DATALOAD.ERR: Can the default location of this file be changed?

    DATALOAD.ERR: Can the default location of this file be changed? I couldn't find any indication that this is possible in the Admin manual.Thanks!Vladimir Stojanovski Independent Consultant [email protected]

    not sure that i understand your question, but make sure that there are no spaces in the path that you are trying to load the file from. c:\My Documents\text.txtshould bec:\MyDocuments\text.txthope that helps.

  • Adjusting the color constituents using Scrollbars

    Hello, i'm trying to adjust the color gradient of the canvas by varying it using three Scrollbars. i've come up with the following code, but i'm not getting the desired effects. can anyone help me modify the code so that each scrollbar affects one color constituent.
    import java.awt.*;
    import java.awt.event.*;
    public class SimpleScrollBar extends java.applet.Applet
      Canvas can;
      Scrollbar s;
      Scrollbar z;
      Scrollbar t;
      Color bg;
      int b = 0;
      int g = 0;
      int r;
      public void init()
         setLayout(new GridLayout(1,1,10,10));
         bg = new Color(0,0,0);
         can = new Canvas();
         s = new Scrollbar(Scrollbar.VERTICAL,0,0,0,255);
         z = new Scrollbar(Scrollbar.VERTICAL,0,0,0,255);
         t = new Scrollbar(Scrollbar.VERTICAL,0,0,0,255);
         can.setBackground(bg);
         add(can);
         add(s);
         add(z);
         add(t);
      public boolean handleEvent(Event evt)
          if(evt.target instanceof Scrollbar)
            r = s.getValue();
            r = z.getValue();
            r = t.getValue();
            bg = new Color(r,b,g);
            can.setBackground(bg);
          return true;
    }

    Your problem lies in your handleEvent method. Look at your code, you assign the values of the three scrollbars to the same variable. Also, even if that did work, you mixed up your rgb as rbg.
    This should work.
    public boolean handleEvent(Event evt)
      if(evt.target instanceof Scrollbar)
        can.setBackground( new Color( s.getValue(), z.getValue(), t.getValue() ) ) ;
      return true;

  • Change the color/skin of slider Thumb

    Thanks guys for all your previous help..
    I want to change the color of the thumb of the slider but not
    able to do it. can anybosy help me out

    Hi Matt,
    I have a similar requirement, except:
    1. There are multiple thumbs, each of a different color
    2. The colors need to be dynamically adjustable from a colorPicker control
    This is for an mx hslider running in a Spark (Flex 4) app.
    I tried dynamically setting a sliderThumb color by extending the sliderThumb class with a color attribute. It works when I change the color by clicking a button, but not when I try setting the color in Actionscript when the component initially loads...I am probably calling the changeColor() function from the wrong event...which event should I use to change a sliderThumb style upon initial load?
    Thanks!!!

  • Can the color of the message app be changed on the new iOS 7 release.

    Can the new message app colors be changed?  The new format is white and quite stark.

    Appartently not!  I might as well chime in and say that the choice of a white background and sharp font is not good and needs an update.  You can invert the colors and suffer the changes to everything else but it does make the iMessage better or follow the suggestions above and increase the boldl and sharpness.

  • Can the order of Account segmentation types be changed?

    Hi Forum,
    I believe it can not be, but would like to confirm from the experts.
    When we create a company with segmentation, the system generates four default segments - Natural Account, Division, Region and Department.
    Most other ERP systems have it as Division, Region, Department followed by the Natural Account code.
    The question I have is, can the above order be changed to   like other ERPs - Division, Region, Department followed by the Natural Account code.
    Thank you.

    Hi,
    This is system design, it is impossible to change segmentation account order.
    Regards,
    TVSon

  • Can the intel core 2 duo processor be changed and upgraded to 2.5 ghz

    can the processing chips be upgraded on the imac 1.7ghz model??

    You can't upgrade processors or video cards on Mac's (MacPro if you can find one that is)
    Only the RAM and in some machines the hard drive, that's it.

  • Why can the settings in my itunes not be changed any more?

    Hello,
    I have the following problem: The settings in my itunes cannot be changed. Even if I try to change them, they jump back to the former settings. Therefore I do not succeed in watching my mediatheque on my TV-set. In my itunes settings there is a password for the opening of my mediatheque. But in the settings of Apple TV there is no field for a password. I can´t remove the password in itunes as ALL settings cannot be changed any more. What can I do? Thanks so much for your help.
    klaus1003 from Germany

    Jazznme2 wrote:
    Do I need to be on the internet to access movies in my iTunes library?
    No. The movies are on your computer.
    And would these same movies in my library play in Rio, Brazil.
    Yes. Your computer does not know where you are.
    Most videos will not stream from US to Brazil......
    iTunes application does not stream video over the internet anywhere. It only streams on your local network (to Apple TV or iDevice)

  • Can the cursors in a property node be changed to the LabView 7.X format instead of 8.X?

    I plotted data and used the property node thing to create cursors so that I can select individual data points.  The LabView 7.0 or 7.1 format for the cursors was useful because I could punch in a number and the cursor would then jump to that number.  But with LabView 8.0, this option is apparently no longer available, and I must manually move the cursor to where I want it to go.  This is very time-consuming, and I would like to know if there's a way to revert to the LabView 7.0 format, or change the existing format so that I can tell the cursor where to go by punching in a number.  Any ideas?
    Attachments:
    question 090504.jpg ‏233 KB

    Sorry but no. You are stuck with the 8.0 style cursor option. I find the labview 8.x cursor display ugly and useless. Even my customers are very quick to specify that they do not want Labview 8.x styled cursors. I really miss the 7.1 type cursor display 
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • Can the font of Portrait content listing be changed?

    I found that I can only change the title, but not the listing. Can this be done?
    I wish to use a child-like font as this is a book for kids.

    Hi,
    This is system design, it is impossible to change segmentation account order.
    Regards,
    TVSon

  • Can the delimiter in a CFSELECT-multiple be changed before using the list it creates?

    I am using a CFSELECT which allows multiple selections, and I
    am feeding the results into a query which returns information about
    all of the selections. However, some of the values being returned
    contain commas because the values are company names (Acme, Inc.)
    and this conflicts with the comma-delimiting being looked for by
    the ListQualify I am using in the query to look up the information
    based upon the selections.
    Is there a way to change the delimiter of either the CFSELECT
    or the list it generates? I have tried ListChangeDelims before the
    query, but it changes both the delimiter commas and the value
    commas, obviously. I don't believe there is a way to change the
    delimiter commas between creating the list in the CFSELECT and
    using it in the ListQualify, but there are so many of you CF
    geniuses out there, one of you has to know how to do this.
    I am happy to provide more information or attempt to clarify
    a point upon request.
    My thanks in advance for your consideration and help,
    Jim

    Thank you for the suggestion, Dan. I wish it was that simple.
    I am working with a table in which the company name is entered for
    each record and has no link to any other table, there is no company
    table. I could create a company table and switch-out the company
    name with it's new id, but I'd rather not have to change several
    thousand records. Plus, with new records being added all the time,
    how would the users enter company names if the names aren't already
    in this new table?
    The point may be moot, in addition, as there are numerous
    scenarios in which one may have a field that contains commas for a
    number of reasons. Regardless of why the commas are used, the fact
    that they can be used is important and what needs to be addressed.
    Is there a way to leave the commas in the records and change the
    delimiter put in the list?
    Thanks again,
    Jim

  • Can the camera reference in a file be changed?

    The file metadata show the correct camera but the file is located under" unknown camera"? In one case I  shot 90 fotos with the same camera (nikon d1x) same date, same place and 85 are correctly placed - 5 not!
    Since I have a backup folder that is based on the camera used, it's a pain if they are not in the correct folder - I am talking about a total of about 12000 fotos shot with various cameras that are missplaced that way!

    The camera information is written by the camera and can't be changed in LR. It can be changed with ExifTool and the like. The camera information is used by LR for the various calibration settings.
    If you are on windows and want a GUI for ExifTool (makes using it a lot easier) the also download ExifTool GUI

  • Can the old product be catched if I change the product in an ite?

    Hi experts,
    Is there anybody knows how can I catch the old product if I change the product in an item when placing orders?
    I mean just change the product number,not deleting the whole line.
    Do you know the badi/function name??
    Jerry.
    Thanks in advance

    Hi,
    Below are the steps in detial,
    1. Declare an attribute as public static in controller class. Redefine method set_ordered_prod and before the statement set_property, assign <oval> to your attribute.
    2. Go to SE11 and create a dataelement with domain as CRM_ORDERED_PROD.
    3. Go to SPRO->CRM->BAsic Functions->Pricing->Define Settings for Pricing->Maintain Field Catalog.
    4. Create the attribute in field catalog with below parameters,
         Field Type = 'I'   ( item field )
         Implementation type = ' '
         Enter field name
         Virtual = 'D'
         Visibility = ' '
         Selection type = 'D'
         Enter the data element
    Now save the field catalog and click generate. Now go to SE11 and check for your attribute in structure CRMT_ACS_I_COM.
    5. Create implementation for badi CRM_COND_COM_BADI and implement method ITEM_COMMUNICATION_STRUCTURE.
        Inside the method, create an object ref. to controller class. ( step 1) and assign the public static attribute to the attribute
        created in field catalog. example CRMT_ACS_I_COM-<zfield...> = ....
    6. Download the pricing userexit manual from OSS Note 809820. Chapter 3 explains about how to create user exit implementations and assign attributes to it. Follow the steps and assign the attribute created in field catalog to your user exit formula.
    7. In IPC you can access the attribute using the below statement,
    String itemCategory = item.getItemAttributeValue("Z......").getValue();
    Hope this helps.
    Regards,
    Arun
        Assign the attribute in contro to the

  • Can the actual Apple store help u to change ur security questions?

    Hey guys, I can't remember my security questions and I don't feel like calling Apple Support. Can I just go into the store and a technician can help me to change it there and then? Because calling is sometimes stressful (I did it with Skype once, and the connection was too slow).

    You need to call Apple Support.
    Forum tip: if you mark your post solved, people who are willing to help are less likely to look at your thread. So, don't mark it solved until it really  is. On this volunteer, user-to-user forum, you sometimes have to wait longer than 15 minutes for a reply. 
    Best of luck.
    Edit: The store might be able to put you on the phone with Applecare.

  • Can the iOS7 lock-screen timeout interval be changed?

    I'm not talking about the Auto-lock setting; I mean the 5-second interval when my iPhone is locked and I press the wake button to view an incoming message or the clock. I would like to increase the time before the display shuts off again.

    lllaass wrote:
    Go to Settings>General>Autolock and increase the time until the screen locks.
    There isn't much of a choice there...  1, 2, 3, 4, 5 minutes or never.  I'm really hoping that the next update changes that to something more reasonable, such as 1, 5, 10, 15, 30 minutes or never.

Maybe you are looking for

  • Exclude freight from material price

    Dear SAP gurus, I have requirement where there is a freight to be included in PO, however there is also a requirement that this freight should not be included as material price when we do GR. As far as I know if we have freight condition in PO, then

  • Can i reset to the default module width  panel size?

    Hi may i ask you a question? i know i can drag the left or right panel to enlarge or restrict the width of the left or/and right pannel? is there a way to reset the width ? i mean have the default size? thanks

  • Create a line chart

    I wont to create a line chart using a a PL/SQL script. If is possible, i wont put this script inside a report created using Web DB, as an action that it must run after the show of the report html page. Is possible to make that? what i can do? Thanks

  • InD CS6 doc won't print or export to PDF

    Hi, I'm having a problem with my document: 304 pages Using master frames and master page items (page numbers and running heads, about 25 master spreads in all) 6 or so pages suddenly had an enormous pasteboard and the text on these pages disappeared

  • Bluetooth printing question

    Hi I've got an older hp deskjet 5740 printer which is hooked up via USB and a vista pc usb 2.0 but no bluetooth.  If I purchase 2 of the HP bt500 Bluetooth USB 2.0 adapters and plug one into the printer and one into my pc will I be able to print Blue