Change Color of Shuttle border

Hello,
can anybody tell me, were I can change the color of the border of a shuttle. Several images are generated for the border, but no entry of blaf.xss seems to be responsible for the color.
Which class is responsible for the generation of the border images?
Regards Christian

Hi Christian -
Hi Andrew,
I expected an aswer like this :o)You probably aren't going to like my answer to your next question either... ;-)
Can you please tell me where it is hardcoded? Which
class is it, which defines his own colors?This code lives way down deep in our icon colorization code - and I would rather not point you in that direction. I have another suggestion which might do the trick if you are desperate to change the color of the shuttle borders.
The first time that UIX renders a shuttle, UIX will dynamically generate the images that are used for the shuttle borders. These images are created in the /cabo/images/cache directory, and look like this:
c-cclbl.gif (content container light bottom left)
c-cclbm.gif (content container light bottom middle)
c-cclbr.gif (content container light bottom right)
etc...
(Note the shuttle shares icons with the "light" content container.)
These images are only generated once - the first time a shuttle/content container is rendered - and after that the same images are re-used forever more. If you install these images with your application, UIX will detect that the images are already present, and won't ever try to generate new versions of these images. So, you can modify these images as necessary (eg. change the colors - but not the width/height) - and UIX won't know the difference...
Andy

