Avoiding the color hunt and peck

when i have a row that is colored i oftentimes have text in one of the cells since i am using this as a sort of colored dividing line between different types of information. when i need to create a new colored row or when i need to change the color of a row that was cut and pasted from another area (say it already has the correct title in it) - i then need to MATCH the color that i was using for the other rows.
however, when i select the row and click on the color button at the top there is no way for me to know what color is being used by the other rows unless i select /those/ rows and do this. and even then i am oftentimes confused as to whether the orange is two rows over from the right and four rows up or if it is three rows over from the right and four rows up.
can anyone help me with this?
is there some kind of operation that lets me select one cell with the color and do a copy formatting and then select the whole row of the destination and do paste formatting that will get me the color without over writing the text?
TIA

Hello
Here's a pair of AppleScript scripts which may help.
Copy the codes listed below to two new documents (one per each) of AppleScript Editor, save them as compiled scripts, e.g., "fill colour - copy.scpt" and "fill colour - paste.scpt", in  ~/Library/Scripts/Applications/Numbers directory so that they appear in script menu in Numbers.
Firstly, select source range (cells, rows or columns) with fill colour, call "fill colour - copy" script and it will get the fill colour of the first cell in the selected range and put the colour data in clipboard.
Secondly, select target range (cells, rows or colums), call "fill colour - paste" script and it will set the fill colour of the selected range to the colour in the clipboard.
Known limitation is that it cannot copy fill colour 'none' due to a flaw in scripting interface of Numbers 09.
Tested with Numbers 2.0.5 under OS X 10.5.8.
Good luck,
H
1) fill colour - copy.applescript
    copy background color to clipboard
    * this script will copy the fill colour of the first cell in the selected range.
    * this script cannot copy the fill colour 'none', which is denoted by / in fill colour grid.
tell application "Numbers"
    tell my _selection(document 1)'s range
        if it is missing value then return
        set c to background color
    end tell
end tell
try
    set the clipboard to c as RGB color
on error number -2753 -- variable c is not defined, in case background color is none
    display dialog "Fill colour is none" with icon 2 giving up after 10
    return
end try
on _selection(doc)
        reference doc : target document
        return record : {range:_range, table:_table, sheet:_sheet}
            _range = reference to named range in selection
            _table = table object to which selection range belongs
            _sheet = sheet object to which selection range belongs
        Limitation
            Numbers allows to select uncontinuous regions
            but its scripting interface does not provide decent method to retrieve them.
            If uncontinuous regions are selected, 'selection range' returns the minimum continuous region
            which includes all the regions in selection.
    script o
        property parent : {}
        property pp : {}
        local q, r, s, _range, _table, _sheet
        tell application "Numbers"
            set pp to doc's every sheet's every table's selection range as list
            repeat with p in my pp -- per sheet
                set q to p's every reference -- retrieve object (filtering out missing value)
                if q ≠ {} then
                    set q to q's item 1 -- selection range object [1]
                    set r to q as record -- selection range object specifier record [2]
                    set _table to r's every reference's item 1 -- container table reference [3]
                    set s to (a reference to _table's selection range) -- selection range reference [4]
                    set _range to (a reference to _table's range (s's name)) -- named range reference [5]
                    set _sheet to (_table as record)'s every reference's item 1 -- container sheet reference [3]
                    return {range:_range, table:_table, sheet:_sheet}
                end if
            end repeat
            return {range:missing value, table:missing value, sheet:missing value}
        end tell
            [1] class specifier for 'range' is broken in Numbers 09
            [2] «class want» value is broken in Numbers 09
            [3] simple method to get «class from» value without asking for «class from» key which causes trouble in recompilation of the token 'from'.
            [4] proper reference of selection range object
            [5] proper reference of named range object
    end script
    tell o to run
end _selection
2) fill colour - paste.applescript
    paste background color from clipboard
    * this script expects the clipboard contains RGB color data.
try
    set c to the clipboard as RGB color
