Image and Wireframe issue?

I just received a call from a friend that is having an odd problem n FCP 5.1. For some reason, he iis unable to toggle from image+wirframe to image. When he sets the canvas to window, the wireframe is still visible.
I had him trash the prefs, but it still has this issue.
Also, he is having an issue with creating a bin inside a bin. when he right-clicks on the bin and selects new bin, the bin does not show up inside the other bin. This is by no means a crucial problem, but I didn't have an answer, so I fiigured I'd through it out there.
g5 Dual 2Ghz   Mac OS X (10.3.7)  

Has to set the canvas to 'image" not "window" or "fit to window" which is a sizing command.
If he right clicks on a bin, then selects create new bin, that bin will be inside the selected bin.
Jerry

Similar Messages

  • Saving images and catalogue issues.

    Hi,
    I have been using LR for a few months now and have watched countless tutorials (a lot of Adobe.tv) I am having major issues with staying on top of my numbering and filing system and really need some tips. I try and explain.
    When I first open the import box I have a look through and uncheck all the photos I have decided are no good and import the rest, I use the convert to DNG route. I also shoot in both JPEG and RAW, but I don't import the JPEGs, I use them for reference, I add generic keywords and rename with the date (I've still not decided on a naming convention yet)
    I then use the compare function and delete some photos that were otherwise identical, then I work through the photos and edit them. The trouble I have generally begins here. I am happy with the export box and choose my settings, but if I decide to edit any in photoshop I do it through LR and save it as a PSD. So now I have both the PSD and the DNG. If I try and rename them the numbering systemn goes to pot because there's a PSD in there. I also find occasionally that it renames each JPEG and associated DNG file seperately so 40 photos becomes 80
    Then I export my images only to discover the colour is over saturated so I need to re-edit/ import and then this adds to the confusion as I can't replace the current image as I need to figure out what the hell I need to correct!
    In short, I seem to be getting in quite a pickle! I'm not sure I've explained it very well. All I want to do is rename, edit,  export to show off to family and friends, without taking four hours to do eight photos
    Many thanks in advance for any help offered.

    Sorry you've been overlooked.
    Yes you are making things difficult for yourself.
    I recommend you watch some videos on AdobeTV to find out how to get the most from Lightroom with the smallest effort!!
    http://tv.adobe.com/product/lightroom/

  • PhongMaterial Image and 3D issue

    I've been working with Box and trying to get an image set up.
    According to the API http://docs.oracle.com/javafx/2/api/javafx/scene/image/Image.html there are a few ways to do it.
    I tried to set it as a file, in the source, or another project, and no luck. Then I tried using the direct link to the JavaFX icon found in the tutorial; however that was for basic images, not for Phong Materials.
    Now there is setDiffuseMap, setSpecularMap, and setBumpMap. When doing each individually it yields a gray box, but when doing all 3 I get a crappy gray version of the JavaFX Logo.
    Now looking up the definitions of each I got that Diffuse is the main color, specular is for shiny objects, and bumps are for bumps :P. The thing is are they supposed to be 3 different images layered together to form 1 image, or what's the deal? Why am I having issues with crappy color, and is there an easier way to do this? What if I want to set each side's image? It seem slike it knew the FX Logo was 2D, so it just mapped it to all 6 sides.
    I should also mention I am using NEtbeansLambda8, with JDK/JRE 8 build 78.
    Edited by: KonradZuse on Mar 5, 2013 4:15 PM
    Edited by: KonradZuse on Mar 7, 2013 1:30 PM

    Okay so I got it to work only when the link was correct THE FIRST TIME. For some reason it was f-xdocuments instead of fx-documents, so when I changed it back, it worked; however only the first time. If I ran the code again it would turn into a normal non-image box. If I switch the image path to and from fx- to f-x and back to fx- it would work again, only once...
    import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Group;
    import javafx.scene.PerspectiveCamera;
    import javafx.scene.PointLight;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.image.Image;
    import javafx.scene.layout.StackPane;
    import javafx.scene.paint.Color;
    import javafx.scene.paint.PhongMaterial;
    import javafx.scene.shape.Box;
    import javafx.scene.shape.Sphere;
    import javafx.scene.transform.Rotate;
    import javafx.stage.Stage;
    * @author Konrad
    public class draw extends Application
        Box f = new Box(100,100,100);
        Image image = new Image("http://docs.oracle.com/javafx/javafx/images/javafx-documentation.png");
            private PerspectiveCamera addCamera(Scene scene)
            PerspectiveCamera perspectiveCamera = new PerspectiveCamera(false);
            scene.setCamera(perspectiveCamera);
            return perspectiveCamera;
        @Override
        public void start(Stage primaryStage) {
            primaryStage.setTitle("SphereAndBox");
            final PhongMaterial red = new PhongMaterial();
          //  redMaterial.setSpecularColor(Color.ORANGE);
            red.setDiffuseColor(Color.RED);
           red.setDiffuseMap(image);
            // red.setSpecularMap(image);
           red.setBumpMap(image);
           f.setMaterial(red);
            final Group parent = new Group(f);
            parent.setTranslateZ(500);
            final Group root = new Group(parent);
            final Scene scene = new Scene(root, 500, 500, true);
            PointLight light = new PointLight();
            light.setTranslateX(scene.getWidth()/2);
            light.setTranslateY(scene.getHeight()/2);
            root.getChildren().add(light);
            addCamera(scene);
            primaryStage.setScene(scene);
            primaryStage.show();
         * The main() method is ignored in correctly deployed JavaFX application.
         * main() serves only as fallback in case the application can not be
         * launched through deployment artifacts, e.g., in IDEs with limited FX
         * support. NetBeans ignores main().
         * @param args the command line arguments
        public static void main(String[] args) {
            System.setProperty("prism.dirtyopts", "false");
            launch(args);
    }Also now that I look at it netbeans say sit ignores main which is where the system property dirtyops is. Apparently that is used for Graphical issues, maybe this has something to do with that?
    Is this something I should report to Jira or what would be recommended?
    Edited by: KonradZuse on Mar 7, 2013 1:29 PM
    Edited by: KonradZuse on Mar 7, 2013 1:31 PM
    Edited by: KonradZuse on Mar 27, 2013 2:33 PM

  • Placing Images and PPI issues

    Hello, I am new to InDesign.. I am a digital artist who has only used PS in the past, so I'm used to manipulating images however I like concerning PPI, DPI, and pixels. I am now creating an app for ipad use and created the background images for the pages in PS. Now, I'm placing them into ID. When I do that, no matter what I have the file saved as, it converts the image to a different ppi.
    When I created the images in PS, I used the standard ipad resolution (262px) and dimensions. When I created the ID file, I used the standard ipad dimensions and the ppi is obviously much lower, at 72?
    Is there a way to set the ID resolution, or do I need to create my documents with only 72ppi? This doesn't seem like it would give the best image viewing available on the ipad.
    Thank you!

    InDesign respects the original size and resolution of images, as long as you keep them at 100% of the original size. When they are at 100%, the "Actual ppi" and "Effective ppi" fields of the Info panel display the same value. In your specific case, the Info panel needs to show "262" in both fields. If not, it means that the respective image is scaled. To verify its scale, click the image using the Direct Selection Tool (the "white arrow" one) and look at the percentage fields in the Control Panel. (By the way, the resolution of the retina iPads is 264 ppi, not 262.)
    When importing an image, the easiest way to assure that it will be placed at 100% is simply clicking the loaded cursor instead of dragging it. Give it a try.
    But bear in mind that this "ppi" issue only matters for print publications. For tablet apps, what is important is the number of pixels; the resolution is irrelevant. For retina iPads, you need to use twice the size you use in a standard screen iPad. So, if you want a full-page image in an old iPad, the image dimensions must be 1024 by 768 pixels. If you want the same image in full screen on a retina iPad, create it with 2048 by 1536 pixels. You'll get a better explanation here: http://www.planetquark.com/2012/03/14/132-ppi-72-dpi-264-ppi-what-image-resolution-should- you-use-the-for-new-ipad/#.UhdbsLwWFL8

  • Dreamweaver Relative Image and Link Issue

    Hi there
    I have just created a website in Dreamweaver. It previews
    fine in Firefox but when previewing it in IE neither the images are
    loading or the internal links working.
    I think it has something to do with roots or relative linking
    as links are all coming up with
    http://home.html in front of them and
    images
    http://home.html/Assets (assets
    being where images are stored). I hope this isnt too difficult to
    fix.
    Thank you in advance

    LOL. Just so....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Ken Binney" <[email protected]> wrote
    in message
    news:g9me63$hql$[email protected]..
    > Lose this:
    > <base href="home.html" />
    >
    > "B10000" <[email protected]> wrote in
    message
    > news:g9m260$553$[email protected]..
    >> Hi there
    >>
    >> I have just created a website in Dreamweaver. It
    previews fine in Firefox
    >> but
    >> when previewing it in IE neither the images or
    loading, or the internal
    >> links
    >> working.
    >>
    >> I think it has something to do with roots or
    relative linking as links
    >> are all
    >> coming up with
    http://home.html in front of them and
    images
    >>
    http://home.html/Assets (assets
    being where images are stored). I hope
    >> this
    >> isnt too difficult to fix.
    >>
    >> Thank you in advance
    >>
    >
    >

  • Images and videos issues

    since a few days ago Ive been unable to view videos and images on yahoo, youtube and facebook, any suggestions on what to do please

    1. System Preferences >  Flash Player > Advanced >  Delete  All
         Press the "Delete All" button
         Install Adobe Flash Player.
        http://get.adobe.com/flashplayer/
       Download it first. Click Safari in the menubar and select “Quit Safari”.
        Follow the prompts and install it.
        Restart computer. Relaunch Safari.
    2.  Allow  Plug-ins
        Safari > Preferences > Security
        Internet Plug-ins >  "Allow  plug-ins"
        Enable it.

  • Image and Jquery issues - help needed

    Let me begin by saying that I have used both of these successfully with pages on my test server and in production.  That said, for whatever reason Dreamweaver is not displaying images called-out in my CSS in either Live View or in browser preview even though they are visible in Design View.  I also can't get jquery slide shows to function in browser preview either - and again the images show up in Design View.  Does this have to do with the fact that I am building this site on my hard-drive and not on a test server?  Has anyone experienced this and then moved their root to a test or production server and had them magically work?

    localhost...
    Image links are (example):
    CSS:
    a.classname {
            width: 60px;
            height: 60px;
            background: transparent url(/images/YouTube_pop.png) no-repeat 0 0;
            float: right;
    HTML:
    <p><a href="http://www.webaddress.com/user/blahblahblah" target="_blank" class="classname"></a></p>
    or
    HTML:
    <img src="images/sld_g04.gif" /> - which shows the images fine in both Live View and browser preview.

  • Image and wireframe?

    Im new to motion. Ive typed out some text that im trying to get lined up a few spaces off the left margin so its like
    1. xxxxxx
    2. xxxxxx
    but i cant get it right and cant find a wireframe to move the whole selection. Does it have that capability or how can i get text placed on the page like I need?
    thanks a ton.
    steve

    I'm thinking you need to do the tutorials - grabbing a text object and moving it around is probably one of the simplest things you can do in Motion. Make sure you have the arrow tool selected. And cmd-/ toggles wireframe display...
    Patrick

  • JPEG/PSD issue--I open a jpeg and edit it (levels, crop) and then "save as" and the save as option shows there are now levels in the image and it wants to save it as a .psd file or a copy with layers.  What am I doing that has these settings appear?

    JPEG/PSD issue--I open a jpeg and edit it (levels, crop) and then "save as" and the save as option shows there are now levels in the image and it wants to save it as a .psd file or a copy with layers.  What am I doing that has these settings appear?

    16bit? Pixels extending beyond the canvas? (from a crop with delete unused pixels turn off).  Have you previously been saving PSD files?
    IME you sometimes have to tell Photoshop that the first save of a session is JPG, and it remembers from there on.  The way to 'tell' Photoshop that JPG, or PDF, or PNG etc are now your preferred format is to Ctrl (Cmd) click on that format in the Save As drop down list.  So long as the file does not have parameters that your chosen format does not support, then this should work for you.
    [EDIT]  Just noticed that you did include 'Crop' in the subject line.  Do you have 'Delete cropped pixels' checked?

  • Re-Imaging and Security Related Trust Issues

    Hello,
    Yesterday, I asked the question about how to fix having trust issues all the time when re-imaging computers in a school environment. I am using Windows Server 2008R2 and a Windows 7 Image created in FOG image program. The machines we use are HP5100 Desktop
    machines.  I didn't feel that I properly explained in the first post how we re-image the machines. I am hoping this will give you a better idea of what we are doing, and you can help me figure this issue out. Thank you in advance.
    Step 1: Bring Windows 7 Image down to an HP5100 Desktop, update plugins and send image update back up in Fog
    Step 2: Delete all machines out of the active directory for specified labs.
    Step 3: Re-image school labs of 30 machines each
    Step 4: Rename each machine with unique id, example : BJSHS203S01DW7 (name of school, lab #, Student #, and OS)
    Step 5: Join the domain
    Step 6: Make necessary adjustments, and use deep freeze to freeze machines up
    Those are the steps we use when re-imaging, and so far for the past two years we have sporadic issues with two labs in particular with receiving trust-relationship message, and also sometimes get a message that says there are no servers available. When this
    happens, then I need to go to the machine unfreeze it, unjoin the domain, delete the name from the active directory, and then rejoin the domain. Sometimes this works but more often than not it doesn't work so well, and then I have to go through the whole process
    again. We do not use sysprep on our machines.
    So my question is this : What am I doing wrong? Is there anything you can recommend to fix this problem so that I don't have to continue to fix the machines and waste time?
    Thank you in advance, I appreciate your help!!
    Angie

    Deep Freeze may be causing your problems.  Have you read this article from Deep Freeze makers about trust relationship issues?
    http://support.faronics.com/Knowledgebase/Article/View/365/8/computers-running-deep-freeze-loose-connection-to-or-fall-off-the-domain-with-an-error-that-the-trust-relationship-between-the-domain-controller-and-the-workstation-has-failed

  • Lightroom 5.7.1, Yosemite OS X - Synchronise Folder function doesn't work in Lr. Is there a compatibility issue? I can see the folders/images in Finder but when trying to synchronise folders in Lr it does not recognise that there are any images and theref

    Lightroom 5.7.1, Yosemite OS X - Synchronise Folder function doesn't work in Lr.
    Is there a compatibility issue? I can see the folders/images in Finder but when trying to synchronise folders in Lr it does not recognise that there are any images and therefore unable to import to catalogue. Anyone has any idea how to make it work. Thanks a lot.

    Hi Elba,
    Thank you very much for your reply. Not sure, however, that we are talking about the same problem.
    I am trying to perform the same function in Lr that I have been doing for many years in the past and has only been a problem in the last few days (possibly coinciding with upgrading to Yosemite, trying to find out whether that is the problem)
    I am not intending to sync any files with Creative Cloud but only trying to use 'Synchronize Folder' function in Lr. Normally, I would right click on a particular folder in Lr catalogue and click on that function to check that the Lr Catalogue is perfectly matching my drives where the original photos are actually stored.
    The problem that I only started to encounter is that I can see the files on the actual drives but they do not appear in my Lr Catalogue and they are completely invisible to Lr. I simply can not get Lr to recognise them and then import them to catalogue.
    If for example, I export images to Ps and then save and close them, they do appear on my drive but are invisible to Lr and I can't get them imported into the catalogue. Import to folder also not producing any results as they are still invisible to Lr.
    Completely baffled by it. Any idea what could be the reason?
    Kind regards,
    Nik

  • MSOutlook HTML newsletter issues - large gaps between large images and small gaps...

    Please can you help me!
    Searched the web & found plently of advice but still getting formatting display issue when viewing HTML newsletter in MS Outlook.
    Fully aware on the basics regarding the multiple issues when creating HTML newsletters but this is driving me crazy.
    Apparently there is a image height limit within Outlook (can't find out what this is) so I have sliced my larger images into 5/6 parts which solves the display issue in Outlook.
    But the gaps between the slices are now being displayed as small blank spaces within Hotmail.
    I did use <br> between each slice as without caused the fixed 600px wide containing table to expand due to the slices stacking hoz.
    Also still getting small gaps (like <br> spaces) between all images in Outlook when displaying perfectly (no gaps) in a browser.
    This is my newsletter displaying correctly via a browser:
    http://eu.shorts.tv/site-admin/modules/mod_mail/SHORTSTV_DECEMBER_2012.htm
    Using Dreamweaver 4 (do have the latest version via Adobe Creative Cloud Membership but not on this system).
    Hope you can help
    Many thanks

    Many thanks David
    I also found this article which is currently sitting on my desk.
    Pdf would make perfect sense or even a url link to view via a browser but these guys need it contained within the email.
    Thanks again for your kind advice.
    Regards
    ShortsTV
    Date: Fri, 30 Nov 2012 18:05:08 -0700
    From: [email protected]
    To: [email protected]
    Subject: MSOutlook HTML newsletter issues - large gaps between large images and small gaps...
        Re: MSOutlook HTML newsletter issues - large gaps between large images and small gaps...
        created by David__B in Adobe Creative Cloud - View the full discussion
    Hey Shortstv, Not something I know much about, searched and found thishttp://robcubbon.com/create-html-email-newsletters-outlook/ Maybe create it as a PDF attachment instead? -Dave
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4888255#4888255
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4888255#4888255
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4888255#4888255. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Creative Cloud by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Best-practice for use of object styles to manage image text wrap issues when aiming at both print and EPUB output?

    I have a work-flow question about object styles, text-wrap, and preparing a long document with lots of images for dual print/EPUB output in InDesign CC 2014.
    I am sort of experienced with InDesign but new to EPUB export. I have hundreds of pages and hundreds of images so I'd like to make my EPUB learning curve, in particular, less painful.
    Let me talk you through what I'm planning and you tell me if it's stupid.
    It's kind of a storybook-look I'm going for. Single column of text (6" by 9" page) with lots of small-to-medium images on the page (one or two images per page), and the text flowing around, sometimes right, sometimes left. Sometimes around the bounding box, sometimes following the edges of the images. So in each case I'm looking to tweak image size and placement and wrap settings so that the image is as close to the relevant text as possible and the layout isn't all wonky. Lovely print page the goal. Lots of fussy trade-offs and deciding what looks best. Inevitably, this will entail local overrides of paragraph styles. So what I want to do, I guess, is get the images as closely placed as possible, before I do any of that overriding. Then I divide my production line.
    1) I set aside the uniformly-styled doc for later EPUB export. (This is wise, right? Start for EPUB export with a doc with pristine styles?)
    2) With the EPUB-bound version set aside, I finish preparing the print side, making all my little tweaks. So many pages, so many images. So many little nudges. If I go back and nudge something at the beginning everything shifts a little. It's broken up into lots of separate stories, but still ... there is no way to make this non-tedious. But what is best practice? I'm basically just doing it by hand, eyeballing it and dropping an inline anchor to some close bit of text in case of some storm, i.e. if there's a major text change my image will still be almost where it belongs. Try to get the early bits right so that I don't have to go back and change them and then mess up stuff later. Object styles don't really help me with that. Do they? I haven't found a good use for them at this stage (Obviously if I had to draw a pink line around each image, or whatever, I'd use object styles for that.)
    Now let me shift back to EPUB. Clearly I need object styles to prepare for export. I'm planning to make a left float style and a right float style and a couple of others for other cases. And I'm basically going to go through the whole doc selecting each image and styling it in whatever way seems likeliest. At this point I will change the inline anchors to above line or custom, since I'm told EPUB doesn't like the inline ones.
    I guess maybe it comes down to this. I realize I have to use object styles for images for EPUB, but for print, manual placement - to make it look just right - and an inline anchor seems best? I sort of feel like if I'm going to bother to use object styles for EPUB I should also use them for print, but maybe that's just not necessary? It feels inefficient to make so many inline anchors and then trade them for a custom thing just for EPUB. But two different outputs means two different workflows. Sometimes you just have to do it twice.
    Does this make sense? What am I missing, before I waste dozens of hours doing it wrong?

    I've moved your question to the InDesign EPUB forum for best results.

  • Send image with MFMailComposeVewController and thread issue

    Hi,
    In my app, if user click a button, the app will generate an image and show up a MFMailComposeViewController with the image as attachment. Since it takes quite some time to generate the image, I fired up a thread and generate the image in this new thread. I am not sure what to do the next. When the image is generated, how can I tell the mail thread to launch the MFMailComposeViewController?
    Thanks,
    ff

    Have you looked at this sample yet (link)?

  • TS2518 Help, I had aperture open and working on a image and did not have a battery in and bumped the power off. As a result it will not open my master, it is locked. when I try to open that Library  it says There was an error opening the database for the

    Help, I had aperture open and working on a image and did not have a battery in and bumped the power off. As a result it will not open my master, it is locked. when I try to open that Library  it says There was an error opening the database for the library. I have tried every thing. I updated the other libr but now it will not open the main to update. What do I do?

    Try starting Aperture with the command and option keys held down.  You'll get 3 options.
    Try each, starting at the top, in order, checking after each to see if it fixes the issue.

Maybe you are looking for

  • Problem with the Characterset

    We are facing a problem with using the characterset. The database characterset is WE8ISO8859P1. In one of the modules we need to store some multi-lingual data which also includes some chineses and japanese characters. So, we tried to change the clien

  • How to make PAN field as mandatory in vendor master

    Hi, In second screen of xk01one application toolbar named CIN details is there. In CIN details->withholding tax tab PAN filed is there. I want to make this field as mandatory. How can i do that. please please help me.

  • Error when installing applications

    I am getting a error when installing a few different application. I get this error installing the Citrix Receiver, I get similar errors when installing the Cisco VPN software as well. These are two very important aps for us and need to work on 8.1 if

  • HT201272 Switched to new Mac (10.7.5) and now can't download any iTunes purchases.

    Since I've switched to my new Mac, I can't download any of the (music) purchases I make. (I used a cable between the two Macs to make the original transfer of "all my stuff" from the old Mac to the new, so the iTunes stuff I had then is on the new Ma

  • Sql Server Express download (what version?)

    I am going to download 'SQL Server 2008 Express Edition Service Pack 1' and there are three versions.  Once is 64 bit, which I know I don't need because I am running XP.  What is the difference between SQLEXPR_x86_ENU.exe and SQLEXPR32_x86_ENU.exe.