Make Invisible Cache Files Visible, If Not Then Rename Them

Disclaimer:  there is more to this than simply making the files visible with folder options, please read on
The reason I ask is because when I transfered a folder to an ftp server or a hard drive, often times it can be many megabytes larger than the size of the actual files.  On the surface this may not seem like a problem, but I've run into an actual technical problem because of Bridge's cache files:
On a website that I worked on recently, an XML file calls out image filenames from a specific folder.  I dragged the folder over to the FTP site and it overwrote the folder on the server, as intended.  But the images wouldn't appear on the website.  I figured out that the bridge cache files make an identical file of the same name, but hidden.  So when my flash site was looking for 01.jpg in a folder called 'auto', the first file that it saw was the 01.jpg cache file, which had no visual data. Because when I deleted that folder and dragged the files over individually--opposed to dragging over the folder--it worked A-O-K.  Since the files were transfered individually, the hidden files in the folder weren't copied.
So my suggestion would be to make these files visible and call them out as cache similar to .xmp files, or just alter the name structure of the cache file so when the website looks for the file, it can still find the right one.
Thanks!

The output of the pages node is an array so the node in question is an index array with the page on question feeding into it then it feeds that value to a visibility node.
Doug
"My only wish is that I am capable of learning each and every day until my last breath."

