Help! Cannot see bounding box.

I don't know what I did, but I cannot see bounding boxes around items in one motion project...
I think I must have turned them off by accident.
I am able to see bounding boxes in other motion projects... just not this one. I also restarted the program, to no avail.
Any suggestions?
Thanks

I didn't know about this. Thanks.
However, I checked and it is already checked off... So it's something else...
I figure something is wrong with the file. I just made a new project and copied and pasted everything in there... and viola, there they are.

Similar Messages

  • HELP: Cannot See Child Node Values.

    I'm trying to print out child node values from following code, I can print child node name but cannot see child node values. Can somebody help me t o figure out this problem
    FOR childelement in 0..lengthchild-1
    LOOP
    IF childelement = 0 THEN
    kounter := kounter + 1; END IF;
    chnode := xmldom.item(childnodelist,childelement);
    v_childnode := xmldom.getNodeName(chNode);
    dbms_output.put_line('Child Node Name : '| |v_childnode);
    IF (v_childnode) is not null THEN
    chnodevalue := xmldom.getNodeValue(chnode);
    dbms_output.put_line('Child Value Is :'| |chnodevalue);
    ELSE
    dbms_output.put_line('Child Value Is NULL');
    chnodevalue:= null;
    END IF;
    End Loop;

    if you don't see any of the key values..
    and you know exactly what you are doing..
    you can create the registry keys and values.
    But make sure you know exactly what you are doing; adding and changing registry keys, might end up with a corrupt operating system.
    Please try the settings on a virtual environment, before applying to the production.
    If anything mess up with changing the registry you got your back covered, but if you're brave enough do it on the production server without doing the test on a VM. 
    Every second counts..make use of it. Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.

  • Can you view text outside of the canvas? as with the view menu you can see animation paths, bounding boxes and handles??? many thanks

    re: Motion 5
    can you view text outside of the canvas? as when using the view menu you can see animation paths, bounding boxes and handles???
    I'm in the middle of a text animation design treatment and unless my memory is completely failing I thought this was an option.
    An example would be selecting all layers and being able to see all bounding boxes and animation paths while moving along the timeline.
    Of course this could be quite a mess if you couldn't selectively chose which layers, its just with this current project it would be so helpful if
    I could see the text beyond the canvas to aid in my animations.
    many thanks,
    robert
    Motion 5
    2014 MacBook Pro 2.6Ghz i7
    16GB RAM
    OS X 10.9.5
    2011 Mac Pro
    4 Boot drives OS X 10.9.4, 10.10, 10.7, 10.8
    960GB OWC Mercury Accelsior_E2 PCI Express SSD (Current screaming fast boot drive)
    64GB RAM

    thanks for both of your responses
    I do understand shift + v " to "Show Full View Area" and shift + z to fill screen, etc.
    and command + & - for zooming
    what I'd like to do is selectively view, say, the text outside of the canvas as you can see the bounding box
    which contains the text or object when selecting one or all layers in the layers column
    I haven't used this feature in a while though I do recall using it in the past.
    Any help would greatly appreciated
    thanks,
    R.

  • HT2486 I am sending an email to a group which I have created in my contacts.  I would like to hide the list of people's emails but cannot see how I can do that.  Can anyone help please?

    I am trying to send an email to a group which I have created in my contacts.  I would like to hide the list of email addresses but cannot see how to do this.  Can anyone help please?

    Thank you for your message.  
    I can see how you do that when using the 'normal' emailing system from my mailing box, but not when working from the contact application (the 'book' on the bottom icon bar with the @ on it)....

  • My selection tool stopped working, it won't let me resize objects. Yes, show bounding box is on. Please help

    The selection tool won't let me resize objects. I have read different forums where they all say I just have to show bounding box, but not even this works. I have been using Illustrator for a long time and never had this problem before. Please help me fix this

    kimoen,
    In addition to what Larry said, the Adobe team are working on the Live Rectangle bug which is limited to the MAC versions starting with 10.7 and 10.8, but not 10.9 (Mavericks).
    So a switch to Mavericks with a reinstallation might be the way to solve it here and now, if that is an option, in which case you should reinstall after upgrading the OS.
    But you may get round it in a couple of ways while using your present OS.
    In each case, it is possible to Expand the Live Rectangles to get normal old fashioned rectangles, or to Pathfinder>Unite, or to use the Scale Tool.
    A more permanent way round that is to create normal old fashioned rectangles, after running the free script created by Pawel, see this thread with download link:
    https://forums.adobe.com/thread/1587587

  • Firefox highlights search boxes in light blue and I cannot see what I'm typing. How do I fix this?

    Recently firefox started highlighting the background color in search boxes/fields (ie. google) in a light blue color and I cannot see what I'm typing in the field. Please help.
    Thanks.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    See also:
    *[[/questions/870165]]

  • Cannot see the default input help values in the preview mode ALDesigner P&F

    Hi experts,
    I'm currently implementing a HCM PROCESS FORM process.
    I'm wondering why I'm not able to see the default input help of a dropdown UI ISR element in the Preview mode within adobe live cycle designer.
    I have linked my field with SAP-PA backend-service through Form Scenario.
    Within adobe live cycle designer, in the Binding tab page and then Element Values, I entered the following value in the Objects field: $record.sap-vhlist.<Field
    name>\.DATA\.FIELD.item[*], whereby <Field name> is the name of the form field. but cannot see any values...?
    Could you provide me any help, advices on that.
    Thanks in advance,
    Regards
    Louis

    Hi
    You can do that in two ways.
    One is from PA services provided by SAP. Other one is you care create a Generic service to load the values.
    1. In HRASR_DT tcode  select the process and create the backend service for SAP_PA and add the field Employee group (PERSG )  by choosing IT 0001 and screen element  then select the Input Help and check the box for PA service .
    2. Create a backend service and create the BADI and inside that do the logic to load the Employee group from FM and bind the value to the field.
    Please refer the Enhancement Implementation HRASR00_USER_NAME for the sample. Class CL_HRASR00_GS_USER_NAME.
    see this link
    http://help.sap.com/saphelp_erp2005/helpdata/en/82/b6b94278560c31e10000000a1550b0/frameset.htm
    Kind Regards,
    Mukesh

  • Cannot resize object with the bounding box.

    I am using Illustrator CS4. When I move my selection tool to the white square on the bounding box for resizing, I am not getting the normal arrows that appear. When I click on the box and move the pointer the entire box and image move. This was working OK until about 5 hours ago.
    Thanks for any help.  BreBro1

    Are u able to see the bounding box ? It might be hidden. Can u please try this
    goto View > Show Bounding Box
    shortcut Crtl + Shift + B
    give it a try if this doesn't work I would suggest u to share a screenshot so I could help you
    good luck.

  • PLEASE HELP! ASAP! Where's my bounding box? I bet no one knows how to fix this?

    I'm currently trying to make a quick promo for my business, so i've purchased a template from envato.
    I've then started to replace what they say i should replace.
    I've then imported an image to replace the default one that you can see in the first attached image below.
    The imported photo which is not seen needs to be resized by using the bounding box to suit my area given.
    But everytime i double click the image, all i get is a picture with a time ruler at the base of it and no bounding box.
    Can anyone help me please??????????????
    THIS IS WHAT I GET (IMAGE BELOW)
    THIS IS WHAT I NEED!!!! (IMAGE BELOW)

    Really?  Go to the menu and select View>Show/Hide Layer Controls or press Ctrl/Cmnd + Shift + H
    If you save a project with them turned off then when you re-open the project they will still be turned off.
    The info is right there in the menu and in the help files and in the keyboard shortcuts. If you search here:
    you'll find this. AE is such a complex program with so many layers that it's imperative that you learn how to look for and find answers quickly. The Search Help field at the top right corner of the app will answer about half the questions posted on this forum.

  • Text put into a canvas element with context.fillText() always has a black box where each letter goes. If the text is black you just see the black rectangle. If the text is not black you see it on the black bounding box. Surely this is not right.

    This has happened on the last few versions of firefox, as long as canvas has been supported. I see other people's screen shots from canvas tutorials, and the text always looks normal. On my system, any text put into a canvas element via context.fillText() will have a black bounding box for each letter, sized appropriately for the letter. If the text is black, of course you only see rectangles. If the text is a contrasting color, then you can read it, but it looks bizarre.

    Thomas...same kind of crap here.
    I used Custom Text - entered a sentence, hit return, entered another.
    Set to 72 pt.
    The default alignment is centred - I want left aligned text...the text start point stays at the centre of frame and the sentence runs off the edge of the bounding box.
    There is no settings in the Text or Title inspector dialog to correct that!
    Using Transform will not sort it!

  • HT201335 I cannot see the airplay icon on my iPad both iPad and Apple TV on same network help me

    I cannot see the airplay icon on my iPad both iPad and Apple TV on same network help me?

    ipad1 don't support airplay mirror

  • I cannot see any of my text boxes in the vertical view.

    I just checked the first chapter of my iBook in the vertical display. I cannot see any of my text after the section introduction page. All of it is written in text boxes that I created. I can see all of my widgets and text in the standard horizontal view but when I switch to vertical all I can see is the section introductions and the widgets off to the left hand side. This is a guide to surface palpation. Each page is its own set of instructions instead of being one long piece of continous writing. Is there a way to reformat my text boxes so that they are visible in the vertical view without starting over?

    The portrait mode only supports the flow of text (and pictures pasted into the text), and widgets (they will all be positioned on the left).
    You need to design in landscape mode knowing how the portrait mode works. Text boxes won't show up in portrait mode.

  • Can someone help me in building an interactive PDF form with dynamic bounding box?

    Hi Guys,
    I need to create an interactive PDF form which will contain images, text and fields.
    This is how it would be laid out:
    Header Image at the top.
    Below that a Text Box with a question "Choose the number of licenses" and a drop down option from 1 to 10.
    Depending on what they select, I need the following to be displayed.
    The following should be encapsuled by a bounding box.
    If "1" is selected. "Username: <blank field>    Password: <blank field>
    Then a button which says "Click Here To Login To Your New Account".
    The bounding box should end here.. and I have more text and images below.
    This I could achieve! But now if I select "2" I would need the bounding box to automatically become taller to accommodate two rows with "Username <blank> Password <blank>
    The bounding box needs to expand or contract based on the number selected in the drop down.
    Would love to here your thoughts on this!
    Cheers,
    Rajiv

    If you were to look at the spec for PDF, you'd see that that is probably not possible with a PDF file.
    But, I encourage you to ask this question in the Acrobat PDF Forms forum where the forms experts reside, and perhaps they could suggest an answer. JavaScript can be used, and perhaps that's the answer:
    PDF Forms

  • In photoshop elements 13, the bounding box is very light and hard to see.  Can this be darkened?

    In photoshop elements 13, the bounding box is very light and hard to see.  Is there anyway that this can be darkened?

    When my wife first logs in, this is the screen that comes up:
    So we hit "Continue" and the next screen comes up:
    So then we click "This is Okay" and the next screen comes up:
    It doesn't matter what we select here; the next screen is always the following:
    And here is where it dead ends. There's no place to enter an alternate name under 40 characters, there's nothing to click on. And this has been happening every time my wife has tried to log in.

  • I purchased music on ipad and when i log in to itunes on computer i cannot see it. its so frustrating, can someone please help me.

    I purchased music on ipad 2 and when i log in to my computer i cannot see the music i bought.
    Home sharing is on...
    Please help i need to get this music then to my i pod and go for a run!!!!
    its so frustrating..
    Thank you

    Hello Mariola,
    Thank you for the details of the issue you are experiencing with your iTunes purchases.  I recommend downloading your purchases directly to your computer using the Purchases page in the iTunes Store:
    Download previous iTunes Store purchases to an authorized computer
    Click iTunes Store near the top of the iTunes window.
    Click the Purchased link at the right of the iTunes Store homepage (below Quick Links).
    In the page that appears, select a category. 
    iTunes shows you which of your purchases are available for download. You can view all of your past purchases, or just the ones not currently in your iTunes library. Items already in your library aren’t available for download. If you select Music, you can view your purchases by song, artist, or album. If you’re viewing by album, click an album to see which songs on it are available for downloading.
    To download all available items, click Download All.
    iTunes 11 for Mac: Download previous purchases from the iTunes Store
    http://support.apple.com/kb/PH12283
    iTunes 11 for Windows: Download previous purchases from the iTunes Store
    http://support.apple.com/kb/PH12491
    Additionally, you can enable Automatic Downloads so that in the future, all your new purchases will automatically download to your computer.  Use the steps in the section titled "Enabling Automatic Downloads on your computer" in the following article to enable Automatic Downloads:
    iTunes Store: How to enable Automatic Downloads
    http://support.apple.com/kb/ht4539
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

Maybe you are looking for