on error number -1700
    display dialog "Colour not found in clipboard" with icon 2 giving up after 10
    return
end try
tell application "Numbers"
    tell my _selection(document 1)'s range
        if it is missing value then return
        set background color to c
    end tell
end tell
on _selection(doc)
        reference doc : target document
        return record : {range:_range, table:_table, sheet:_sheet}
            _range = reference to named range in selection
            _table = table object to which selection range belongs
            _sheet = sheet object to which selection range belongs
        Limitation
            Numbers allows to select uncontinuous regions
            but its scripting interface does not provide decent method to retrieve them.
            If uncontinuous regions are selected, 'selection range' returns the minimum continuous region
            which includes all the regions in selection.
    script o
        property parent : {}
        property pp : {}
        local q, r, s, _range, _table, _sheet
        tell application "Numbers"
            set pp to doc's every sheet's every table's selection range as list
            repeat with p in my pp -- per sheet
                set q to p's every reference -- retrieve object (filtering out missing value)
                if q ≠ {} then
                    set q to q's item 1 -- selection range object [1]
                    set r to q as record -- selection range object specifier record [2]
                    set _table to r's every reference's item 1 -- container table reference [3]
                    set s to (a reference to _table's selection range) -- selection range reference [4]
                    set _range to (a reference to _table's range (s's name)) -- named range reference [5]
                    set _sheet to (_table as record)'s every reference's item 1 -- container sheet reference [3]
                    return {range:_range, table:_table, sheet:_sheet}
                end if
            end repeat
            return {range:missing value, table:missing value, sheet:missing value}
        end tell
            [1] class specifier for 'range' is broken in Numbers 09
            [2] «class want» value is broken in Numbers 09
            [3] simple method to get «class from» value without asking for «class from» key which causes trouble in recompilation of the token 'from'.
            [4] proper reference of selection range object
            [5] proper reference of named range object
    end script
    tell o to run
end _selection