Similar Messages

  • Can't Open Final Cut - "Waveform Cache Files Folder does not have read/....

    I am new to Final Cut and macs, so please bear with me.
    I have created an animation in Final Cut pro (5) using stills. The project takes up a lot of space, which is why I have moved the 'Final Cut Documents' file onto my external hard drive. However, I relocated/reconnected the project files when I next opened the project and all was peachy.
    Last night when I had the project open I got errors about not being able to save the project. This was my first problem, but is now insignificant compared to this new problem this morning:
    I cannot open Final Cut. I have an error saying 'The Waveform Cache Files Folder does not have read/write access. Please select a new folder in the System Settings Dialog or correct the problem on disk'. Final Cut then proceeds to shut down, so I cannot change any user settings within the program.
    I have made all Final Cut folders read/write as well as my external hard drive and anything else with Final Cut on it. It still presents this warning.
    A final confession: last night in (I think?) User Preferences I changed some of the settings to my external hard drive (I'm not even sure what settings...I just checked boxes next to the Hard Drive and unchecked a box next to the laptop drive), hoping it would just save the project to it, rather than on my laptop. This may have contributed to this new problem...maybe not.
    PLEASE HELP...this animation is due Monday.

    Thanks for your reply - it sounds like it will work, but I can't delete one of (yes, I made multiple copies, but have been able to delete the others) the Waveform Cache Folders as it comes up with the error "The operation cannot be completed because one or more required items cannot be found. (Error code -43)." Is this the cause of my problems? How do I fix it?

  • How to make an audio file on Dreamweaver not auto play?

    hi,
    ive been trying to make my audio file on dreamweaver not play when the webpage is opened.
    i have tired the 'autoplay, false' however this dosent seem to work for me. im using Dreamweaver CS6
    im hoping for some help as this is becoming frustrating!
    and i am using a music file which has been downloaded!

    At a minimum, you need MP3 and OGG audio files.  If you don't have them, use the online converter below: http://media.io/
    With an HTML5 doc type, your code should look like this:
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 Audio Demo</title>
    <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
    </head>
    <body>
    <p>This works in all modern browsers. </p>
    <audio controls>
    <source src="path/yourSong.ogg" type="audio/ogg">
    <source src="path/yourSong.mp3" type="audio/mp3">
    <p>Your browser doesn't support audio.</p>
    </audio>
    </body>
    </html>
    Nancy O.

  • How do you make an array of image icons and then call them?

    How do you make an array of image icons and then call them, i have searched all over the internet for making an array of icons, but i have
    found nothing. Below is my attempt at making an array of icons, but i cant seem to make it work. Basically, i want the image to match the value of the roll of the dice (rollVal)
    Any help would be greatly appreciated, some code or link to tuturial, ect.
    /** DiceRoller.java
    * Roll, print, Gui
    import javax.swing.*;
    public class DiceRoller extends JFrame
         private ImageIcon[] image  ;
         public String[] images = { "empty", "dice1.jpg",
                   "dice2.jpg", "dice3.jpg", "dice4.jpg",
                   "dice5.jpg", "dice6.jpg" };
         public Dice die;
         private int rollVal;
         public int rollNum;
         private JLabel j1;
         public DiceRoller(){
              j1= new JLabel("");
           die =new Dice();
           int rollVal;
           rollVal = die.roll();     
           image = new  ImageIcon[images.length];
         for(int i = 0; i < images.length; i++){
          image[i] = new ImageIcon(images);
         if (image!=null){
              j1.setIcon(image[rollVal]);
         System.out.println("Roll = "+die.roll());

    Demo:
    import java.awt.*;
    import java.net.*;
    import javax.swing.*;
    public class IconExample {
        public static void main(String[] args) {
            EventQueue.invokeLater(new Runnable(){
                public void run() {
                    launch();
        static void launch() {
            try {
                Icon[] icons = new Icon[6];
                for(int i=0; i<icons.length; ++i) {
                    String url = "http://www.eureka-puzzle.be/cast/images/dice" + (i + 1) + ".jpg";
                    icons[i] = new ImageIcon(new URL(url));
                display(icons);
            } catch (MalformedURLException e) {
                throw new RuntimeException(e);
        static void display(Icon[] icons) {
            JPanel cp = new JPanel();
            for(Icon icon : icons) {
                cp.add(new JLabel(icon));
            JFrame f = new JFrame();
            f.setContentPane(cp);
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.pack();
            f.setLocationRelativeTo(null);
            f.setVisible(true);
    }

  • How can i increase the height of the navigation toolbar to make my persona more visible? adding toolbars puts them all below the navi bar and it looks weird. i know this has been asked many times but the answer's always "add toolbars".

    How can i increase the height of the navigation toolbar to make my persona more visible?
    adding toolbars puts them all below the navi bar and it looks weird.
    i know this has been asked many times but the answer's always "add toolbars".

    Look here.
    http://support.apple.com/kb/index?page=answerlink&url=http%3A%2F%2Fsupport.apple .com%2Fkb%2FHT1495&answerid=16777216&src=support_site.home.search

  • Why make a portal Iview visible or not, contained in a portal page?

    Hi,
    Within the framework of a gate(portal) SAP, I have to make visible or no Iview.
    This Iview is contained in a page.
    I get back the role (PCD Role) of this page but I do not manage to change the attribute of Iview to make him(it) invisible.
    Here is my code:
    //***********************Code gestion des propriétés de l'IVIEW************************
    try {
         Hashtable env = new Hashtable();
         env.put(
                 Context.INITIAL_CONTEXT_FACTORY,                                                IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
         env.put(
                 Constants.REQUESTED_ASPECT,
              PcmConstants.ASPECT_SEMANTICS);
         env.put(
              Context.SECURITY_PRINCIPAL,
              request.getUser());
         env.put(
              IPcdContext.PCD_PERSONALIZATION_PRINCIPAL,
              request.getUser());
         InitialContext iCtx = null;
         String pageID = "portal_content/fr.dggn.DIR_DGGN/fr.dggn.DOS_PRT_DEL/fr.dggn.ZPRT_DEL_STANDARD/WRK_AVC_PERSO_MAIN/fr.dggn.WRK_PRT_DEL/fr.dggn.PGE_PRT_DELEG_LISTE_DELEG";
    //je vais rendre visible les iviews                         
         iCtx = new InitialContext(env);
            IPage myPage = (IPage) iCtx.lookup(pageID);
         Enumeration myIviews = myPage.getiViews();
         while (myIviews.hasMoreElements()) {
         Binding bind = (Binding) myIviews.nextElement();
         IiView myIview = (IiView) bind.getObject();
    //on rend invisible l'Iview
         myIview.putAttribute(
              IAttriView.ATTRIBUTE_NAVINVISIBLE,
              IAttriViewValues
              .AVAILABILITY_VALUE_AVAILABLE);
    //on sauvegarde l'Iview moifié
         myIview.save();
         } //fin du while
            } //fin du try
    Can use me and tell me how to arrive at my project ?
    Tank's,
    Regards,
    Florian,

    Florian,
    The property that have to be changed is "Invisible in Navigation Area".
    His ID is : "com.sap.portal.navigation.Invisible"
    <u>But</u> , if I do this change in an iView of page, I've to refresh my Browser for the effect to take effect.
    To avoid this, you should try to change the default value of the parameter "Allow Client-Side Caching" from Yes to No
    Hope this help
    Vincent

  • How do I make a new file that will not have to be rendered again?

    This is a little complicated but I've tried everything and still can't find a solution.
    Here's what I'm doing:
    1. Record footage with my Canon HV 30 in 1080 30p mode.
    2. I import it into Final Cut Studio 6. Plays back fine.
    3. I add chroma key and garbage matts to get rid of green screen. Now it has to be rendered to play back at all.
    4. So, I'm trying to make a new movie out of the footage with the chroma key so that I can then import it and play it back without having to render every time a move something.
    I know it has to be exported in the same format as the FC file in order to do this, but when I do that I don't get an alpha channel so the places where the green screen was is now black instead of see through.
    I tried saving in animation and "no compression" with the alpha channel but then it won't play back without the rendering again.
    Am I asking to do the impossible?
    Thanks. And I'm sort of new to this so please keep it simple.

    Hey there, wireduck! There are two ways to render out keyed footage.
    If you export to animation codec (choose millions of colors + ),
    I believe you need to export from an UNrendered FCP sequence.
    So make sure your sequence has the little red or orange lines, then export.
    This should produce a file with a good alpha channel.
    The problem is that the animation codec is big and processor-intensive,
    as is your other HDV footage. So it might work, but you'll get bogged down
    at some future point.
    A cool trick is to convert the entire sequence to the DVCPRO HD codec.
    It's really easy for your computer to digest, and it looks great.
    Now here's the trick to export the alpha channel as a separate file.
    On your keyed clip, after the other effects (color smoothing, key),
    add the Channel Swap filter, and set red, blue, and green from alpha.
    By doing this, you are making the RGB channels display your alpha channel.
    Export this (DVCPRO HD) and name it the same as your clip,
    but with something like "-alpha" at the end so you can keep track of it.
    Import it.
    In your sequence (sequence settings DVCPRO HD, yes?), place the original
    footage--with all the keying and channel effects disabled--on V3.
    Set its Composite Mode to Travel Matte - Luma.
    Directly below that, on V2, perfectly aligned to the original clip,
    place your -alpha clip with normal composite mode.
    Now put your background on V1.
    You should see the composite working, and three tracks of DVCPRO HD
    should play on your computer OK without needing to render.
    Just keep the original clip (on V3) and its alpha version (on V2)
    perfectly in sync, and you can edit and add other effects.
    This should work for you. Good luck!

  • Make shared Onedrive file download automatically (not Office Online)

    How can I make a shared document in OneDrive automatically download to a user not logged in Office 365?
    I want MS Office 2013 file tos download and not show up in Office online.  Is that possible. It happens for MS Office 2003 and pdf files; when "View only" sharing but not with MS Office docx or xlsx files.

    Hi,
    Now I understand your concern.
    I opened your link and the document was opened on Word Online, and I don't know how to download the document directly when opening the link. Since we mainly discuss Office Client questions in this current forum, I thought it was an OneDrive for Business
    client issue. Now I know this issue is about how you want the share link to work from OneDrive for Business in Office 365, to get the more appropriate support, I suggest you post the question in Office 365 Community Forum:
    http://community.office365.com/en-us/f/default.aspx
    Regards,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here.

  • How do I make a PDF file from my notes app?

    II'm trying to change my notes doc to a PDF file so far no luck any help?

    Copy into Apple Pages. Export a PDF.

  • Illustrator creating 100's of invisible cache files OS X

    We have 8 designers all running identicle systems, but one user is constantly using up their disk space quota, I've traced the problem to the fact that when they use illustrator it writes loads of 16.8 Mb files to their Library > Cache folder all called .afpdeleted followed by a series of numbers.
    This doesn't happen with any of the other users.
    He is using:
    Mac Pro 2.66Ghz 12Gb RAM
    OS X 10.7.5 ( this is as far as this mac can be updated)
    Network Home Login
    It is happening on illustrator CS6 and also on illustrator CC
    Any idea's what is happening and why it is only happening to this one user?

    What OS are the other computers running? 10.8.4 has some important updates
    http://support.apple.com/kb/HT5730
    Compatibility improvements when connecting to certain enterprise Wi-Fi networks
    Microsoft Exchange compatibility improvements in Calendar
    A fix for an issue that prevented FaceTime calls to non-U.S. phone numbers
    A fix for an issue that may prevent scheduled sleep after using Boot Camp
    Improves VoiceOver compatibility with text in PDF documents
    Includes Safari 6.0.5, which improves stability for some websites with chat features and games
    A fix for an issue that may cause iMessages to display out of order in Messages
    Resolves an issue in which Calendars Birthdays may appear incorrectly in certain time zones
    A fix for an issue that may prevent the desktop background picture from being preserved after restart
    A fix for an issue that may prevent documents from being saved to a server using SMB
    Addresses an issue that may prevent certain files from opening after copied to a volume named “Home"
    A fix for an issue that may prevent changes to files made over NFS from displaying
    Resolves an issue saving files to an Xsan volume from certain applications
    Improves Active Directory log-in performance, especially for cached accounts or when using a .local domain
    Improves OpenDirectory data replication
    Improves 802.1X compatibility with ActiveDirectory networks
    Improves compatibility when using mobile accounts

  • Can I make 3D measurements in a 3D pdf, then have them automatically show upon opening the file - using Reader?

    I am trying to use Reader to set up how a 3D pdf initially opens - for example, showing measurements.
    Is this possible using only Reader?

    You can create the measurements in Reader but you cannot change the file's initial view settings - that's an Acrobat job.

  • How to make the control file consistent when I re-mulitplexing them

    Oracle 10g R2 on the AIX 5.3L
    My current control files (three) from the default set-up are all located in the same directory (/dbbaan/oradata/<SID>/). If I want to change some of the multiplexing of the control file to different directory to avoid the media failure,
    1. I copy one or two control files to different directory.
    2. create a new init_sid.ora from spfile
    2. edit the init_sid.ora file and change the locations of the control file
    3. shutdown/restart the DB using the init_sid.ora.
    4. create the spfile from the pfile
    5 shutdown/restart the DB with new spfile ( "SQL> startup")
    My question is: since there is always time lag between copying and recreating the new init_sid.ora, while the control file(s) are constantly updating, how can Db guarrente the consistency of the DB when I restart the DB (the control file specified in the init_sid.ora may be some time old) ? or does it matter?
    I did above and my DB restart without problem.

    Another problem concerns me. What happen if one of
    multiplexed control file location, which I use a NFS
    of another server, goes down and is not available
    during the operation ( After I restart up the DB)? I
    am sure I will see the error of that control file in
    the alert log.If one of the control files not accessible during operation, Oracle will crash. So you better make sure all of your control file location are reliable and accessible.

  • How do I import MP3 files to itunes and then downloand them to iPOD Video

    I have just recently acquired a 60Gb ipod video and I have folder with the name of artist with MP3 format music files on my hard drive. How do I copy them to itunes and the ipod in MP3 format and if they need to be converted into another format to itunes and the the ipod, please advise me how I convert them. My email address is [email protected] for sending copies of your reply to this posting. Many thanks

    mondrayuk,
    - Open iTunes
    - File=>Add Folder
    - Browse to the location of the MP3 folder
    - Click OK
    Depending on how you prefer iTunes to manage your Library, wither the files will be copied to the default iTunes music folder and a reference will be created within iTunes,
    -OR-
    Just a reference will be created within iTunes to the current location of the MP3 files without a copy made in the iTunes folder.
    iTunes and the iPod can play MP3 music files. No conversion is required.
    Most of us here do not respond via email. Hope you understand....

  • IPod photo cache file - how do I locate it?

    Hi all,
    On my iPod nano I keep getting the "some of your photos were not copied because they cannot be displayed on your iPod" message, but the photo albums I am syncing do not contain the photo mentioned in the warning.
    I have had a look around and noticed that one member said there is an iPod photo cache file that does not get updated. So, I want to delete that and then resync my iPod, in the hope that this warning message will not re appear. The problem is I don't know where it is located.
    For the record, I have also recently restored my iPod using iTunes 7.1.1 and this still occurs.
    Thanks in advance,
    Anthony.
    Intel iMac 20" Rev A   Mac OS X (10.4.9)  

    ok well i dont have the exact same problem...but mine still deals with photos
    well i recently restored my computer, and all photos and music were deleted, but they r still in my iPod, well i learned how to get my music out, but not my photos, so do u know how to do that?
    well any suggestion would b appreciated, thanks!

  • How can I get rid of cache files?

    Premiere Pro, can't find cache files on Mac, not in the common folder, clean doesn't work, I know there are Gigs of them on my drive.  How can I get rid of them?
    I started a premiere project I had worked on before using an external drive but forgot to hook up the external drive.  In a few minutes, Premiere loaded 5 gigs of cache files onto my macbook pro drive OSX 10.8.6.  I tried the following to free up the space:
    Tried to "clean" the cache folder before switch it to the external drive - this only removed a small amount of the 5 gigs created
    Tried to find files in the Application Support/Adobe/common folder - no cache files found
    Tried searching the web for answers - no new info
    Tried searching my drive for the files - can't find them
    Tried restarting the MacBook and Premiere with and without the external drive - no luck
    Now what?
    Message was edited by: Kevin Monahan
    Reason: please make a shorter and more concise title next time. Thanks.

    First off, exactly which version of Premiere are you running? Not simply PPro CC or CC2014 but the version number shown in the About box.
    I'm not clear whether you're saying that Premiere can't find the cache files or that you can't find them.
    I gather that you're referring to the Clean button on the Media tab of the Preferences dialog, which is also where you set the path for the cache files.
    Are you sure you're looking in the correct Library--not the one that's readily accessible under Macintosh HD but the one that Apple, in it's infinite wisdom, hides from users. To access it, open the Go menu and press Option.

Maybe you are looking for

  • External Hard Drives not showing

    I have 2 external hard drives connected using FW 800, a Western Digital 500TB & a Seagate 500TB. The Western Digital has a habit of freezing and the last time this happened I powered down the iMac. When I re started the iMac neither external hard dri

  • I need to upgrade to OS X v.10.4.8 to use the new adobe creative suite.

    i have a imacG5 and i just upgraded it to Tiger and added RAM but apparently I need to go to 10.4.8 to use the new adobe creative suite. this is what Adobe says # PowerPC® G4 or G5 or multicore Intel processor # Mac OS® X v.10.4.8 So - I have a power

  • Using custom xslt file for mapping

    I have a map using custom xsl. I deployed it to different enviroment. When my BTS application ran, it complained There was a failure executing the receive pipeline: "WS.Pipeline.MsgTransformDebatchPipeline, WS.Pipeline, Version=1.0.0.0, Culture=neutr

  • Business Process Flow for old records

    A customer has asked us to decommission the Business Process Flow for a particular security role. I have done this and all is well for new records. Unfortunately the Process Bar still appears for old Leads.  I think I can understand the behaviour: if

  • Document Manager Disabled for Group space

    I am using 11g, I have installed webcenter and ucm in webcenter. Users login to webcenter using jazn xml. Users are able to create personal documents in UCM and the same is displayed properly in the Personal space when logged in webcenter. But in Gro