Specifying a percentage of black in a greyscale image

Hi, I can't figure this out even though it seems like a fairly simple task to want to achieve.
I have a greyscale image and I want to create a colour fill layer that has a particular percentage of black in it (let's say 72%)
If I type C0 M0 Y0 K72 in the solid colour dialog box, when I hover over the image with my eyedropper tool the info palette tells me there is 67% ink down. If I hit okay and go back into the adjustment layer, the fill colour has been converted to C60 M51 Y47 K17. I thought trying to choose a HSB value of H0 S0 B72 might work but the same kind of conversion still occurs.
I've tried changing my document colour space from dot gain 20% to something else but I still can't choose a K value without it converting it to something else. I created a custom dot gain profile with no curve and it still converts it.
Any ideas?
I know I could setup a CMYK profile and specify a black value easily but I want my file to be greyscale so I can assign it various colours in Illustrator. I also want to create grey gradients in the file rather than just a flat fill colour, I'm just using a flat colour in this example because it's easier to explain.
Cheers.

To reproduce the problem, all you need to do is:
Create a new file where the colour mode is greyscale and the colour profile is generic grey profile.
Go to fill under the edit menu, under contents choose "colour...". Enter C 0%, Y 0%, M 0%, K 72%. Hit OK.
Checking the colour that has been put down, the info palette will tell you that there is 65%K ink down, not 72% like I want it to be.
So it does it even if it's not an adjustment layer.
Cheers, Darren

Similar Messages

  • Finding center in black part of greyscale image

    Hi all,
    Basically what I want to do is find the center of a black part of a gray scale image. I'm having a bit of a problem using built-in LV functions, because the part of the image is somewhat spherical but not completely.
    What I'm doing is imaging drops (I attached an example one to the post), and the drops show up as mostly black (except for the center) due to a bright blacklight. I am currently calculating the size of the drop by converting the image to an array of 1/0s where the 1s represent the region of the drop (and sometimes the edge of the image, depending on the exposure), I then scan each column of the array to calculate the diameter of the drop at that column by subtracting the first and last 1 that I find, then summing over the entirety of the drop and converting that into voxels then microliters. Phew.
    So now, what I'm trying to do, is find the center of the drop in x and y. I was thinking I'd be able to use some sort of average of the first/last numbers of each column (and then of each row) but everything I tried didn't seem to make sense and I can't figure out if my method is bad, or my implementation in LV was bad. Any ideas on what I could do here? I attached the code I'm using currently to take the pictures and calculate the drop size, although it may be easier to just start from scratch using the attached image.
    I appreciate any advice! Hopefully I explained that well enough, but I know it's a bit confusing.
    Laura
    Attachments:
    Manta camera - FINAL - JMcH with our camera with file save.vi ‏63 KB
    water drop, disp 3, exp 300.png ‏420 KB

    Hi (again) Burrito,
    I started out trying to use the Vision functions, but since my image isn't necessarily a circle nor does it have any straight edges I was having a hard time trying to figure out the best way to use the functions. Someone else I discussed the code with though also recommended making more use of the vision functions if possible - I'll look more into the particle analysis VI. Thanks for the advice!
    Laura

  • How do I paint accurate grey levels between 0-254 in an alpha or a greyscale image? Seems impossible ... Works in 5.5 .. not in CC. Bug?

    So here's the thing . I need to be able to assign accurate shades of grey in an alpha channel as our code takes the value (between 0-244) and uses it to do its thing. I assumed this would be easy .. just choose your colour and paint .. but not so.
    In an alpha channel, or even in a greyscale image, make a selection and fill it with  RGB 6,6,6.  Since there doesn't seem to be a way to get a greyscale pallette or input the value for Alpha this is th eonly way I can see to do it.
    Now, using the info panel, check that it is indeed RGB 6,6,6.  It is.
    Now, make another selection and fill it with RGB 7,7,7.  Check this with the info panel and ...  its 6,6,6.
    OK so now use levels or brightness to try to shift that 6,6,6 upto 7,7,7 ... check it with the eyedropper color sampler tool .
    What you'll find is that the RGB value will go from 6,6,6 .. to  8,8,8  to 10,10,10     it's impossible to make it 7,7,7 or 9,9,9. Theres a whole bunch of other values that are also impossible.
    If you do the above in any of the RGB channels themselves it will work fine .. its just the Alpha and in a greyscale image.
    On a similar vein, on a regular layer, fill an area with you RGB 7,7,7, copy it and paste it into your alpha.  Looks fine .. until you use levels to increase the contrast and you'll find that what was 7,7,7 is now a noise filled mixture of, I assume, 6,6,6 and 8,8,8.
    ( NB. As a note the above also happened in CS5 but in an old version of Photoshop 5.5 it works perfectly .. I can give the RGB 7,7,7 and the value thats painted is 7,7,7. Bring it into CC and its fine. So its just the creation of tones in CC that is wrong.
    Also, it works fine if you edit the individual RGB channels .. you can get 6,6,6 AND 7,7,7 .. but as soon as you copy and paste it into the alpha . .the 7,7,7 reverts to 6,6,6 )
    So
    Q1 .. what am I doing wrong?
    Q2 .. if 8bit alphas and greyscale images can have values ranging from 0-254 .. then how do I define the value I actually want?  I can't use the K value as that's only a percentage so has fewer increments and there isn't a separate input for alpha value.
    Q3 .. or put it more simply .. how do I set the grey value to a particular number, eg. 7
    Thanks.
    Pat
    Message was edited by: Patrick Ward

    Thanks Herbert. I'll have a good look at Photoline.
    I don't know if these have anything to do with it but
    the first is the color settings from CS5,
    the second is the default from a demo install of CC14. I see the gamma tickbox but it doesn't refer to the alpha.
    the thrid are the colour settings of PS 5.5. Note this is the one that gives the correct ( with respect to my expectations ) result

  • Greyscale image not displaying properly.

    This is my first post here, so greetings!
    I am working in LabView 11, and all updates are current.
    I am trying to display a greyscale image with five shades varying from black to white. (The shade corresponds to a voltage, this is used to control a piece of optical equipment.)
    The image is incorrectly displaying only the black shade and the next shade up (on an 8-bit color scale, it is showing only 0 and 63). I am using "draw unflattened pixmap", and I'm passing to it a 2D array of 8-bit numbers (0, 63, 127, 191, 255) and a Greyscal color table that I created. Each value in the 2-D array that is 63 or greater is drawn on the picture as a shade of 63. I've checked to make sure that the input array does have values that range up to 255.
    The mysterious part is that I am using the exact same process in another step of my VI, and it is working perfectly. Same color table, same type of array, and I'm doing it several hundred times in a loop. It has never failed even once to produce the correct image.
    I've attached my code, and two of the sub-VI's that I call from it. The main code is "Adaptive Optics Experiment". You won't be able to run it, as it requires a software development kit for a company called Andor for some of the sub-VI's, but maybe just by looking you can detect an issue. I've noted on the block diagram where the problem occurs, and where the same process seems to work fine. It's in the large stacked sequence structure; the working part is in frame 1, non-working in frame 2.
    I've also attached an image of the final picture that shows only two shades.
    Any suggestions would be greatly appreciated!
    Attachments:
    Adaptive Optics Experiment.vi ‏88 KB
    OptimumPhase.vi ‏14 KB
    BuildPhaseMap.vi ‏18 KB

    Hi mjpur,
    Suggestion: Please check this link for better coding in LabVIEW
    http://www.ni.com/newsletter/51735/en/
    -Coming to problem:you said in sequence:1 it is working and it's not in 2nd sequence and you mentioned the color tables are also same.
    -Now the only terminal looks connected is with data terminal which is coming from BuildPhaseMap.vi
    -Please check if the data coming from Build Phase Map is proper or not.
    Thanks
    uday,
    Please Mark the solution as accepted if your problem is solved and help author by clicking on kudoes
    Certified LabVIEW Associate Developer (CLAD) Using LV13

  • Export greyscale images

    Even though I have have converted a color image to greyscale with great ease and control in Lightroom (that's why I chose LR over Aperture) I cant find a way to EXPORT the image as a greyscale image!
    It is really annoying to have to run another programme to be able to make it a greyscale imagefile.
    It should be a "Greyscale" choice in the exports menu for color space. Am I missing something or why is this not possible with Lightroom???
    Please tell me how I can do it - and if it is not possible - get it into Lightroom 2, please!!!
    FinnK

    Like printing services and such. Basically every commercial lab will have an issue with greyscale jpegs as the machines cannot read them. Photoshop of course reads them fine and if they go to professionals that do their own CMYK separations or other color management, there is no issue. On the other hand, if you would put them on the web, many web browsers (except safari and firefox 3 with color management turned on) usually get them wrong. I think it would be good to have the option to write greyscale files, but the default should be RGB jpegs even for black and white conversions. In jpeg, you should not get any size advantage, but you will certainly get it in tiff. If you go tiff, then all this about web and labs does not apply anyway.

  • Is there a way to estimate amount of black color in an image using Photoshop?

    Hello everyone, is there a feature in Photoshop to estimate the amount of black color in a picture as a percentage? I tried Histograms analysis and Curves but I can't figure this out. I need this for some educational analysis. I would appreciate your feedback.

    One way is to open the histogram panel and choose the expanded view from the flyout menu, which you get when you click in the upper right hand corner. You will then see statistics about your image. One of them is labeled simply Pixels and that number is the total pixel count in your image. Assuming that you mean r=g=b=0 for black, place you cursor on the left most edge of the graph. When you are there the data will show Level 0 and the Counts number is the number of "black" pixels. The ratio, Counts/Pixels, give you the % of black pixels in the image. Similarly, move your cursor to any other level to find the number of pixels that have that level in the image.
    Paulo

  • SBO Mailer Error - The specified resource type cannot be found in the image file

    Hi Experts,
    I have created an alert in SBO and selected email and internal option for same. I get internal message however email is not getting delivered, I checked the Event Viewer of Windows and below error is shown for SBOMail.
    The description for Event ID 62 from source SBOMail cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    Failed to mark records error [-1]
    The specified resource type cannot be found in the image file
    I can send email from sbo for other documents but the alert is not delivering email.
    Please advise.
    Thanks
    Deepak

    Hi Deepak..
    Check with these threads...
    http://scn.sap.com/thread/966957
    http://scn.sap.com/thread/1295818
    SBOMail Application log error
    SBOMail error in event log
    Hope Helpful
    Regards
    Kennedy

  • The specified resource name cannot be found in the image file.

    Dear Experts,
    I have developed an import too and it imports many of the Business Objects from a temporary data base to SAP B1. It was running fine for more than 6 months now.
    Currently when the Tool is importing Credit Notes in to SAP B1, the following error is thrown.
    The specified resource name cannot be found in the image file.
    And I have no Clue about the error. Any one had any experience regarding the above error???
    Thanks in Advance,
    Vasu Natari.

    Hello VAsu,
    Somethimes this unexpected, ununderstandable eroor messages caused by corrupted observer dll.
    Do a clean up (delete %TEMP%SM_OBS_DLL) folder, and see the result ! (i had several issues in the past with some strange messages...)
    Regards
    János

  • How can I minimise the file size of a greyscale image ?

    Hi,
    What methods are there for making as small as possible the file size of a greyscale image. I need to keep the resolution at 200pixels per inch. The image is going to be big, 5835mm wide and 1780mm tall ! Some of them have some fine soft detail so I need to keep an eye on how that degrades. Others are better.
    Can the same work for colour images or are there different approaches for those ?
    Thanks
    Envirographics

    My need is to enlarge up a plan for placement in, then tracing over in a CAD program, retaining the fine detail prior to tracing. I have some at 1/10th the full size item at 200ppi, others still as digital slr raw files. I have found that less than 200ppi the detail starts to go. considering this, if I am now working full size item surely I would need 200ppi also ? I could try simply enlarging it up 'as is' but would imagine when I am zoomed in that the ability to work closer in would be lost as I would be seeing great big pixels. Certainly taking an image currently raw and making it 200ppi and 5800 wide would give me better detail retention.
    I had hoped for some suggestions on how to save at lesser colour or grey numbers than 256. Some scanning of large plans can for storage purposes use 17 colours for example. Do I need 256 shades of grey, can I save as 64 shades perhaps ? Certainly LZW is the right direction here, retaining detail but using compression. JPG compression starts to frogspawn the edges below quality 6, so losing detail again. What about png or gif, thats what I had hoped for. Does anyone know how to reduce colour palette numbers to 64 or 32 shades ?
    Envirographics

  • TS3274 If I touch camera icon, the screen turns black instead of capturing image. Let me know how to troubleshoot.

    If I touch camera icon, the screen turns black instead of capturing image. Let me know how to troubleshoot?

    Try closing the Camera app:
    1. Double-click the Home button to reveal the Task Bar
    2. Hold down the Camera app for a second or two until you see the minus sign
    3. Tap the minus sign to close app
    4. Tap area above Task Bar to return to Home screen
    If the above doesn't solve the problem, do a reset:
    Hold the Sleep and Home button down for about 10 seconds until you see the Apple logo. Ignore the red slider

  • Black Line under Linked Image

    Hey, I have started another website for my portfolio, consisting of many pages. Anyway, I'm mainly using CSS, but there is a little HTML for the navigation.
    Heres the question: When I linked the top banner image to go to the Home page (index.html), there is a random black line under the image. I gave the image and ID tag in CSS and made sure that border:0;
    Please respond, I desperatly need this for a school project and it will look random if there is a weird line in the middle of the page. Thanks in advance!

    Here is the CSS code
    @charset "utf-8";
    /* CSS Document */
    html {
         background-color: #F1D66B;
         background-image: url(../Images/Background.png);
         font-family: "Showcard Gothic", "Cooper Std Black", Calibri, serif;
         word-spacing: 6px;
    body {
         background-color: #F9ECB9;
         margin: 0 auto;
         width: 700px;
         padding: 20px;
         word-spacing: 0px;
    h1 {
         font-size: 38px;
         text-decoration: underline;
         font-variant: small-caps;
         font-weight: bold;
         margin-bottom: 40px;
    h2 {
         font-size: 28px;
         text-decoration: underline;
         font-variant: small-caps;
    h3 {
         margin-top: 20px;
         font-size: 16px;
         background-color: #F1D66B;
         padding: 15px;
         padding-top:40px;
         padding-bottom:40px;
         text-align: center;
         margin-top: 100px;
         word-spacing: 0px;
         font-family: Georgia, "Times New Roman", Times, serif;
         font-weight: bolder;
         font-variant: small-caps;
    h4 {
         font-size: 50px;
         text-decoration: underline;
         font-variant: small-caps;
         font-weight: bolder;
         margin-left: 0px;
         margin-right: 0px;
         margin-top: 20px;
         margin-bottom: 20px;
         text-align: center;
    p {
         font-size: 20px;
         font-family: Georgia, "Times New Roman", Times, serif;
         text-indent: 40px;
         margin-bottom: 70px;
    ul {
         font-family: Georgia, "Times New Roman", Times, serif;
         font-size: 20px;
    strong {
         font-weight: 1200;
    a {
         text-decoration:none;
    a:link {
         color: #000;
         text-decoration: underline;
    a:visited {
         color: #000;
         text-decoration: underline;
    a:hover {
         color:#846B0D;
         text-decoration: underline;
    div{
         bakcground-color: #7C9614;
         text-decoration: underline;
    #logo{
         border-bottom: 10px;
    h5 {
         text-align: center;
         margin: 0 auto;
    a img{
         border: none;
         text-decoration: none;
    And here is the HTML for my index.html page
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Spinoff - Home</title>
    <link href= "CSS.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
      var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) {
          img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr)
          for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    //-->
    </script>
    </head>
    <body>
    <h4><a href="index.html"><img src="../Images/Logo.jpg" name="logo" width="700" height="200" border="0" id="logo" /></a></h4>
    <table border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="230"><a href="gameshome.html" target="_top" onclick="MM_nbGroup('down','group1','Games','',1)" onmouseover="MM_nbGroup('over','Games','','',1)" onmouseout="MM_nbGroup('out')"><img src="../Images/Games.jpg" alt="" name="Games" border="0" id="Games" onload="" /></a></td>
        <td width="230"><a href="videoshome.html" target="_top" onclick="MM_nbGroup('down','group1','Videos','',1)" onmouseover="MM_nbGroup('over','Videos','','',1)" onmouseout="MM_nbGroup('out')"><img src="../Images/Videos.jpg" alt="" name="Videos" border="0" id="Movies" onload="" /></a></td>
        <td width="219"><a href="photoshome.html" target="_top" onclick="MM_nbGroup('down','group1','Photos','',1)" onmouseover="MM_nbGroup('over','Photos','','',1)" onmouseout="MM_nbGroup('out')"><img src="../Images/Photos.jpg" alt="" name="Photos" border="0" id="Photos" onload="" /></a></td>
      </tr>
    </table>
    <h2>Welcome!</h2>
    <p>Welcome to the home page of <strong>Spin-Off</strong> media! Hey, thanks for coming! As you can see, we have many games, videos and photos for you! We hope you enjoy your stay, and come back! Well, what are you waiting for? Get clicking!</p>
    <h2>Submissions</h2>
    <p>We welcome your submissions here at spin-off! Got a game you want other people to play? Think some people will get a good laugh at your home video? Have a photo you think some people will get a kick out of? Send it to us HERE and we will review it before posting. Please, put the file in the attachment, as well as any title and description you want in the body.</p>
    <p><strong>*NOTE* </strong>Any submissions that do not pass will not be notified, in fact, nobody will be notified. If you see it on the site, congratulations, you have something ahead of you kid. If not, keep trying!</p>
    <h3>Not-So-Copyrighted - Spinoff Media<br />
      <a href="index.html">[home]</a> <a href="gameshome.html">[games]</a> <a href="videoshome.html">[videos]</a> <a href="photoshome.html">[photos]</a><br />
      <a href="mailto:[email protected]?subject=Spin-Off">[contact]</a> <a href="legal.html">[legal]</a> <a href="mailto:[email protected]?subject=Submission">[submit]</a> <a href="about.html">[about]</a><br />
    NSFW? Tell us <a href="mailto:[email protected]?subject=NSFW">HERE</a> and we will respond</h3>
    </body>
    </html>
    The little black line happens right under the first h4

  • Black border around bg image

    Hi I have given up on the random bg images for my client's site at www.carterbrands.com  I have allocated an image per page.  I am getting a black border around the image.  I dimly remember that there is a way around this but I have forgotten what it is.  Any help greatly appreciated.
    Thanks in advance, Matt.

    But... my layout grid is 1010 by 740.
    I'm sure it is
    However, your grid floats on a page that is whatever size your various viewers choose. Change your screen resolution, pull your browser window out wide or shrink it up small - a web page is fluid, flexible - and has NO fixed size.
    We design for a particular width in pixels (some of us, not all the time) - in the hope that most of our target audience will see that fitting neatly on to their screen most of the time, but we have to accommodate people who make different choices.

  • Colour in black and white digital image

    how do i colour in a black and white digital image please. I have never used this programme before, so any idiots guide you can give me would be great.

    Go to Image Menu>Mode and be sure that RGB color is checked
    Open your image, duplicate the background layer, shut off the visibility of this layer by clicking on the eye icon, and work on background copy layer
    Set your foreground color chip to red (I used this for the blouse)
    In the tool box, activate the magic wand tool. On the tool's option bar, check "contiguous", and set tolerance to 40.
    Click on the blouse. You will see "marching ants", indicating that the blouse is selected
    Go to Edit menu>Fill selection and under contents use foreground color
    Press CTRL+D on keyboard to get rid of the marching ants
    Next I worked on the skirt with green foreground color, and repeated steps 2-5. And so on .
    Note, that in order to get a clean selection you may have to reduce the tolerance setting. For the skirt-hem, I had to go down to 8 in each pleat.
    Here is a partially completed rendition for your reference.

  • How to convert a black and white tif image to colour

    I want to convert a black and white tif image to colour. I opened it in Photoshop, changed the mode to RGB colour/8, saved it as psd, but when I use the Replace Colour dialogue box, I just get my colour showing as grey-scale. What’s the correct way to proceed?
    Thank you

    What’s the correct way to proceed?
    Joke?
    In Photoshop there are often more ways than one to achieve a task and none of them need be considered »wrong« as long as the result fits the intention, so »the correct way« seems to be problematic terminology.
    Anyway, one can use a Layer set to Blend Mode Color and paint on that with whatever colors.
    Or one can use Solid Color Layers set to Blend Mode Color.
    Or Hue/Saturation Layers …
    To edit contrast if necessary Curves or Levels Adjustment Layers can be employed.
    You could also have googled »photoshop colorize black and white« …

  • Converting greyscale images to single spot colour

    Hi there.
    I’m trying to convert a greyscale image into a single spot colour image. The spot colour is PMS425C, a grey version but as I’m only printing 2 colours I need to convert these images into one spot colour.
    Can somebody please assist?
    Thanks

    Did you see the monotone separated into cmyk?  If so, you may not be making the PDF correctly and the spot is being converted. It can still have cmyk channels but they are empty and will not end up as plates.  Check your output to PDF settings and make sure in the ink manager that spots are retained.  Also, there is more than one way to view in output preview which can be confusing at first.
    You should be exporting as PDF X/1a and if your settings are correct, when you view in output preview (separations)  in Acrobat, you should see the spot as spot.
    Try saving your monotone as .psd too many other formats will not support the monotone.  If you view separations in ID, you will be able to see if your file actually supports spot colour.

Maybe you are looking for

  • Application Loader errors

    Hello, Ok I am attempting to submit my app though the APPLICATION LODER.app and when i do i get these 4 errors: *Icon specified in the Info.plist not found under the top level app wrapper: Icon-72.png* *Icon specified in the Info.plist not found unde

  • BW Business Content

    Does anyone have the complete BW business content as a pdf or word. document.

  • Firewall Blocking Internet Access

    Looking for suggestions to solve this problem. Multiple computers in my home will suddenly be unable to access the internet. Turning the firewall off for a few seconds, then back on will eliminate the problem on each computer affected. This problem s

  • Menu Bar icons disappearing

    My menu bar icons for volume, date and time, ect. All disappeared randomly and I don't know why. I went into my system preferences to try to re add them and when I click the box to put it back, it just deselects automatically and won't let me re-add

  • Allow printing with protected mode enabled

    Hi! I distributed Adobe Reader XI within a GPO and I have a lot of users asking for remove the warning when they want to print the document. With the protected mode enabled they should press the "activate all" button each time they want to print. I k