Similar Messages

  • HT201471 I updated my iPad 2 (model A1395) to IOS 8 and all the colors changed and the photos are like negatives.  why? and how do I fix it?

    I updated my iPad 2 (model A1395) to IOS 8 and all the colors changed and the photos are like negatives.  why? and how do I fix it?

    Looks like someone changed setting in iOS8.
    Change this setting.
    Settings -> General -> Accessibility -> Grayscale or Invert Colors

  • I am trying to print a color photo on my MacBook Pro from iPhoto (not using Photoshop) using Epson 2200 printer, and everything I do in the Color Matching and Print Settings results in a photo with a pink cast to it. What am I doing wrong?

    I am trying to print a color photo on my MacBook Pro from iPhoto (not using Photoshop) using Epson 2200 printer, and everything I do in the Color Matching and Print Settings results in a photo with a pink cast to it. What am I doing wrong?

    Have you checked the ink cartridges and made sure the nozzles are clear? Are you able to print from outside of iPhoto with the correct color?
    Try the following: make temporary copy of the library and do the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home()/Library/ Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your
         User/Home()/Library/Caches/com.apple.iPhoto folder. 
    3 - launch iPhoto and try again.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding down the Option key when launching iPhoto.  You'll also have to reset the iPhoto's various preferences.
    OT

  • Hello. I am trying to change the colors on my ical. I have been able to select a calendar group, click "get info" and then "other" in the color options and which point a a lot of color options are available. HOWEVER, I can't seem to select the color.

    Hello. I am trying to change the colors on my ical. I have been able to select a calendar group, click "get info" and then "other" in the color options and which point a a lot of color options are available. HOWEVER, I can't seem to select the color. I click on a new color and press enter and nothing happens...not sure what I am doing wrong.

    What do you currently see?
    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.
    Do you have the menu bar?
    *Press the F10 key or tap the Alt key to bring up the hidden Menu bar.
    Do you have any toolbars visible at all?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: Command+Shift+F).
    *https://support.mozilla.org/kb/how-to-use-full-screen
    You can check for problems caused by a corrupted localstore.rdf file.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • I imported vacation photos, got the color wheel and did a force quit. Now I can't find any of those photos, and of course I deleted them from the SD card when I imported them. Where can I find those photos?

    I imported vacation photos from my cameras SD card and deleted them when the import was complete. Then I moved them from Events into an Album. When trying to move 2 photos as once to another album I got the color wheel and locked up. I did a force quit but when I go back into iPhoto none of the recently imported photos appear - not in Events, the album, trash, etc. Where can I find those photos?

    backup the iPhoto Library and launch iPhoto while depressing and holding the option and command keys until the first aid window appears - rebid your iPhoto library
    LN

  • Possible to get the color space and resolution from the .eps file

    Hi all,
    We have using the InDesign CS3 5.0.4, windows, javascript.  We need to get the color space and resolution of the graphics (.eps) file using scripting.
    The properties of the image like (actualPpi and effectivePpi will return the value only for the .tiff. and .jpg etc) but it will not return the .eps file resolution values.
    Kindly give me the suggesting for the decrepancies.
    Regards,
    Nagaraj

    ... open them programmatically in PhotoShop, read out resolution and color space ...
    On opening them in Photoshop, it asks you "what resolution shall I use, and what color space shall I apply?"
    A single EPS may contain any number of embedded bitmaps, with any horizontal and vertical resolution, and in any color space. You can use only a few of these with Illustrator -- and even only one at a time with Photoshop --, but other programs allow just about every possible combination.
    Not to mention procedurally generated bitmaps, also possible with PostScript.

  • HT203254 my desktop is not working when i open it all it does is show the color weal and it never gos away on my mac book pro how do i fix it?

    my desktop is not working when i open it all it does is show the color weal and it never gos away on my mac book pro how do i fix it?

    It means, tentatively, that system files are missing or damaged and you will have to reinstall Snow Leopard. See the following:
    Reinstall OS X without erasing the drive
    Do the following:
    1. Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Reinstall Snow Leopard
    If the drive is OK then quit DU and return to the installer.  Proceed with reinstalling OS X.  Note that the Snow Leopard installer will not erase your drive or disturb your files.  After installing a fresh copy of OS X the installer will move your Home folder, third-party applications, support items, and network preferences into the newly installed system.
    Download and install the Combo Updater for the version you prefer from support.apple.com/downloads/.

  • My iphone wont turn on, it keeps loading for the longest time and then the apple logo appears for about 10 seconds and then glitches to the color blue and repeats.What do i do?

    My iphone wont turn on, it keeps loading for the longest time and then the apple logo appears for about 10 seconds and then glitches to the color blue and repeats.What do i do?

    Hi there e12345,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/ts3281
    -Griff W. 

  • I need to create buttons in which the color changes, and stays on after you release the button

    I need to create buttons in which the color changes, and stays on after you release the button. The hard part is the buttons must change independently of each other.
    To get an idea of some of things I’ve tried I’ve tried making the movie with two frames.
    When I click the button it switched to the new frame which would show a movie clip,
    Unfortunately all buttons would change color together and don’t see how to make it so that they change independently.

    you must use movieclip buttons and code for their frame changes.

  • I can t use my time capsule with time machine. When I choose the disc (Data) in System Preferences, appears the color wheel and no response. Any help?

    When I choose the disc (Data) in System Preferences, appears the color wheel and no response. Any help?

    See  >  Using Time Machine with a Time Capsule
    From Pondini’s excellent Information Here...
    http://pondini.org/TM/Troubleshooting.htm

  • Default JTree with the colors, sports and food nodes

    Hi!
    Is there a way to create a JTree with a null root node and no elements without Swing adding the colors, sports and food nodes automatically ?
    thanks

    Create a new DefaultMutableTreeNode and set it as the root.

  • Premiere Pro CS5.5 -very strange issue with the color tones and Preview-

    I deal with a very strange and not usual problem in Premiere Pro CS5.5 (also the version CS5). What I try to do is just a simple color correction. The problem occurs when I try to use Three Way Color Corrector but it happens with Fast Color Corrector also.
    When applying the Three-Way Color Correction and without changing anything else (just applying), can be seen in the preview of the soft how sudden changes in color tones. For example, the gray tone becomes a little more green, but also can be seen very easy a change in the other color tones too. In fact even RGB Parade show the same thing. This is very, very strange and unacceptable and saw that it happens when trying to use Colorista II too.
    I tried the same thing in Sony Vegas Pro 11 and I downloaded the trial version of Edius 6 to convince me if the same thing happens. Not! In Sony Vegas and Edius everything is working correctly, I have not experienced these problems in the preview's of this 2 others softs.
    This issue is very annoying because every possible color correction is based on what we see in the preview and if in this preview the tones are seen altered realize that can not make a decent color correction. So what happens here?!? I uploaded a small video demonstration to see very clearly about what I'm talking. You can see in the next link: http://vimeo.com/35317616

    Yes Jim, you're right. No changes in the scopes when one just apply RGB Curves, Fast Color Corrector, RGB Color Corrector  or the Three way Color Corrector (last three thanks to the new update 6.03). I already wrote that Adobe team has been able to fix this bug for some of the tools/effects.
    But Brightness&Contrast? Change Color? Color Balance? Levels? MBLooks? Twixtor? Colorista II? Does it seem normally that all scopes or just one of them jump when you just apply one of these effects/tools? Not to say that in some situations even the tones change (especially in shadows&midtones).
    You say this is something "very minimal". I say it is not so. I don't find normally to make a very detalied CC with Three way Color Corrector and then when applying Colorista/MBLooks, for example, the scopes jump and inclusively some tones may be influenced. And I left clear examples in this topic where you can see that this is possible. I don't know if this is "very minimal" or not, but is really so impossible to edit in Premiere without this "very minimal" issue?!? How can it be possible in other softs (Edius, Media Composer, Vegas Pro) and in Premiere not?!?
    One more thing: many of us use intermediate codecs in the editing process. Do you find normally that a AVCHD video have the lumninance at approximately 110IRE, to export it directly to Cineform and then import it in Premiere, and the waveform shows the luminance at 100IRE?!? How is this possible?!? So the AVCHD video have a 110IRE luminance, you convert this video to Cineform without changing anything, and then this Cineform video have the luminance at 100IRE?!? And anyone can verify this example.
    So, how can one trust in this soft?!?

  • When will apple change the color grey and white?

    I may be color blind and have trouble seeing certain colors but that doesn't make colors a bad thing thing for itunes. One reason I don't like using to much my itunes is for the fact I can't change the color. It's rather a big issue for me because I can't stare at my screen since the white and grey just really hurts my eyes. I would think a glossy black or maybe color adjustment would do so much for itunes. I think it would make itunes so much more attractive and wonderful to look at. and lastly I really don't like the fact that I can't play any files i purchase from itunes in my windows player. NO device I have allows me to watch it any bigger then how it looks and I'm really not liking this! I regret purchasing from iTunes now. Can iTunes take away that M4v video stuff because then I might as well buy it from Amazon is it won't be any use on my computer because like how I explain iTunes grey white color is really unnattractive and I just don't like playing videos nor music files on it. THANK YOU! and I hope to look for changes

    Just us users here. Nobody knows what Apple is going to do, or when they might or might not do it.

  • What do the colored wires and boxes mean

    I remember years back finding a National Instruments webpage that showed all the Labview colored "wires" and "boxes" and what they meant.  Does anyone know where that is now and/or if it still exsists??  For example a "magenta" box was a string...green was a boolean..
    Thanks.
    Solved!
    Go to Solution.

    It was the LabVIEW Quick Reference Card. At one point they stopped putting the datatypes on the card. Not sure which version stopped it. You can get the cards online: http://search.ni.com/nisearch/app/main/p/bot/no/ap​/global/lang/en/pg/1/q/labview%20quick%20reference​...

  • Avoid the Droid Bionic and if you are a potential customer, avoid Verizon

    Back on November 16th, just 15 days ago, I purchased the Droid Bionic phone.  Twice in the past two days the screen has stopped working, but I know the phone is still on because I can hear the notification alerts as well as see the blinking lights for a text message and such and can hear the phone ring when I have had a call.  I have had to pop out the battery and reinsert it to get the phone working. 
    One would think that a phone bought brand new that is already experiencing problems and that someone paid a lot of money for would be replaced.  Well, not with Verizon.  I talked to someone at the Verizon store where I purchased it and was told that they would not replace it but would only go through warranty services in which I would recieve what Verizon likes to call a "certified 'like' new" phone.  Now, to anyone with common sense, this is what normal people call a used phone.  But telling the manager that it is wrong to replace a brand new phone with a used one completely confused her and made her argue that it wasn't used.
    I recently went through the hassle of one of these used, oh excuse me "certified 'like' new" phones.  About a month before my phone contract expired, my previous phone, the LG enV Touch went bad.  Now I am someone who prides myself on taking care of my electronic equipment.  The person at the Verizon store who helped me with the warranty process on it was impressed how my enV Touch looked new even after 2 years.  The replacement "certified 'like' new" phone I recieved had a scratched screen, gunk around the 2 bottom buttons on the front, and a filthy keyboard.  It hadn't even been cleaned and took me quite a while to clean the gunk from the buttons.  I said nothing, which was a mistake on my part, because I knew I would be getting a new phone in about a months time.
    It is just absolutely ridiculous, and bad customer service, that after just 15 days someone who spends a fairly sizable sum of money would have to exchange out a new phone with a used phone.  I have a family share plan with Verizon with 2 lines coming up for renewal in a couple of weeks.  Verizon will not continue my business on those lines and I am sure that one of the other companies will be glad to get it.
    And to Verizon, perhaps you should rethink how you treat customers.  I have been with Verizon ever since they moved to Huntsville when they bought out GTE Wireless.  I can understand a 14 day exchange policy being strictly enforced when there is no issue with a product, but when a product shows to be defective on the 15th day, it's rather very poor customer relation to tell them they have to take a used product a half a month after buying something new when it is no fault of the customer.
    I hope this helps anyone who may be considering the Droid Bionic and Verizon.

    That's always been standard practice for Verizon. Six years ago, my LG Chocolate went - like new replacement. Then my EnV3 - like new. It's the manufacturer who should be more responsible. I was really hoping I wouldn't have the same issues my with my new Bionic!  Good luck. Hey, if you have a problem, I would go to a Verizon owned store and check out your replacement before you accept it. Gunk is gross.

