Lower 3rd font selection frozen

has anyone seen this issue. I can't select a font in the lower 3rd controls. I click on it and it won't move or open the listing of fonts. i can only change the text and whether the font is bold or italic. nothing else. its as if the lower 3rd function is corrupt. when choosing lower 3rd in the text menu, it is bold for some reason.

A filter, generator or transition shown in BOLD usually indicates that it's a RT effect, based on your system specs and RT settings.
-DH

Similar Messages

  • Moving a lower 3rd between 2 keyframes

    I want a lower 3rd .tiff file to start off screen on the left side and using motion properties, I want it to move right. What is the best way to move it right while keeping it on the same Y coordinate? I am noticing that I am unable to use arrow keys to move it because this ends up advancing the frame in the timeline and when dragging with the pointer, I tend to move it either up or down.
    Thanks.

    Hi,
    place the playhead at the beginning of the lower third clip, in motion tab>position>use numerical values (in the top left space, right next the plus button enter -960 (are you on a 16:9 project? values depend on your lower third width too) and hit the keyframe button.
    Move playhead where you want the lower third movement to end, lets assume to disappear on the right end side, and enter in the same space 960 and a keyframe is automatically generated.
    Now your lower third will travel left to right. To customize speed drag second keyframe towards the first one as you wish, the closer they get the faster the movement.
    One tip, if you wish to manually set keyframes by dragging the wireframe in the canvas (having image +wireframe selected) you can avoid vertical unwanted shifts by keeping the SHIFT key pressed while dragging.
    Hope that helps,
    G.

  • Using upper AND lower case fonts in iMoive - How?

    Can smoen please tell me how to get lower case fonts in a title in iMovie 11? I know there have been a lot of changes wihth thie version and it has a lot or power I want to explore- this one has me stumped
    HELP!

    thanks for you patient and apology for my poor english skill.
    at the moment i do need animation in the first palce, the thing is, my "title" is a sentence, and it will automanticaly take two line if i select the font size to 80, when i was applying the "expand" title style, in the beginning of the animation, it was fine, however, when it goes on expanding, the words in one line takes onger than before so some words were moved to the second line.
    please refer to the images, first one was the beginning of expanding animation, the second one is what it is changed like ("40" was moved all of a sudden to the second line).
    thanks.

  • Lower 3rd templates in Motion?

    I am brand new to Motion. How can I access some lower 3rd templates that I can make basic modifications to? Using Motion 3.
    Thanks.

    I am also not able to view it in the Viewer, and I tried other Master Templates, so I'm guessing something is wrong with it. Guess it is time to learn Motion.
    I opened the Basic White - Lower Third NTSC template.
    1.) I selected text and typed over it when it first showed up in the timeline. Is this the only place it needs to be changed OR do I need to change it at some other keyframe?
    2.) How do I select a shape to delete it or change its color? Example: the rectangle that the word Live sits on top of. How could I either change the color or delete it and all the shapes on top of it?
    Thanks!

  • Lower 3rd shapes

    I want to create a lower 3rd shape to put my text over. I select shapes > rectangle from the Viewer and want to use this.
    1. How can I size it and see it at the same time? Currently I size it in the control panel tab and have to click back on the video tab to see it.
    2. Is there an easy way to make this into a lower 3rd shape? Right now it seems trial and error. I am scaling it up in the Control panel and then resizing it with the bounding box in the Viewer.
    Thanks.

    Stenwelks,
    you need to drop the generator in the timeline, i.e. above the clip you want your shape to be on, then double click it to load it in the viewer (Top Left Window). Now when you make your changes in the Controls tab you'll see the result in the Canvas (Top right Window). Make sure that the playhead is parked over the generator in the timeline.

  • I downloaded a recommended update and since then my ipod touch (3rd gen) is frozen and wont turn on (1604 error)

    I downloaded a recommended update and since then my ipod touch (3rd gen) is frozen and will not turn on. I try restoring factory settings but the process terminates with a 1604 error. I have researched this problem on the net and think i have tried everything, but still no joy. I have tried removing all apple and itunes software and reinstalling, updating the apple drivers - nothing has worked. I am using itunes 10.3 on my pc, windows xp.
    If anyone can help me i would be extremely grateful - I am off on holiday on thursday and would love to have my ipod with me!
    Many thanks in advance.
    Craig.

    Error 1604: This error is often related to USB timing. Try changing USB ports, uninstalling and reinstalling USB ports, and other available USB troubleshooting steps (troubleshooting USB connections, device not recognized properly, computer won't recognize a FireWire or USB device). If you are using a dock, bypass it and connect directly to the white Apple USB dock connector cable. If the issue persists on a known-good computer, the device may need service.
    If the issue is not resolved by USB isolation troubleshooting, and another computer is not available, try these steps to resolve the issue:
    Connect the device to iTunes, confirm that the device is in Recovery Mode. If it's not in Recovery Mode, put it into Recovery Mode.
    Restore and wait for error 1604.
    When prompted, click OK.
    Close and reopen iTunes while iPhone remains connected.
    iPhone should now be recognized in Recovery Mode again.
    Try to restore again.
    If the steps above do not resolve the issue, try restoring using a known-good USB cable, computer, and network connection.
    Above is from:
    http://support.apple.com/kb/TS3694

  • Font selection view control in Web Gallery

    LR4.1 RC2
    I wanted to be able to change the font type from the UI panel using a font select popup.
    This control really only seems to exist in the inbuilt edit modes (eg: id plate and watermark) so I have tried a workround which seems to work OK so far. Maybe it will help someone else out working with webengines.
    Mac/OSX only at this stage - good source file in Windows may be font.inf but would require a bit of parsing or get a folder listing somehow.
    Basically I read in the contents of the fonts.list file - which appears in the OSX fonts folders - and then massage the contents to get a raw list of the fonts.
    This raw list is then read into a lua table and consumed by the UI popup control.
    Should there be an obvious way that I haven't seen then just give me time to find a banana to eat ... anyway here goes -
    Changing the font type for the cell index numbers.
    Grid cells use cellIndex to give the photo number and in my webengine the css class is .itemNumber       
    Data Model references -   Note:   %s is important for select to work - if %q is used select will work but font won't change ( %q adds quotes to the string ).
                ["appearance.itemNumber.font"] = function() return string.format( "%s", nonCSS.itemNumberFontSize .. "px " .. nonCSS.itemNumber.font ) end,
                ["nonCSS.itemNumberFontSize"] = 60,
                ["nonCSS.itemNumber.font"] = "inherit", 
                fontlistpath = LrPathUtils.child('/Library/Fonts','')    -- OSX Default fonts
    Code just prior to LR UI Views -
            deffonts = templatepath .. "/pgresources/" .. 'osxdeffont.txt'      -- templatepath is the root path of the webengine - this is the tweaked OSX fonts.list file
            function readFontsFile( deffonts )
                local fileLines = io.lines( deffonts ) 
                ff3 = {}           
                for line in io.lines(deffonts) do
    Filter lines here ...
    eg:   -
                    line = string.sub(line, 17)   -- remove 1st 16 chrs        (/Library/Fonts//Osaka.ttf)
                    line = string.gsub(line, "(.ttf)", "")
                    local kline = line
                       local vline = line
                       table.insert(ff3, { title =  kline ,value = vline })
                end
            end
    LR UI View for font select -
                f:popup_row {
                    title = "Font family :",
                    bindingValue = "nonCSS.itemNumber.font",
                    items =  ff3,
                    bindingEnabled = "appearance.itemNumber.display",   -- control should be disabled if display checkbox false
                    tooltip = "Choose wisely Dave!",
    Using this method is not perfect but gives a good selection of fonts - I found that to improve the success rate the default font file was copied into the webengine
    resources folder and tweaked. eg:  the default file gives Brush Script.ttf but I needed Brush Script MT to work, similarly with Arial Rounded Bold which needed changing
    to Arial Rounded MT Bold
    Basically to find the correct descriptions you could do far worse than to use the ones in the edit selections used by the ID Plate/watermarking features.
                Well there you go ...
    As an aside I did try an undocumented control which on double click popped up a system font selection dialog (the whole nine yards) but  couldn't get it to link to the css class so I didn't persist - not a good idea to use undocumented controls but can be fun to play with.
        f:font_picker {
            font = "Copperplate",     -- showed font as highlighted when picker opened.
            width = 80,
            value = "Arial",    -- appeared on control (title ??) - this value only changed according to the font selected after double-clicking on another hidden control (f:image_well)
            bindingValue = "nonCSS.itemNumber.font",  -- linkage didn't work
    Again, unless I missed it, it would be really good to have the font_picker documented and working for the web gallery views.  Fonts seem to be a murky area -
    probably accounts for the hassles I am getting with the watermarking feature as well.
    Update :
    If the font doesn't work try using the PostScript name as a value which invariably works.
    eg: Handwriting - Dakota  will not work but Handwriting-Dakota will.
         Arial Bold will not work but Arial-BoldMT will.

    I don't think that there is any option to set the default view in the web album. If anyone has found an option to do this, then I will like to know as well.
    Quite a lot of the settings in web album seams to be "hard coded" and only a few settings are available for users to control.
    Karsten

  • Can i change the behavior of the character menu so that the list begins with the current font selected and not at the beginning of the list?

    Im struggling with the way the font selection tab works in the character menu.
    When i scroll down the list and select minion halfway down the list, the next time i click on the font tab, the list starts back at the top of the list making me scroll down the list every time i want to look for a font.
    Can anyone offer some suggestions here?
    thanks
    jeff

    You can't do it exactly the way you want, but if you have InDesign CC or CC 2014, you can set fonts in the Character panel or Control panel Type menu to be Favorites. Click the "star" beside a font to set it as a favorite. Then at the top of the menu, click the "star" filter to show favorites in your list instead of a list of all the fonts.

  • I use classical Hebrew for my work, and Pages will only display English characters even with a Hebrew font selected. If I cut and paste Hebrew characters from another document, as long as the font is supported, it will appear in Pages.  If I type it won't

    I use classical Hebrew for my work, and Pages will only display English characters even with a Hebrew font selected. If I cut and paste Hebrew characters from another document, as long as the font is supported, it will appear in Pages.  If I type it won't continue in Hebrew.  I have tried downloading several fonts, including those from professional societies, but the only way to get Hebrew in my document is to cut and paste.  Does anyone know how to fix this?  I use an older MacBook running OS 10.9.1.  I used to do my Hebrew work in Word, but it is no longer supported by Mac OS.

    Just clarifying:
    Pages '09 has bad support for Hebrew, Arabic etc but will accept pasted text.
    Pages 5 has much better support but with bugs.
    If you have columns they are in the wrong order ie Text starts in the left column and ends in the right column.
    If you type English into Hebrew text it tends to fall in the wrong position eg instead of to the left of Hebrew punctuation it goes to the right.
    As Tom recommends the only real solution on the Mac is Mellel.
    Peter
    btw Tell Apple, they are amazingly slow to fix this running sore which has been broken since RtoL was supposedly introduced in OSX 10.2.3 over a decade ago.
    Peter

  • Hard To Read, Low Contrast Fonts

    I have a problem: my system is showing me hard to read, low contrast fonts.
    Here's a screenshot to prove it:
    As you can see, the fonts are quite greyish instead of black. I tried the freetype2-lcd method as described in the wiki "Fonts" article. Still no success. I'm running XFCE on a 1680x1050 LCD display. Is there a way to fix this problem?

    Bender02 is right -- openoffice adjusts its own colors to match the colors of the gtk theme by default.  The easy solution, for openoffice, is to go to Tools/Options/Appearance and set the background color to white and font color to black -- or whatever you like.
    Last edited by fwojciec (2008-04-16 00:05:44)

  • Font selection by typing font name into from down field

    I have noticed this since upgrading to Photoshop CC 2014:
    When I want to select a font by typing its name's first few characters into the drop down field, all intuitiveness goes out of the window. The very first character I type gets dropped and rather than bringing me closer to the typeface I'm after, it starts presenting all fonts starting with the 2nd character I've typed. I.e. trying to get to the "Titillium" font selection, I start to type "Titil..." and it gives me the "i" listings in my large number of fonts. This is happening on all my installations of Photoshop CC 2014 (3 different Windows computers and setups).
    Is this a bug or another example of second-guessing what might be helpful when it actually isn't? Not getting the logic of why I have to type "AArial" if I want to get to the "Arial" font in the selection box.
    I know I can simply scroll down in the list of fonts to get to the one I want to use, but in the land of shortcuts, surely scrolling should only ever be the 2nd best choice.
    Looking forward to some insight.

    New features summary
    Search for fonts
    New in this release of Photoshop CC
    You can now quickly search for fonts in the Text tool options bar and Character panel font lists. As you type the name of your desired font family, Photoshop filters the list on the fly. You can search for fonts by font family or by style. Font search doesn't support wildcards.
    Search for fonts by font family or font style 

  • Creating a third line w/ one Lower 3rd

    Can one create a third or fourth line, when only using one Lower 3rd in Final Cut Pro?
    Thanks.

    Basically.... no.  It's only a quick template for those too lazy to do their own.  You're better off using title 3d and a color matte.  You could add a gradient for that 80's fade off to one side.  The fun of a program like fcp is that there are multiple ways to do all sorts of things.  You can also build your titles in motion, which incorporates the features of (now nearing extinction) livetype.

  • Enable 3rd party selection tab in infopackage

    HI,
    When i create my infopacakage for 3rd party datasource, my 3rd party selction tab is not enabled to give any inputs. Could anyone pls guide me how to get it enabled.
    Anamika

    Hi,
    I created the infopackage on Third Party i.e. ETL source System . In that Infopackage there is tab name as "3rd Party Selections". In that tab I have to give selection for the ETL workflow which will process the data from ETL to BW.  And that tab is in the disable/ display mode. So question is how to make it enable or in the active mode to provide 3rd party selection condition?
    Thanks,
    Anamika

  • Font Selection laggy in InDesign CC

    27" iMac 3.4 GHz Intel Core i7, 16 GB 1600 MHz DDR3 RAM, OSX 10.9
    Adobe InDesign CC 9.1
    Suitcase Fusion 5 Version 16.0.5 (603)
    Since installing Mavericks have had terrible issues using InDesign on my less than 3 month old iMac.
    Font selection is painfully slow as shown in this video...
    http://vimeo.com/81705033
    Sometimes when trying to change a fonts weight it won't even register the selection. As can be seen in the video I have the font "Interval" selected and am trying to change its weight. I cannot do that. I then select an alternative font (you will see how laggy the font menu is) and it then takes around 7 seconds to change to the new font once selected. I can then change back to Interval and select the desired weight.
    I have turned off the font previews in preferences as I thought this might be what was causing these issues, but sadly not.
    Not sure whether the issue is Mavericks, Adobe or Extensis.
    We also have the same sorts of issues on another older Mac in our studio. Before Mavericks it was fine. Not sure if that is just coincidence.
    Any suggestions would be much appreciated.

    Yes, it would have been installed in place. My boss did it while I was on holiday and have had no end of problems since it was upgraded to Mavericks.
    So you think re-installing InDesign might do the trick. I'll have to give it a try. Thanks.

  • Technical name for a lower 3rd? (off topic)

    This is a bit of a random question, but I remember reading/hearing before a technical term for a lower 3rd. I totally forgot what it was, think it might've started with a T :S. I think it was a term used for a graphic that would go behind the text in a lower 3rd. Anyone have any ideas? It's suddenly been nagging on my mind lol.

    And back a hundred years ago, we called them title cards. There was a time when you had to get all your titles (main, lower thirds, subtitles etc) hot pressed white on black, on heavy glossy card stock. These went to the optical house, who put them on the animation stand and shot the proper length plus some, so that either a negative matcher could cut them into c and d rolls (a and b being pix negative rolls) or they could be incorporated into the optical workflow-- sandwiched in the printer with the negative for more complicated processes. You had to know beforehand what the workflow was, so you could shoot interpositives, negatives, internegatives or the ok but very short lived CRI process. All in all, in intensive, expensive process.
    Here endeth today's history lesson.
    Aside: today everyone whines because their instantly generated text doesn't seem right. Ugh.

Maybe you are looking for

  • Downloading a report in excel format : getBlob WIS 30270 Error

    Hello experts, I 'm working in "Business Objects XI R2 SP2", the server is a "windows 2003 server". I have a big report , that some times returns me that message error when I try to download it in excel format: Error message: "An internal error occur

  • How to get parents data from a leaf in a recursive table

    I want to get a list of all parents data related to a leaf in a table. The table has 3 rows id, description, parent. if I have the id of one of this items I want to get all his parents, is there a way to get this with a select or with connect by prio

  • NIC CONFIGURATION  IN SOLARIS 8

    Hi I am having Ultra 10 workstation of Sun. I installed solaris version 8(Sparc) I checked to see nic configured or not by ifconfig -a But I found only loopback adapter I want to configure NIC in Solaris 8 with Ultra10 workstation How can I configure

  • BI and the all in one solution

    Hi We have a situation where we we hqve many clients attched to one central  BW system and then some customers wish to have a local installation (which we dont want to do due to many systems etc). So we are looking at the SAP ALL in one solution and

  • Monitor turned pink

    Hi, I have a 23inch IPS monitor and now left side of screen is pink and with some lines, and it blinks from time to time. It's not cable, it's not graphic card... It's monitor that is causing this problem. I tried and conect it with other PC and it's