I hate transparent spreadsheets.

Numbers 3.5.2 has (on my computer) transparent spreadsheets. You can see the data in the cells of spreadsheets beneath the one you are looking at if you have them overlapping. How do I make the spreadsheets behave like a piece of paper? I do not want to look through any of the spreadsheets. This is like printing spreadsheets on transparency plastic rather than paper.

Hi johnhs,
Select the table (Bullseye upper left)
I choose the white color fill.
quinn

Similar Messages

  • Text displays on sites like Google Spreadsheets, as well as all PDF documents is transparent, even in Safe mode.

    Recently I have noticed a very strange phenomenon in Firefox. I first noticed it in Google Spreadsheets; text does not display in the cells, but does if I bring a specific cell up for editing. I thought this limited to the new Google Spreadsheets, since the old Google Spreadsheets still function normally. It's just the new ones exhibiting this behavior.
    However, I quickly noticed that PDF files opened in Firefox exhibit the same behavior. The text is not white; it is totally transparent, like it's not being rendered at all.
    HOWEVER, if Firefox is not in focus, AND some text is selected, the text renders in the selection. Shown: http://imgur.com/bWWLvLr
    Windows cleartype does not seem to affect this, nor does it seem to be any of my addons; even in safe mode the problem persists.
    This problem is not present in Windows Internet Explorer, so it doesn't seem to be my system.
    I'd appreciate fixing this problem, as I make frequent use of Google docs.

    No, I have not. Firefox text & font options are default. Driver-wise, yes, this is up to date. I should note that in the case of Google Spreadsheets, the text appears briefly before disappearing.
    This would have led me to believe it was one of my addons, but the safe mode test dismissed that idea.

  • Is there a way to change the transparency setting on the new Yosemite? I really hate it!

    I recently downloaded OS X Yosemite, and the only thing I'm having a problem with is the transparency of all the windows. I can't find anywhere to change it in the System Preferences. Any advice?

    In System Preferences, choose Accessibility, then select Display from the items on the left, and check the box next to "Reduce transparency".  I have also heard that checking "Increase contrast" will reduce the transparency more, but all I can confirm is that it does indeed increase the contrast---too much for my taste.

  • How Can I make A Dialog/Frame Transparent

    Hi
    I want to make a dialog or frame Transparent. Is it possible in java. Actually i want to add an gif image on the Frame container that image is in curve shape with transparency, and I want this transparency also on the Frame in the java application. I m using JFrame with setUndecorated(true). It will display image (just image) not any Frame behind it, I any one solves my problem to make a frame transparent.
    Thanks
    Khurram

    Check out this link:
    http://forum.java.sun.com/thread.jsp?forum=57&thread=490146
    The program contained therein is really slick.
    My hat is off to the coder.
    Lance

  • How can I modify column width in a spreadsheet report without using an Excel template

    I currently use the LabVIEW Report Generation toolkit in LabVIEW 2011SP1 to create simple spreadsheet reports that I can build/print without having Microsoft Office products installed.  I really like being able to do this, and it allows me to generate nice on-demand data reports - I'm also not tied to having Office installed on the system I'm using, so this works on just about any test fixture I can install the software on.  
    I recently have a requirement that I must have variable-length columns in my report.  I currently use the VI "Append Text Table to Report" in order to create a text table, but the column width requirement is that all columns must be equal width UNLESS I use an Excel Template file to define my column widths.  
    My questions are:
    Is it possible to create a text table and define per-column widths without using an Excel Template?  If so, how?  My report mainly has a lot of small numerical values for the columns, but some columns contain system names or status messages - I really hate the longer text blocks wrapping and taking up so much real-estate when if I could control the column widths I can get all my data on a single line.
    I'll admit I haven't tried this myself yet, but if I use an Excel Template will that require me to have Excel installed on the PC in order to print/generate reports?
    Is there a recommended way (with an example) of generating a text table in a report with or without using the "Append Text Table to Report" VI that allows me to have custom column widths that doesn't require me to manually build a custom print page?  If I do have to create a custom print page, what would be the most straightforward approach?
    Thanks!
    -Danny

    Sure, I'll provide a pared down example that demonstrates my use-case:
    I have a control to the VI that takes in a 2D array of strings representing the data I want printed in a table.  I am generating a standard report, adding a table to the report, and printing it.  The first VI is "New Report.vi", the second VI is "Append Table to Report.vi", and the third is "Print Report.vi", all found standard in the Report Generation palette.
    Note that the "Append Table to Report.vi" has an input parameter "Column Width" with a default value of (1).  This input parameter is a single input parameter, which defines the column widths of ALL the columns in my table - hence, with the VI the way it is, all my columns will be 1 inch wide.  
    I find myself needing to be able to define per-column widths, not just a single global column width parameter.  
    The only way I have found to do this is by using an Excel template file.  The "New Report.vi" takes in a "template" parameter, and if used, the report generation toolkit can be set to ignore the "Column Width" input parameter on the "Append Table to Report.vi" by setting the width value to -1.  Instead it will launch Excel, open the template file provided, build the table using the template, will close Excel, and will attach the generated table to the report.  However, I have a strict requirement that Microsoft Office NOT be required to be installed on the computer.  
    So, without using Excel, is there a way to generate a table in a report and define the width of each column individually?
    -Danny

  • Read from spreadsheet: a way to automatically continue if the file is missing? (Rather than having to push "continue")

    Hi,
    I'm using the "read from spreadsheet file.vi" to read in data from a file that may or may not be present.  The data isn't required - it's optional data; nice to have but not everybody will use it.
    Of course, if the file isn't present, I get an "Error 7 occurred at Open File+.vipen File", and I have the choice of pushing either the "Continue" or "Stop" button.   What I'm wondering is:  is there a way to just have LabVIEW automatically continue if the file is missing?  Perhaps it could alert the user to the missing file, but continue anyway?   Normally I'd handle this by wiring the Error output of the function to an error indicator.  But the "read from spreadsheet file.vi" function doesn't appear to have an error output.
    I think my description of my question is sufficient, but I'm attaching a snippet of my LabVIEW code that shows the read from spreadsheet file function in question, and the error I get when the file is missing.
    Thanks,
    dan
    Solved!
    Go to Solution.
    Attachments:
    labview-read-sprdsht-error.png ‏27 KB

    Dan_the_Clam wrote:
    Why oh why do people hate them so much!  I'm a friend of local variables! 
    1. They use more memory
    2. They require something on the front panel (even if hidden).  So that is yet another copy of your data
    3. They break data flow
    4. RACE CONDITIONS!!!
    Dan_the_Clam wrote:
    my code evolves and tends to sprawl a bit.
    That tells me you do not have a good architecture to begin with.  It also tells me you need to modularize your code more and use subVIs.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • InDesign CS2-generated PDF & feather effect/transparency issues

    I am at my wit's end. I received a client's PDF file created to my specs (same ones we've used for 5 years). I am having massive flattened transparency issues. I am currently using Trueflow version 3, a rip which does not support live transparency; therefore, my distiller settings require that transparency be flattened. There are some horrible results that I can't rectify on my end. There is stitching showing (and outputting to the plate!) where she has placed .psd files on some pages. There is also a problem with feathered objects (which are linked photos) - they look just fine in the document but when exported and flattened, there is a white box behind the pictures instead of the soft feathered look.
    When I exported her CS2 file using Acrobat 5 instead of 4, the effect is fine, but - my rip kicks it out. When I export to my specs, the PDF has the above print issues --
    I want to clarify that I always view print ready PDF files using output and overprint preview -- this is not a preview issue -- it is a definite file & export & resulting print issue.
    I would love to be able to assist my client -- this is a rush job. If anyone has encountered this and has a feeling what may be causing it, please let me know -
    Also - I do not have any software to correct this issue -
    Thanks in advance -

    Peter -- I am looking over those articles now. Here is the problem -- we do not print from the application
    File > Print, and under Output, choose Composite CMYK, and CHECK the “Simulate Overprint” checkbox. Under Advanced, select your all-raster flattener.
    I do not have her entire document -- only a couple of the problem children.
    I suppose a workaround would be to (if I had her files) see if I could print as a postscript and distill it to a PDF -- or print to a postscript and send that into Trueflow to see if it will accept it --
    However, I did receive a warning that by creating that high res setting with the slider all the way to the left, it would rasterize the whole page --
    Now, I can already do that in just one step by opening the PDF in photoshop at a very high resolution and flattening it --
    I simply hate having to go that route when we have type on the page too -- I think my issue is a lack of proper equipment -- we don't like to rasterize if we can help it -
    Since this job is a rush, I may have no choice but to do that on those pages -
    That info is helpful but in reality is a longer way of accomplishing the same thing --

  • How to apply a semi-transparent background to a text box

    Hi Framers,
    The cover of my doc has a full-page .png file on a master page. I want to add the title of the manual on the body page of the cover in a text box. No problem. However, I want to apply a semi-transparent effect to the background of the text box, so the graphic behind it shows in a muted way.
    I'm sure this has to do with some combination of the Tint, Fill, and Overprint settings but none of my experiments have produced anything close to the desired effect.
    I did RTFM and also searched the Help and the forum. I truly hope I didn't overlook the answer---but if I did, it wasn't for lack of trying!
    As always, your expertise is very much appreciated.
    TIA,
    Gay

    Wow, I wish I had Photoshop! I use a less sophisticated image editor, which has always served quite adequately and since it supports layers, I'll try to figure out how to do what you're suggesting.
    (I did try a "None" fill and the bottom image does show up, but I wanted it a bit muted, as would happen with perhaps a "half transparency" and that is apparently what I can't achieve in FM.)
    If I understand correctly, I need to edit the imported graphic to make a portion of it appear semi-transparent, and then when I bring it back into FM and put my text box on top of it, it will appear the same as if I had been able to put a partial transparency in the fill of the text box...
    I really, really, really hate it when I find myself thinking "Word could do this easily, why can't Frame?"
    Thanks for your helpful suggestions, guys, you're great. As always!
    Gay

  • Download transparent table data in excel

    Hi all
    I have ECC 6.0 system. I have a transparent table with 112 fields. Sufficient amount of data is present in that table. I need to download this data into an excel file. But I found there are some inconsistencies:
    1. I used SE16. But we know that list output of the SE16 screen is limited to 1023 characters. Hence all the columns are not displayed. In my case it is displaying only 52 columns. Eventhough if we download this using System->List->Save->Local File->Spreadsheet, only those 52 columns are displayed in excel. So this SE16 was out of option.
    2. I used SE16n. Here I could see all the 112 columns in the screen. But if I go for Export->Local File->Spreadsheet , each row gets splitted into two rows in excel. Also last few columns are not downloaded. All in all, it is an incomplete download and is not readable. Hence this method is out of option.
    3. I used a manual method. In SE16n I copied all the data to the clip board using Ctrl+A and pasted them in a new excel document. The data got copied fully and properly. But the header line was missing.
    What could be the solution other than writing a separate ABAP program?
    Thanks,
    Prasad

    Hi Ankur,
    Thanks for the reply.
    I agree that there is ALV grid option. But that would result in point (2) I mentioned above. Evnthough, all columns are displayed, the rows gets splitted in excel. Also, last few columns does not get downloaded.
    Thanks,
    Prasad

  • Muse (2014.3) no more transparency working in Safari (8.0.4)

    Hello, since the last update of Muse (2014.3) there is no more transparency working in Safari (8.0.4).
    In Muse it looks like ever, but If I take a look of the site in Safari, there is no transparency on any pictures. So it is not possible to read the text.
    This is really bad and I need a solution as soon as possible!!
    What can I do?
    Mac OS 10.10.2
    Muse 2014.3
    Safari 8.0.4
    Hallo,
    seit dem letzten Update von Muse habe ich keine Transparenzen mehr auf meinen Bildern! In Muse selbst ist alles wie immer, jedoch wenn ich die Site im Browser lade, werden keinerlei Transparenzen mehr angezeigt. Das ist gelinde gesagt ziemlich schlecht, da meine Texte nicht mehr lesbar sind und das Design der Seite enorm darunter leidet.
    Hat jemand von diesem Bug schon gehört und irgendwelche Lösungsvorschläge? Danke

    Please provide site url where the opacity does not work, also add more details such as which page and page section.
    Screenshots will help.
    Thanks,
    Sanjit

  • Transparency and flattening

    I'm using AI CS3 on PC. I've been given an EPS file that was apparently created in AI 11 on Mac. It has no preview (at least not that will show up on PC).
    I opened the file in AI to save it with a preview. When I do a Save As, AI says:
    "When spot colors are used with transparency, changing them to process colors outside of Illustrator can generate unexpected results."
    Does this mean I need to change all of the spot colors in the file to CMYK? The file has been used as-is in the past apparently with no repercussions.
    Then AI says:
    "The document contains artwork that requires flattening."
    What should I do? I find the whole business of transparency and flattening confusing.
    I COULD just use the original EPS file as-is, but I really hate not having a preview.
    FWIW, the EPS will be used in an existing Quark file.
    TIA,
    Marlene

    The first message is just a warning. If you intend to keep the spot color(s) on press, there should be no conversion to process involved. If there is going to be a conversion down the line, you're better off dealing with it within Illustrator. That's what the warning is trying to tell you.
    My guess with the second message is that it has to do with the improved transparency flattening options in newer versions of Illustrator. The document uses transparency, and that means flattening is required (because PostScript does not support transparency).
    I would just let Illustrator do its thing and save out your new EPS with the Windows-compatible preview. If the file was used in the past without problems, you probably don't have to do anything within Illustrator. However, if you see a lot of transparency features in use, you might want to flatten more aggressively, even if that means further tipping the balance away from vector toward raster and ending up with a larger file.
    The preview really won't tell you much (other than position) once in Quark, so make sure you output a proof -- at least to Adobe PDF. Check to make sure each spot color in your Illustrator file goes to its own 'plate' out of Quark.
    Recommended reading: http://www.layersmagazine.com/illustrator-render-photoshop.html

  • My menu bar is NOT transparent!?

    So, what's the deal here. My menu bar is NOT transparent. The only thing I can think may be causing this is that I have a second monitor running on an ATI card through the PCI slot. Seems weird to me that the menu bar would go solid because of the presence of a second monitor but that's really the only thing that comes to mind. Anyone else seeing this? I know that a lot of you would like to dump the transparent menu bar so maybe I shouldn't complain. That said, I'd really like to know what's going on here.

    I definitely don't hate it. I actually don't mind it at all. Don't love it... don't hate it... it is what it is I guess <g>. I never gave it much consideration until I saw all the hate threads
    The background I was using before taking the screenshot was black at the top anyway, so maybe that made a difference in my not really paying it much mind.

  • Still hate versions and autosave

    I've given it a week and I still can't get used to the save version/duplicate set up.  I understand what they are meant to do, but it is just an awkward workflow for what I do.  I hate duplicating an existing file just to edit it and save it as a new one.  I also dislike not being able to save a version as a word doc without duplicating it to do so.  I don't work with large documents, mainly notes for lectures and keynote presentations.  The version I save is the version I edit.  If I were writing a book or disseration I would love to have access to versions/autosave, but as it is the old save/save as set up served my purposes well.  Also, keynote now has the nasty habit of saving my work while I'm typing. I don't notice this in Pages, but it is disruptive in Keynote.

    I'm beginning to think that because versions and autosave were available to beta testers only in programs from Apple, like Preview, that they didn't get a whole lot of testing. I've found autosave to be transparent in Pages and Numbers but Keynote is another story, just as you've found. I was editing a 90+ slide presentation for my Intro to CS class and autosave was intrusive. The following day I was working in Photoshop and I starting thinking about autosave there. Not pretty as it is.
    As for the loss of Save As... if you use a macro program like QuicKeys or Keyboard Maestro you can easily recreate it. I tested it with Keyboard Maestro and it worked just fine.

  • What Are Our Spreadsheet Options?

    Hi,
    I don't want to shell out for Excel and / or Office (I just got iWork, in fact). What are my options for spreadsheets on Mac OS X? I could easily make do with Gnumeric. I'd prefer to avoid OpenOffice earlier than 2.0. X11-based apps are OK, if not ideal. Are there other options (besides Excel and OOo) I'm overlooking? I'd probably want to be able to import at least basic Excel sheets, e.g. Other than that, I just have a variety of odd-job, one-off kinds of spreadsheet needs.
    Any ideas?
    Thanks.
    Randall Schulz
    iMac 20" Core Duo; MacBook Pro   Mac OS X (10.4.5)  

    Hi,
    Is that D'Oh!, á là Homer? I can relate…
    Anyway, I found the latest pre-release of the Universal 2.0.2 (rc4, to be specific) and installed it. It's nice that X11 interactions (as in starting it for you) are handled, but I have a problem with all applications that run under X11—I get trapped there! The X11 stipple covers both of my monitors and -TAB is intercepted and does not allow you to switch to non-X11 applications. I can activate the screen saver by putting the mouse in the appropriate corner, and when I deactivate it, I can, for a brief moment, see the Mac desktop, but then the X11 desktop returns and no matter how quickly I click on the Mac windows, the X11 environment reappears.
    So… How do you deal with this? Are there some X11 options (transparent / shared desktop, e.g.) that make it easier to use?
    Separately, looking at this software (OOo) the lack of graphic refinement is quite stark and the applications look very crude by comparison! Now, I can live with this, but it really hits you how refined the Mac user interface has become over its two-plus decade life.
    At the moment, I'm inclined to say that if X11 has to be part of the equation, then I'd really rather have Gnumerc!
    Thanks.
    Randall Schulz
    iMac 20" Core Duo; MacBook Pro   Mac OS X (10.4.5)  
    iMac 20" Core Duo; MacBook Pro   Mac OS X (10.4.5)  

  • Changing appearance of active spreadsheet cell

    This is a question our school secretary asked of me. She has recently upgraded from an eMac to a new iMac. She works quite a bit in spreadsheets. In a spreadsheet, the active cell is outlined in light blue, which she finds hard to see, especially if it is in the middle of the screen rather than at an edge. She would like to change the appearance to an allover color in just the active cell she is working on.
    I have been unable to find a way for her to do this. I can change the color of the cell, but it remains with the cell instead of moving with the active cell.
    Has anyone found a way to do this?
    Message was edited by: Sara Hartman

    "(W)hat she was hoping was that the cell could be shaded in rather than outlined. Do you know of any way this can be done?"
    Hi Sara,
    Well, I suppose it could be done by re-writing the AppleWorks source code , but that's beyond my meagre talents.
    There's at least a faint possibility it could be done by a talented scripter using AppleScript, but that would depend on a way to tell AppleScript which was the active cell, telling AppleWorks to fill that cell with a colour, detecting when the cell is no longer 'active' and telling AW to then replace the 'highlight colour' with whatever fill state existed before. It's a fairly simple set of steps, but putting it into AppleScript and having the script act continuously and automatically is another matter.
    There are a few scripters who read and participate in this forum, so hope is not lost yet.
    Regards,
    Barry

Maybe you are looking for

  • Can I share itunes music with two separate computer users on the same computer using the same itunes account?

    I have gone through the insturctions on sharing a folder, but it will not update under both itunes libraries when I download new music? For example, I log in as "User A" and download a song on itunes. I then log into the same computer as "User B" and

  • ID3 comment data won't clear on iPhone.

    I have some songs that have a little advert in the ID3 comment field and I removed them using two different ID3 tag editors and as well as the iTunes Get Info option, it's blank in everyone as well as when I right click the song in the folder and che

  • Adding Text to a pre-defined Image

    I have an Image that is within a JInternalFrame and I am wanting to add text on top of the Image. I have tried using the getGraphics().drawString() method, however this requires that the image in question have been created with the create(w,h) constr

  • Problems w/ Apple Mighty Mouse and 2013 Macbook Pro

    I recently purchased a 2013 Macbook Pro (13-inch, non-retina), and have tried connecting my 2010 (apprx.) Apple Mighty Mouse via bluetooth. While it does connect, the right mouse button, "centre mouse button" (pressing down on the scroll wheel), and

  • S_ALR_87013104(Valueco curr)

    Dear All The following steps u run the report 1) u go to S_ALR_87013104 2)from period: 1 1900 to period: 5 2007 u select ur control area then next u give sale order no after u go to further selections tab u tick including production order and next u