Maybe you are looking for

  • Cant Install itunes on my pc.

    (win7, 2gb ram, 32bit). Whenever I run the setup it stops in between and gives a msg ''An error occured during the installtn of assmbly - Microsoft.VC80.CRT.Version = ''8.0 50727.4053'' ,type='' win32'', publickey Token=''1fc8b3b9a1e18e3b'',process o

  • Subcontracting output problremm..?urgent

    Hi guru’s Can anybody  guide me .. I m getting error in the output for s.c.challan. The header details are not printed properly. I have a document with 14 line items. While creating challan with ref to this doc, system automatically created 3 challan

  • New Windows Azure Migration Content

    The guide, Migrating Data-Centric Applications to Windows Azure, provides detailed guidance on how to migrate data-centric applications to Windows Azure Cloud Services, as well as an introduction on how to migrate those same applications to Windows A

  • Using Additional Information Tab for CC

    Anyone know if you can add Closed Caption data to a dv file thought the use of Compressor 3's Additional Information Tab? The manual lists QuickTime outputs MPEG-2 elementary stream outputs MPEG-2 program and transport stream outputs But I tired to c

  • Flex Component kit accessibility

    Hi All, I was hoping that the F.C.K . would create components that are accessible in flex however it seems not so. The UIMovieclip class seems to implement the IFocusManagerComponent: class UIMovieClip extends MovieClip implements IDeferredInstantiat