Similar Messages

  • Changing colors of a border.

    I am working in Photoshop Elements 11.  I am trying to change a border from Black to another color, but it won't change.  Why?

    Need more info...what steps are you taking?

  • Changing colors on a border and making border wider

    I am using Adobe Photoshop Elements 2.0. When I choose the ripple frame under effects, it puts a white small ripple around the border. Is there any way to change the rippled border to a different color? Also, is there any way to make the ripple larger around the border? Thanks for any suggestions you may have. I tried the splatter frame but it wasn't any wider.

    Cheryl,<br /><br />It can be done but the effect isn't as good as it can be using other techniques. FWIW, I'd just skip down to the other methods.<br /><br />If you're determined to use the ripple frame, Jay Arraich's site has a tut on how to do it.<br /><br />Look for "How do I make the Frame effects in the Effects palette wider on large images?"  here:<br /><br />http://www.arraich.com/elements/pse_hhow1.htm#resize_frame<br /><br />You won't be able to use the replace color command on it as the command won't work on black or white.  You could copy the enlarged ripple effect into your clipboard then paste it into a solid color fill adjustment layer to colorize it.<br /><br />To do that, you would select<All; Edit<Copy the black and white frame in normal blend mode.  Create the solid color fill adjustment layer.  You will need to hold in the Alt key and click on the adjustment layer mask.  (If done correctly, it the document will go white as you are looking directly at the mask.)  Next, you paste (Edit<Paste) the frame you copied into the mask.  If the frame is reverse of what it should be then invert the mask...control I.  To remove focus from the mask, alt click it again...or just click on another layer in the layers palette. <br /><br />Two quick simple ways to create photograpic edges...<br /><br />Method 1:<br /><br />1. Create a blank layer over your image. <br />2. Use brush tool to paint an edge.  Try one of the brushes from the "Thick Heavy Brush Set".<br /><br />Method 2:<br /><br />1. Create a Solid Color Fill Adjustment layer over your image.<br />2. Turn on your Grid.<br />3. Use Rectangular Marquee to draw out a border selection.<br />4. Fill Selection with Black...(adjustment layer is highlighted in layers palette).<br />5. Deselect before going to step 6...<br />6. To create the edge effects, run filters on the adjustment layer mask.  Note:  Only filters that operate in grayscale will work on a mask.  (Try maybe Splatter and Sprayed Strokes filters.)<br /><br />There are other methods but these two will get you started...and in my opinion produce <b>much</b> better results than the ripple frame.<br /><br />HTH,<br />Terri

  • Since version CS6 (also CC) is not using the "change color" white border

    Hello,
    send you then added a small bug, but the user can very fooled.
    Since version CS6 (also CC) is not using the "change color" white border
    bounded by the selected color. In CS5 it worked correctly.
    More video from here: http://screenr.com/xZxH
    Regards
    Aleš Ulrych

    Hello Mr. Zimmermann,
    thanks for the response. I put it here so that this is a small mistake and knew someday be repaired. I personally find this more troubling issue that I have reported in version CS6: http://forums.adobe.com/thread/1246261?tstart=30
    But I still hope it will be corrected in the future.
    Yours
    Aleš Ulrych

  • For Changes Color in LiquidLookAndFeel

    Hi
    In my code of JFrame there are use of LiquiLookAndFeel Class but now i want to change Border Color of JFrame using LiquidLookAndFrame .So How we can Change Color Of LiquidLookAndFeel if you get this Please send as soon as possible
    Thanks
    Vivek

    Check this link,
    http://obiee101.blogspot.com/2010/05/obiee-conditional-format-based-on-other.html
    Thanks,
    Vino

  • How to change color in the title line?

    Hi experts, How to change color in the title line, i show an image for explained better
    !http://img688.imageshack.us/img688/9259/imagenjar.png!
    thanks

    in Views.css file
    file below object.and change border-color as you desired to reflect.
    .TitleTable {
         font-family: arial, helvetica, sans-serif;
         border-width: 0 0 4px 0;
         border-style: solid;
         border-color: #6666cc; ----> change here.
    hope this helps !
    -Niranjan K

  • Footer Isn't Changing Color

    Hi, I am trying to change the color of the footer bar to #333 but when I added color: #33333; to the code it didn't change the color. Can someone please look at the page in Firebug and tell me what I am doing wrong. Thanks.
    1. Web Page: http://www.buzzfx.ca/2d_character.html
    2. I selected the Footer Bar. <div id="footer">
    3. Then in the right CSS panel I added: color: #333333;
    4. Why does the footer not change color to? #333333;
    (Below is the original code with the change I made in "Blue")
    #footer { border-top: 1px solid #E5E5E5; }
    #footer { clear: both; 
        color: #333333;
        margin-top: 20px;
        overflow: hidden;
        padding-top: 20px;

    Perfect John, thanks.
    1. I want to make the footer wider and taller too. How would I add (width:960px;) to do this?
    #footer {border-top: 1px solid #E5E5E5;
    #footer {clear: both;
        width: 960px;
        background-color: #333;
        margin-top: 20px;
        overflow: hidden;
        padding-top: 20px;
    2. What do (clear: both;) and (overflow: hidden;) do?
    clear: both;
    overflow: hidden;

  • Javafx: How change color of focus of controls?

    Hi everyone,
    I got a trouble with change the color of focus of controls? Have anyone know? Please tell me. Here is my example.
    [http://imageshack.us/photo/my-images/864/fffd.png/]
    Please help me out. Thank very much.
    Edited by: 904388 on Dec 25, 2011 7:45 AM

    Hi,
    The desired functionality can be acheived by customising the css of the text field. (or any control)
    Suppose if the textfield/button declaration is like this.,
    TextField text = new TextField();
    Button btn = new Button();It's related focus css is as follows (in caspian.css file)
    .text-field:focused {
        -fx-background-color: -fx-focus-color, -fx-text-box-border, -fx-control-inner-background;
        -fx-background-insets: -0.4, 1, 2;
        -fx-background-radius: 3.4, 2, 2;
    .button:focused {
        -fx-color: -fx-focused-base;
        -fx-background-color: -fx-focus-color, -fx-outer-border, -fx-inner-border, -fx-body-color;
        -fx-background-insets: -1.4, 0, 1, 2;
        -fx-background-radius:  6.4, 5, 4, 3;
    }To customize the focus color, you need to define a custom class for your controls, like
    TextField text = new TextField();
    text.setStyleClass().add("myText");
    Button btn = new Button();
    btn.setStyleClass().add("myButton");and need to add the css accordingly for your focus color.
    .myText:focused {
        -fx-background-color: #E99725, -fx-text-box-border, -fx-control-inner-background;
    .button:focused {
        -fx-background-color: #E99725, -fx-outer-border, -fx-inner-border, -fx-body-color;
    }I hope the above explanation will help you.
    Happy Coding !! :)
    Regards,
    Sai Pradeep Dandem.
    Edited by: Sai Pradeep Dandem on Dec 26, 2011 8:58 PM

  • Why do I get a program error when changing colors?

    I get a 'Could not complete your request because of a program error' when I try to change colors on both the forground/background palette or from the color picker palette.  Is there a patch for this?
    I am using Photoshop CS6 version 13.0.1.x64

    Hi. Because this forum is for beginners trying to learn the basics of Photoshop, I'm moving your question to the Photoshop General Discussion forum.

  • Images Change Colors between monitors while the UI stays the same

    Hey! Im having an issue where photoshop changes the colors when I move the window between my monitors, seen here: http://sta.sh/04y5s60vf3j This isnt due to the monitors themselves being different, it actually changes after a few seconds of moving it inbetween the monitors. The left one has been callibrated with a spyder 3 elite which I no longer have access to. I applied the file with windows color management instead of the spyder utility. The second one is new, and it is not callibrated by anything, but instead was done by hand with the built in brightness/contrast/custom RGB settings. Both of them are very close to eachother, enough so for my tastes. but when photoshop changes what the image looks like, it's causing problems. Interestingly enough, when I disable callibration for the monitor on the left, the image does not change colors between monitors, but instead always appears as it does on the right. but then they don't match up and the whole screen looked washed out because it's uncallibrated, so that doesnt do me any good. Another interesting thing to point out, is when this image is saved as a .JPG, and viewed with firefox the image appears exactly like the monitor on the LEFT (which is my main monitor) despite the left monitor being the one that is force changed. does anyone have any suggestions? It also appears that windows photoviewer is behaving the same way, though firefox does not. Meaning when I open an image in all 3 on the left monitor, they look the same, but when opened on the right monitor, windows photo viewer and photoshop both display the image as brighter and redder than firefox does. This is frustrating, because it seems photoshop is changing the image with my callibration on my left monitor to match what it looks like on the web, which it does. but it doesn't do this for the right monitor, or when the left is uncallibrated. Another issue I can see with this is even if the UI is the same shade of gray, the images are different between the monitors because of this change. Does anyone have any suggestions?
    - BD

    Alright! So I reread through all this, poked at some things on the internet, and I'm going to attempt to summarize what would be a good solution for all this (And it seems, it still won't be perfect, but to get myself into the best environment I can for not messing with images for an hour trying to make them look nice before I post them to the web. I painted something yesterday on the cintiq, popped it over to my laptop screen and it just looked washed out and terrible.)
    1. Get a X-rite EODIS3 i1 Display Pro, Callibrate laptop and cintiq. I do have the money to drop on something like this, especially if it's a time saver.
         Things I'm not sure about:
              a. There was a ton of complaints about the software not working when I checked reviews, but also a ton that said everything was great. most of them were mac users though.
              b. I'm not sure if problems would still be posed, even while calibrated, by me having a wide gamut monitor.
              c. I'm a terrible excuse for a human being and I think the colors showing up brighter on the wide gamut screen is pretty (I should just make my images this bright on a normal screen and there won't be any issues. >.>)
    2. Set Firefox to color manage (easy enough)
    3. Change my photoshop working space to sRGB (since they'll have been calibrated at this point)
    3. Accept the fact that most of the people who look at my work will be doing so on a monitor that is almost certainly uncalibrated, and I can't control what they will see on my screen, but I CAN control if the colors are -actually- what I want them to be on any properly calibrated device. which is probably the best way to go anyways.
    4. Make paintings, have fun.
    Now, you two have been going on about all sorts of interesting things in here, and it seems that calibration issue run much much deeper than I ever thought. Do either of you have recommendations for how I should tweak this list of things to do or other things I can/ should do? I'm not currently a working professional, but if I have anything to say about it, I will be within a few years (I'm going to school for illustration and studying concept design on my own time) so it'd be useful for me to get into good habits now.
    - Brendavid

  • Can anyone tell me why a picture would change color when I try to download/upload it?  It is the exact same picture- chosen the same way and when it goes to any other program it changes the color (I've tried canvas on demand and mpixpro.  I've also tried

    Can anyone tell me why this picture changes color when I try to download/upload it?  It is the exact same picture I have taken from the same location.  The image on the left is via preview and the image on the right is what is shows like when I try to download it.  I have emailed it to myself and it shows fine on the computer and in CS4, but when I look at the download via my phone or on another computer it shows the wonky color on the right.  I have checked the color space shows RGB/8 bit.  Any ideas why or how to fix it?  It isn't with any one specific session.... and I've tried it on both my desktop and my laptop- saved image to an external hard drive and to drop box.  I've tried sending the image to canvas on demand, my email, mpxipro, POST editing- all the same result.  Please HELP!!  What am I doing wrong?

    Most of the time you see something like that. The image in question has a color profile other then sRGB. Some image viewers/displayers are color managed and others are not.  So the image do not look the same in all of the applications you use. So colors seem to change.
    Try converting it to sRGB color and see if then looks the same all around. Also I think PC and Mac displays are set to different gamma something like 1.8 and 2.2
    Though I'm colorblind I even see color variations.

  • How to change color of selected label from list of labels?

    My Problem is that I have a list of labels. RowHeaderRenderer is a row header renderer for Jtable which is rendering list items and (labels).getListTableHeader() is a method to get the list. When we click on the label this code is executed:
    getListTableHeader().addMouseListener(new MouseAdapter()
    public void mouseReleased(MouseEvent e)
    if (e.getClickCount() >= 1)
    int index = getListTableHeader().locationToIndex(e.getPoint());
    try
    if (((ae_AlertEventInfo)theAlerts.values().toArray()[index]).ackRequiredFlag)
    AcknowledgeEvent ackEvent = new AcknowledgeEvent(
    this, (ae_AlertEventInfo)theAlerts.values().toArray()[index]);
    fireAcknowledgeEvent(ackEvent);
    ((HeaderListModel)listModel).setElementAt(ACK, index);
    catch(Exception ex) {;}
    Upon mouse click color of the label should be changed. For some period of time ie. Upto completion of fireAcknowledgeEvent(ackEvent);
    This statement is calling this method:
    public void handleAcknowledgeEvent(final AcknowledgeEvent event)
    boolean ackOk = false;
    int seqId = ((ae_AlertEventInfo)event.getAlertInfo()).sequenceId;
    if (((ae_AlertEventInfo)event.getAlertInfo()).ackRequiredFlag)
    try
    // perform call to inform server about acknowledgement.
    ackOk = serviceAdapter.acknowledge(seqId,
    theLogicalPosition, theUserName);
    catch(AdapterException aex)
    Log.error(getClass(), "handleAcknowledgeEvent()",
    "Error while calling serviceAdapter.acknowledge()", aex);
    ExceptionHandler.handleException(aex);
    else
    // Acknowledge not required...
    ackOk = true;
    //theQueue.buttonAcknowledge.setEnabled(false);
    final AlertEventQueue myQueue = theQueue;
    if (ackOk)
    Object popupObj = null;
    synchronized (mutex)
    if( hasBeenDismissed ) { return; }
    // mark alert event as acknowledged (simply reset ack req flag)
    ae_AlertEventInfo info;
    Iterator i = theAlerts.values().iterator();
    while (i.hasNext())
    info = (ae_AlertEventInfo) i.next();
    if (info.sequenceId == seqId)
    // even if ack wasn't required, doesn't hurt to set it
    // to false again. But it is important to prevent the
    // audible from playing again.
    info.ackRequiredFlag = false;
    info.alreadyPlayed = true;
    // internally uses the vector index so
    // process the queue acknowledge update within
    // the synchronize block.
    final ae_AlertEventInfo myAlertEventInfo = event.getAlertInfo();
    SwingUtilities.invokeLater(new Runnable()
    public void run()
    myQueue.acknowledge(myAlertEventInfo);
    myQueue.updateAcknowledgeButtonState();
    // here we should stop playing sound
    // if it is playing for this alert.
    int seqId1;
    if (theTonePlayer != null)
    seqId1 = theTonePlayer.getSequenceId();
    if (seqId1 == seqId)
    if (! theTonePlayer.isStopped())
    theTonePlayer.stopPlaying();
    theTonePlayer = null;
    // get reference to popup to be dismissed...
    // The dismiss must take place outside of
    // the mutex... otherwise threads potentially
    // hang (user hits "ok" and is waiting for the
    // mutex which is currently held by processing
    // for a "move to summary" transition message.
    // if the "dismiss" call in the transition
    // message were done within the mutex, it might
    // hang on the dispose method because the popup
    // is waiting for the mutex...
    // So call popup.dismiss() outside the mutex
    // in all cases.
    if(event.getSource() instanceof AlertEventPopup)
    popupObj = (AlertEventPopup)event.getSource();
    else
    popupObj = thePopups.get(event.getAlertInfo());
    thePopups.remove(event.getAlertInfo());
    SwingUtilities.invokeLater(new Runnable()
    public void run()
    // search vector elements to determine icon color in main frame
    String color = getColor();
    fireUpdateEvent(new UpdateEvent(this, blinking, color));
    // Call dismiss outside of the mutex.
    if (popupObj !=null)
    if(popupObj instanceof AlertEventPopup)
    ((AlertEventPopup)popupObj).setModal(false);
    ((AlertEventPopup)popupObj).setVisible(false); // xyzzy
    ((AlertEventPopup)popupObj).dismiss();
    else
    // update feedback... ack failed
    SwingUtilities.invokeLater(new Runnable()
    public void run()
    myQueue.setInformationMessage("Acknowledge failed to reach server... try again");
    return;
    Code for RowHeaderRenderer is:
    class RowHeaderRenderer extends JLabel implements ListCellRenderer
    JTable theTable = null;
    ImageIcon image = null;
    RowHeaderRenderer(JTable table)
    image = new ImageIcon(AlertEventQueue.class.getResource("images" + "/" + "alert.gif"));
    theTable = table;
    JTableHeader header = table.getTableHeader();
    setOpaque(true);
    setHorizontalAlignment(LEFT);
    setForeground(header.getForeground());
    setBackground(header.getBackground());
    setFont(header.getFont());
    public Component getListCellRendererComponent( JList list, Object value,
    int index, boolean isSelected, boolean cellHasFocus)
    int level = 0;
    try
    level = Integer.parseInt(value.toString());
    catch(Exception e)
    level = 0;
    if (((ae_AlertEventInfo)theAlerts.values().toArray()[index]).ackRequiredFlag)
    setBorder(UIManager.getBorder("TableHeader.cellBorder"));
    this.setHorizontalAlignment(JLabel.CENTER);
    this.setVerticalAlignment(JLabel.CENTER);
    setIcon(image);
    else
    setBorder(BorderFactory.createLineBorder(Color.gray));
    setText("");
    setIcon(null);
    return this;
    I tried but when i am clicking a particular label, the color of all labels in the List is being changed. So can you please assist me in changing color of only the label that is selected and the color must disappear after completion of Upto completion of fireAcknowledgeEvent(ackEvent);

    im a bit confused with the post so hopefully this will help you, if not then let me know.
    I think the problem is that in your renderer your saying
    setBackground(header.getBackground());which is setting the backgound of the renderer rather than the selected item, please see an example below, I created a very simple program where it adds JLabels to a list and the renderer changes the colour of the selected item, please note the isSelected boolean.
    Object "value" is the currentObject its rendering, obviously you may need to test if its a JLabel before casting it but for this example I kept it simple.
    populating the list
    public void populateList(){
            DefaultListModel model = new DefaultListModel();
            for (int i=0;i<10;i++){
                JLabel newLabel = new JLabel(String.valueOf(i));
                newLabel.setOpaque(true);
                model.addElement(newLabel);           
            this.jListExample.setModel(model);
            this.jListExample.setCellRenderer(new RowHeaderRenderer());
        }the renderer
    class RowHeaderRenderer extends JLabel implements ListCellRenderer
        JTable theTable = null;
        public Component getListCellRendererComponent(JList list, Object value,
                                                      int index, boolean isSelected, boolean cellHasFocus){
            JLabel aLabel = (JLabel)value;
            if (isSelected){
                aLabel.setBackground(Color.RED);
            }else{
                aLabel.setBackground(Color.GRAY);
            return aLabel;       
    }

  • Changing color without modifying existing items.. problem!

    Hello,
    I'm reletively new to flash, and am trying to modify a template and am running into a problem and I don't seem to know why Flash is acting so strange.
    I am going into a movie clip to edit the color of an item, and when I do so with a tint, it overrides any additional effects such as light, and text. The color appears almost as if it were just slapped on top of everything.
    When I edit the color in advanced mode, it is really a hit-or-miss to get the correct color, and will only modify when changing the offset RGB.
    And also when doing this, the text gradually changes color, for example: there are 4 items in total that I want to edit the color of. Each item is a different colored box with text on the front (for a main Navigation of the website). --- The first item, the text will stay white. Gradually through the second and third items it starts to change, and by the fourth / last item, the text is completely blue.
    Is it possible for a portion of text to be connected somehow to an object within the animation in a movieclip? If so, is it possible to go inside and edit this? -the shape, animation, and text?
    Is there an easier way to change the color of an item inside a movie clip? I can supply additional information if needed.. files etc.
    Am I doing something wrong / completely missing something?
    Thank you very much in advance for any help and/or advice!
    New Flasher,
    Lisa

    go one level deeper than the movieclip so you're editing the shape.

  • Change color in ALV top of page

    Hi all,
    Can anyone tell me how (if it is possible) to change color in ALV top-of-page?
    Thank you in advance,
    Hagit

    Hi,
    It is not possible to change the color in ALV top of page.
    Thanks,
    Sriram Ponna.

  • My macbook pro is freezing after my screen changes color

    My screen has been freezing a lot for some reason. I will be working on anything on the computer then all of a sudden the screen will become distorted and start to change colors then do a hard freeze. I have to hold down the power button and do a hard reset. Any suggestions on what this could be?
    Model Name:          MacBook Pro
    Model Identifier:          MacBookPro6,2
      Processor Name:          Intel Core i7
      Processor Speed:          2.66 GHz
      Number of Processors:          1
      Total Number of Cores:          2
      L2 Cache (per Core):          256 KB
      L3 Cache:          4 MB
      Memory:          4 GB
      Processor Interconnect Speed:          4.8 GT/s

    MacBook Pro (15-inch, Mid 2010): Intermittent black screen or loss of video

Maybe you are looking for

  • All USB ports are no longer 2.0

    I have been struggling recently with the USB ports on my Intel Mac Mini, circa 2007, OSX 10.5.8. Everything I plug into any of the 4 USB ports in the back will come up as a 12 Mbps port, not a high speed 2.0 port. I don't know how to diagnose the iss

  • How to display contents of one table and update another one

    Hi all My requirement is the following: - Three tables, guard, site and guard_site where guard_site shows which guards are linked to a particular site and vice-versa - I need to create one front-end where i allow all guards to be linked with a partic

  • Playing i-touch through new Macbook

    When my i-touch is connected to my macbook, it shows the songs that are on the i-touch but they're 'greyed out' for the want of a better phrase and I can't play them through the computer. They were initially loaded onto the touch through my other com

  • Urgent - enabling the collaboration link in tool area

    hi I had followed the following link for displaying Collaboration link in the Tool Area  in portal. http://help.sap.com/saphelp_nw04s/helpdata/en/42/ee2c740aed4fcfe10000000a422035/frameset.htm Also i had assign full control permission to the users. B

  • Emailing a Java Program

    Hi, so I finished writing a java program for a project and now i have to send it in one directory called Compound to my teacher. Im sorry if this is a stupid question, but how can i send a directory, i have outlook express and it only lets me send fi