Discovery: Border color trumps project background color, sort of

I just made an interesting discovery.  My project background is set to #FFFFFF white (Edit > Preferences >  Defaults > Background color) and my borders are set to the "company" orange (FF7900, REALLY orange).  During normal viewing all is okay.  However, if there's a lag between a published project ending and another loading, I see this gigantic orange box.  Aha!  if I disable my borders, I only see white during a loading transition.  Apparently the borders are filling in the area during preloading?
I'll submit a feature request.  --Leslie

In the Layout menu for two photos per page try selecting one of the top two options. That seemed to give me pink borders every time I selected it.
Do you Twango?
TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

Similar Messages

  • How we can change JFrame Border Color Not Background.

    How we change jframe border color not background
    if any body know about that then plz tell me
    at this [email protected]
    i m thanksfull to ..... .

    hi Shafr
    beleive it or not, i got it using trial and error. i keep
    trying words in the function setStyle until the color changed. i
    dont know why it is not documented.
    var periodBarColor:SolidColor = new
    SolidColor(taskSchedColorChooser.selectedColor, 1);
    periodBar.setStyle("fill",periodBarColor);
    //where taskSchedColorChooser is colorPicker component. you
    can replace it by any color you want

  • Changing shape border color

    I'm working with Photoshop Elements 6
    I've created a round rectangle. I want the shape to be black with a white border. However whenever I finalize and save, my white border disappears and I'm just left with a black shape. Edit > Stroke is'nt highlighted, and for the life of me I can't figure out how to change it.
    Whenever I change the colors from black and white I dont seem to have this problem. How can I change/modify the BORDER COLOR of my shapes?

    Steve,
    1. Simplify the shape layer, and Edit>stroke will be available
    2. CTRL+left click the shape layer in the layers palette - should see marching ants
    3. Edit>stroke - ?outside
    4. If your background is white, you will not see the white of the stroke - need contrast
    http://www.pixentral.com/show.php?picture=1VIYN3bamn2z7lD5GsLsYAeYK0qJU1
    Let us know how you make out.
    Ken

  • Ratpoison border color

    Well, I dabbled in openbox and fluxbox for a while, but have switched back to ratpoison 'cos despite its flaws, its mouseless charm is lovable
    Anyway, although I haven't changed my ratpoisonrc from before, my border around urxvt is now white instead of black, and I don't know why... the border is black around firefox, as desired, but  the border is either white or transparent around urxvt.
    The Xdefaults options I have affecting urxvt are:
    *foreground: #B0B0B0
    ! Green
    !*background: #202f37
    !*background: #20372f
    ! Brown
    !*background: #372f20
    ! Blue
    !*background: #101520
    !*background: #151825
    *background: #232b42
    ! Black + DarkGrey
    *color0: #000000
    *color8: #666666
    ! DarkRed + Red
    *color1: #b45151
    *color9: #fe8686
    ! DarkGreen + Green
    *color2: #aece92
    *color10: #97fa97
    ! DarkYellow + Yellow
    *color3: Khaki3
    *color11: #efe58b
    ! DarkBlue + Blue
    *color4: #2797d8
    *color12: #86cdea
    ! DarkMangenta + Mangenta
    *color5: #aa6eaf
    *color13: #cb96ce
    !DarkCyan + Cyan
    *color6: #418179
    *color14: #71bebe
    ! LightGrey + White
    *color7: #bebebe
    *color15: #ffffff
    *saveLines: 32767
    *scrollTtyKeypress:true
    *scrollTtyOutput: false
    *scrollBar: false
    *internalBorder: 20
    urxvt*loginShell: true
    urxvt*termName: rxvt-unicode
    urxvt*inheritPixmap: true
    urxvt*shading: 40
    urxvt*font: xft:Bitstream Vera Sans Mono:pixelsize=11
    urxvt*tintColor: #405070
    Even when I get rid of the most likely culprits - *inheritPixmap, *shading, *tintColor and *internalBorder, the border still remains invisible.
    So my main problem is getting the border back around urxvt 
    Also though, is it possible to change the border color in ratpoison? I spent hours customising my .rc for it, and never found an option to alter the border color...
    I wouldn't even be bothered about having a border tbh, but urxvt won't sit right up against the screen edges, despite ratpoison's padding being 0. It won't even work when  urxvt's *externalBorder: 0 is set in Xdefaults.

    Komodo wrote:at least you can usually track down the cause of every problem you find, since you're sufficiently knowledgeable.
    Very OT:
    When it comes to schooling, I have a degree in Computer Engineering.  That is, basically an Electrical Engineering degree, with low level programming (I can recall using 7 different assembly flavors, along with C and C++, not to mention design languages such as Verilog and VHDL, plus matlab).  Most people in the field that I actually work in are Computer Scientists.  Now, the difference when it comes to knowledge usually isn't that great.  People know how to code fairly well.  However, when it comes to methodology, I feel that the engineering disciplines are superior.
    Most engineering training, from a general standpoint, is all about diagnosis of an issue.  A lot of time is spent dealing with design from a *generic* point of view.  It may be "design a bridge for this ravine" or "design a 128bit ALU" or "design an algorithm that computes the number of LEDs lit up".  In most engineering disciplines, this methodology is the same.  You go about it the same way.
    When it comes to Computer Science, it seems the methodology is left out, and people tend to come into the "real world" with this understanding that there is no general way to do something.  You design using UML and Use Cases and that's it.
    It's the same when it comes to 'fixing' something.  Fixing a problem is really just re-designing the original solution (the original solution was a 'fix' for something anyway, wasn't it?).  I find myself to have very good skills when it comes to diagnosing issues, and am usually pretty quick about it.  That said, there is knowledge of the task at hand involved - I know, from a generic overview, how window managers work (hell, I've written a few mini ones just to get a feel for it), and thus can 're-design' the color handling fairly easilly.
    I wish Computer Science would grasp the methodologies used in the engineering disciplines... it pays alot.

  • Set control border color for tabbing

    Is there a way to set the color of the border when tabbing through controls? Right now I have a darker background so it doesn't do much good to be tabbing through enum and ring dropdowns when you can't tell which is selected because the border is black.
    CLA, LabVIEW Versions 2010-2013

    Here is a post that talks about how to hide the key focus:
    http://forums.ni.com/t5/LabVIEW/How-do-I-get-rid-o​f-the-Key-Focus-object-border/m-p/844383
    Maybe Label.TextColor can be changed when the focus is on the numeric control or blink the control.
    Jst some ideas until border color change is provided in LV.
    CLD,CTD

  • Cfwindow header border-color

    I seem to be having difficulty changing the border color of the header of a cfwindow. No matter what attribute I set the left and right border of the header will not change to the color I want. I want the header to be all black but I still get a gray line on the left and right side. My code looks like this:
    headerstyle="background-color:##000000;font-family:Arial; font-size:13px;color;border-left:##000000;border-right:##000000"
    Why won't the sides of the header turn black?

    No one has responded, however I have determined the only true way to get everything to match a theme is to tunnel down in the asset folders and edit/replace the graphics used to created the window frame.  Attributes and CSS can't touch all the elements.  So, there you have it.

  • Table Border Colors Not Corresponding to CSS

    Having an issue with tables not displaying their designated border colors. I think something is over-riding in CSS, but don't know how. Here is the page. I've assigned it a new class w/background-color, but it's not showing up - - just transparent borders. Thoughts?
    .table{
    display:inline;
    border-color:#000000}

    seanmc81 wrote:
    That worked for the border, thanks. Although I'm trying to get each cell outlined in #000000 as well. Would i assign something like
    border-right-color: 1px solid #000000;
    border-left-color: 1px solid #000000}
    as well?
    .table {
    border-collapse: collapse;
    .table td {
    border: 1px solid #000;

  • TableView selection border color CSS

    All how do I change the border colour when you select a table?

    Maybe you mean the border applied to the table when the table has focus?
    In which case the css below will give the table an indigo border when it is focused.
    .table-view:focused { -fx-background-color: indigo,-fx-box-border,-fx-control-inner-background; }Not quite sure what "select" means in this context and if you are interested in the border of the entire table or the border of a selected row.
    Anyway, changing those other things is just a matter of tweaking different css styles.

  • Border Color in CS5 - Gone?

    I just installed CS5.  What happened to the color picker for table border color.  I see the background color picker but no border color picker?  Is there somewhere in preferences or something to find this?  If not, is there an extension that can be added? 
    Thanks

    The border-color attribute is not a part of HTML and has never been, even though some early browsers chose to support it.  DW is now very focused on writing valid HTML in your pages, hence its removal.  As Ken suggests, the proper way to style any element's borders is to use CSS.

  • Cell border colors

    I created a table with photos and text. In Dreamweaver the
    text is yellow and borders are gray and all looks ok.
    When I open it in Firefox the text and borders are yellow.
    In Opera the same situation.
    In Safari all is OK
    Does anyone have any ideas? I am on a Mac
    the page is
    http://www.bobweber.com/shuffleboard.html
    thanks
    bob

    Huh? Do you mean table "width"? And you change it to zero?
    Here's the relevant table tag -
    <table width="200" border="3" align="center"
    cellpadding="2" cellspacing="0"
    bordercolor="#666666" bgcolor="#000000">
    Note that you have used the IE proprietary (and thus invalid)
    HTML attribute
    "bordercolor". The reason that you do not see the gray
    borders in Firefox
    is that Firefox ignores this invalid HTML. If you want
    colored table
    borders, you will need to use CSS to specify them, not HTML.
    For example,
    you could have this -
    <table width="200" align="center" cellpadding="2"
    cellspacing="0"
    style="border:3px solid #666;background-color:#000;">
    to achieve the effect I think you want.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Gcr114" <[email protected]> wrote in
    message
    news:glmasp$c2g$[email protected]..
    > dont remember off the top of my head..but im pretty sure
    if you click on
    > the
    > table itself..somewhere on there you have the option to
    adjust table with,
    > change it to 0 (or none if thats the option, i dont
    recall) and that
    > should
    > take care of it. same for links and things like that if
    you ever have that
    > problem
    >

  • Tile List Border color Remove

    hi all,
                   I want to Remove The background Color and Border color of a tile list componet in flash,please help me

    You can try manually editing the object in the library such that you set the colors for the various skins to be transparent.

  • How do I change an image border color to another color - Dreamweaver CS5?

    Good day,
    I have just learned how to add a border to an image with Dreamweaver CS5 within the Properties Inspector.
    After typing the width in pixels in the Border Text Field and pressing the Enter key, Dreamweaver created a black border.
    How do I change the image border color to another color?

    I added your suggested rule to the Style Sheet "in any order" as you explained. See the image below.
    However this did not change the image border from black to light blue. In fact, nothing changed.
    Nothing changed because the CSS that has been written into DW is incorrectly written.
    You want the following (exactly as written below)
    img {border: 4px solid #0062C8;}
    You've inadvertently wrapped the rule inside a #main_image container rendering it meaningless.
    It's easiest to go into Code View and change
    #main_image {
         img {border: 4px solid #0062C8;
    to
    img { border: 4px solid #0062C8; }
    The Property Inspector added a border exactly as I wanted it, other than the color I wanted the border to be. What is the use of this function in Property Inspector if it can add a border within Property Inspector but not let me change the COLOR of the black border that Property Inspector added, to another color?
    That's a deceptively simple, yet valid, question with a long answer.
    Back in the dark old days of web design web designers were restricted to inline HTML formatting which offered  border properties but no colors.
    CSS styling offers colors and more but has to be written differently.
    These days. it's best to avoid HTML formatting. Unfortunately border="4px" in the PI still allows it. But does not permit color.
    Does anyone else out there ever add color borders to their IMAGES (not the containing box for the image) ?
    Yes, using CSS.

  • I have never used my mac for desktop publishing before and am having some problems.  This sounds really dumb, but I can't figure out how to put a border around a text box.  Also, how do you edit the border, i.e. border color, thickness, etc. Help!

    I have never used my mac for desktop publishing before and am running into some real problems.  How do you put a border around a text box?  Can you edit the border - color, thickness, etc.?  Help!

    I think the best solution is to read Pages documentation, go to Help and you have a long list of options. Pages is capable of quite sophisticated things, some features are above Nisus or Mellel, so it is not so simple to summarize things in a few lines.

  • Border color change of UILoader

    Hi
    Does anyone now how to change the border color of the
    UILoader component when user clicks on that. I have put UILoader in
    the sprite container and i need to implement that if user selects
    that UILoader its border color will be changed (to red may be).
    Please help me out . Here's the my dummy code for that.
    Basically what I need is the border of UILoader to be shown as soon
    as mousedown event is generated and the border to hide as soon as
    mouseup event is generated.
    Any help or any new idea will be highly appreciated.
    Thanks
    /****************CODE******************
    var container:Sprite=new Sprite();
    var myUILoader:UILoader = new UILoader();
    myUILoader.source = "XYZ.swf";
    myUILoader.load();
    container.addChild(myUILoader);
    addChild(container);
    myUILoader.addEventListener(MouseEvent.MOUSE_DOWN,dragUILoader);
    myUILoader.addEventListener(MouseEvent.MOUSE_UP,dropUILoader);
    myUILoader.addEventListener(MouseEvent.CLICK,
    moveSelectedVideoOnFront);
    function moveSelectedVideoOnFront(event:MouseEvent):void
    //Brings selected UILoader on top
    function dragUILoader(e:MouseEvent):void
    //Allows dragging of the UILoader
    function dropUILoader(e:MouseEvent):void
    //Allows dropping of the UILoader

    <a href="/HTML/index.html">Catalog</a>
    <a href="index.html">Home</a>  
    Just so you'll know, this is not a good way to link to the default file in any folder (including the root folder. These links *should* be like this -
    <a href="/HTML/">Catalog</a>
    <a href="/">Home</a>
    without mentioning the default filename. That's because when the site is spidered, the spider will think you have two different pages (in this case both default and index.html), and may penalize you for having "two" pages with identical content. So, anytime you are linking to the default file within a folder, just remove the filename from the link, and just link to the folder instead.

  • Gridview Border color issue in IE10

    Hi,
    I am facing an issue in IE10(Version: 10.0.9200.17116, Update Versions: 10.0.21 (KB2987107)).
    when I try to render a grid view, the borders of the cell are not in proper color.
    The grid view is applied black border for cells and text color of grid cell is Red and Yellow on alternate row. But the border color of the grid view cell gets mixed with the text color inside the cell  and applied black border.
    You can see my post on (http[:]//forums[dot]asp[dot]net/t/2024404.aspx)
    Please let me know a suitable solution for the issue.
    Regards,
    Salman

    Hi,
    I noticed that you're using IE10(Version: 10.0.9200.17116, Update Versions: 10.0.21 (KB2987107)).As Robear mentioned in the first reply, we recommend to install the latest update KB 3008923 for IE to have a best performance.
    Have you checked the application code with F12 developer tool, then change the user agent string below Internet Explorer 10 as a test?
    I've checked the link you posted in the asp.net forum, seems you're trying to delelop a web application in IE, I'm not a developer, but I found some useful links
    some guys recommend css instead of html and others point a direction of tables inheritance
    http://stackoverflow.com/questions/16803844/border-colours-in-ie10-incorrect-all-other-browsers-ok
    https://social.msdn.microsoft.com/forums/ie/en-us/c3797399-3571-48e8-8d09-b771a9665109/ie10-incompatible-on-table-border-design
    NOTE
    This
    response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
    Microsoft
    does not control these sites and has not tested any software or information found on these sites.
    Yolanda Zhu
    TechNet Community Support

Maybe you are looking for

  • Full update not getting all records from PSA to ODS

    Dear BW Masters, I am working with MM module. Iam using standard extract structure 2LIS_02_ACC Iam doing full update. Getting full data 1300 records in to PSA. But getting only 298 in to my ODS. I tried changing fields in to KEY FIELDS AND IN TO DATA

  • Master-detail list - how to spread over multiple columns

    I am using the master-detail functionality to create a image viewer. I have a long list of master thumbnails, and rather than having them go down the page in one column, I would like to make them spread over 2 or 3 columns before the detail column. 

  • How to:  make a new document in Pages based a Pdf layout (same measures)

    Hi, hope someone can help me, for a couple of days I have been on Google looking for a solution, but I can't find any I have a macbook ( Mavericks) and iWork / PAGES to make bussinesscards, invitations, flyers .... From the online printershop Flyer.b

  • How to modify portlet's appearance

    I am pretty new to Plumtree portal, so please pardon me for my basic question. I created a portlet and added it into the portal that the server is installed in my local pc. As default, each portlet has a title bar with blue background color, has a bo

  • Trying to Create Cone from Image

    I am attempting to take a circular image (a logo of something) and edit it so that it can be printed and turned into a small cone.  I have spent HOURS researching this and cannot seem to find the the problem.  I've followed the steps below (found on