Larger text blocks

Is there a way to have more than 2 lines of text appear on a single clip? I have a project that requires a bunch of text to appear on individual clips and as far as I can tell HD only allows 2 text lines to appear at once. Can anyone help me?

rewl,
The Music Video title allows for multiple lines. As long as you don't mind it left or right justified at the bottom of the picture.
Scrolling Block will also allow multiple lines. As long as you don't mind the text to be scrolling.
If those don't do it for you, you should take a look at third party plugins. Gee Three has one called Place Text. It's part of the Slick Volume 5.
http://www.geethree.com/
cf/x makes a plugin called Simple Caption that could work as well.
http://www.imovieplugins.com/index.html
Gee Three sells their plugins in sets while cf/x offers them á la carte.
Matt

Similar Messages

  • Tab rulers are not locked to text blocks

    I have a brand new (2 weeks old) iMac working with CS4. I work in Prepress so my typesetting skills are a bit rusty...
    I am trying to work with the tab ruler. If I am viewing as a full page and have my text block selected, my tab rulers open up to the correct size on my text block. However since my document is quite large and my text block is tiny when viewed as full page, I am zooming into my text block to be able to see it correctly. My Tab rulers stay locked to the size and space of my full page viewer, even if I close my ruler and zoom in, then re-open it. What am I doing wrong?

    P Spier wrote:
    The tab panel can be automatically sized and positioned over a column by by clcikinb the little magnet inthe lower right corner, but ONLY if there is enough space on the screen to put it above the column.
    To clarify: That is, only if the entire width of the column is on screen, and only if your left sock is inside out (right sock during daylight savings time).

  • InDesign: how to skew text blocks without distorting text?

    I want to set up several large blocks of copy with these requirements:
    - the baselines of the text are at an angle on the page
    - the left and right edges of the text block are bang-on horizontal (aligned with the guides in the screenshot below)
    - the text block can be enlarged or reduced without changing the angle of the left and right edges
    - the letterforms themselves are not distorted
    This screenshot shows what I'm after.
    This screenshot shows the actual bounding box for the text block.
    This screenshot shows how the angle of the text box changes when I change its size.
    I think Illustrator has some sort of function that allows you to “zero” (reset any transformations to a 90-degree grid) an object after it’s been transformed. Not finding anything at all like that in InDesign. Nor am I finding any means to set a custom constrain angle which would allow me to use the direct selection tool (the white arrow) to change height or width with confidence.
    I would appreciate any tips! Thanks for your attention.

    I do it with the example of turning. Skewing works the same way.
    1. Draw your rectangle, I applied a text frame based baseline grid (textframe options)
    2. With the selection tool or with the transform tool turn the whole frame in a direction, you can do it also with entering the value in the Transform Panel, what I would recommend.
    3. Now select the Direct selection tool (white arrow) and hold down the ALT key and klick on the frame. Now only the frame is selected. Turn it back in the other direction, or insert the value into the transform panel.
    I have also another method to offer:
    Draw the main frame with the text tool.
    Draw a small frame above, it must be much smaller than the main frame.
    Turn the small frame in the direction you want to go the text.
    Select both frames.
    Go to the Pathfinder > Add.
    Now you can add text or select a text frame based baseline grid. It will do the same as above. Maybe simpler.

  • Storing large text in the variable

    Dear Friends,
    I am trying to create a dynamic "SELECT" statement, which I would like to store in a variable that can store large text. The "AND" Condition of the "SELECT" statement is being generated by a cursor. Since the size of the text is completely dynamic depending on the cursor records so it can exceeds 32k limit.
    We are using 8.1.7.4 enterprise edition.
    I need guidence in this regard that how can this problem could be resolved using best practices.
    Best Regards,
    Shah

    It depends on what you are trying to do with the
    SELECT statement that is built.
    If you need to store it in a PL/SQL variable all at
    once, a CLOB is not the answer, as it (like
    VARCHAR2's) have a limit of 32767 characters...
    Since when?
    SQL> ed
    Wrote file afiedt.buf
      1  declare
      2    v_clob clob;
      3  begin
      4    v_clob := rpad('piece of query',32767,',');
      5    v_clob := v_clob||rpad('piece of query',32767,',');
      6    v_clob := v_clob||rpad('piece of query',32767,',');
      7    v_clob := v_clob||rpad('piece of query',32767,',');
      8    v_clob := v_clob||rpad('piece of query',32767,',');
      9    dbms_output.put_line(dbms_lob.getlength(v_clob));
    10* end;
    SQL> /
    163835
    PL/SQL procedure successfully completed.
    SQL>I think the maximum size for a CLOB in version 9 and below is 4Gb and from 10g onwards it's something stupid like 128 Terrabytes depending on your database configuration (block sizes etc).
    If CLOB had the same limit as VARCHAR2 then there would be no point in having it.
    Please don't misinform people.

  • Arbitrary waveform generation from large text file

    Hello,
    I'm trying to use a PXI 6733 card hooked up to a BNC 2110 in a PXI 1031-DC chassis to output arbitrary waveforms at a sample rate of 100kS/s.  The types of waveforms I want to generate are generally going to be sine waves of frequencies less than 10 kHz, but they need to be very high quality signals, hence the high sample rate.  Eventually, we would like to go up to as high as 200 kS/s, but for right now we just want to get it to work at the lower rate. 
    Someone in the department has already created for me large text files > 1GB  with (9) columns of numbers representing the output voltages for the channels(there will be 6 channels outputting sine waves, 3 other channels with a periodic DC voltage.   The reason for the large file is that we want a continuous signal for around 30 minutes to allow for equipment testing and configuration while the signals are being generated. 
    I'm supposed to use this file to generate the output voltages on the 6733 card, but I keep getting numerous errors and I've been unable to get something that works. The code, as written, currently generates an error code 200290 immediately after the buffered data is output from the card.  Nothing ever seems to get enqued or dequed, and although I've read the Labview help on buffers, I'm still very confused about their operation so I'm not even sure if the buffer is working properly.  I was hoping some of you could look at my code, and give me some suggestions(or sample code too!) for the best way to achieve this goal.
    Thanks a lot,
    Chris(new Labview user)

    Chris:
    For context, I've pasted in the "explain error" output from LabVIEW to refer to while we work on this. More after the code...
    Error -200290 occurred at an unidentified location
    Possible reason(s):
    The generation has stopped to prevent the regeneration of old samples. Your application was unable to write samples to the background buffer fast enough to prevent old samples from being regenerated.
    To avoid this error, you can do any of the following:
    1. Increase the size of the background buffer by configuring the buffer.
    2. Increase the number of samples you write each time you invoke a write operation.
    3. Write samples more often.
    4. Reduce the sample rate.
    5. Change the data transfer mechanism from interrupts to DMA if your device supports DMA.
    6. Reduce the number of applications your computer is executing concurrently.
    In addition, if you do not need to write every sample that is generated, you can configure the regeneration mode to allow regeneration, and then use the Position and Offset attributes to write the desired samples.
    By default, the analog output on the device does what is called regeneration. Basically, if we're outputting a repeating waveform, we can simply fill the buffer once and the DAQ device will reuse the samples, reducing load on the system. What appears to be happening is that the VI can't read samples out from the file fast enough to keep up with the DAQ card. The DAQ card is set to NOT allow regeneration, so once it empties the buffer, it stops the task since there aren't any new samples available yet.
    If we go through the options, we have a few things we can try:
    1. Increase background buffer size.
    I don't think this is the best option. Our issue is with filling the buffer, and this requires more advanced configuration.
    2. Increase the number of samples written.
    This may be a better option. If we increase how many samples we commit to the buffer, we can increase the minimum time between writes in the consumer loop.
    3. Write samples more often.
    This probably isn't as feasible. If anything, you should probably have a short "Wait" function in the consumer loop where the DAQmx write is occurring, just to regulate loop timing and give the CPU some breathing space.
    4. Reduce the sample rate.
    Definitely not a feasible option for your application, so we'll just skip that one.
    5. Use DMA instead of interrupts.
    I'm 99.99999999% sure you're already using DMA, so we'll skip this one also.
    6. Reduce the number of concurrent apps on the PC.
    This is to make sure that the CPU time required to maintain good loop rates isn't being taken by, say, an antivirus scanner or something. Generally, if you don't have anything major running other than LabVIEW, you should be fine.
    I think our best bet is to increase the "Samples to Write" quantity (to increase the minimum loop period), and possibly to delay the DAQmx Start Task and consumer loop until the producer loop has had a chance to build the queue up a little. That should reduce the chance that the DAQmx task will empty the system buffer and ensure that we can prime the queue with a large quantity of samples. The consumer loop will wait for elements to become available in the queue, so I have a feeling that the file read may be what is slowing the program down. Once the queue empties, we'll see the DAQmx error surface again. The only real solution is to load the file to memory farther ahead of time.
    Hope that helps!
    Caleb Harris
    National Instruments | Mechanical Engineer | http://www.ni.com/support

  • Problem with copying and pasting text blocks in Fireworks CS5

    Until recently when I copied and pasted a text block in Fireworks CS5, the block would retain all formatting applied to the copied text block, font, size, color, etc. Now, the pasted block reverts to some default setting. Oddly, if I copy multiple text blocks, the formatting is retained as expected, but not if I copy a single text block. I cannot find a preference that affects this, and I cannot figure out what might have changed. The current behaviour is definitely not desired, and is dramatically affecting my efficiency. Anyone experienced something similar or have any ideas how to correct this? Thanks.

    Sure, thanks for replying so quickly. My workflow is simple. My problem is limited to copying and pasting within Fireworks. I typically select an entire block with the main selection arrow but I sometimes use this one too depending on the context. I usually just use the keyboard CTRL-C then CTRL-V to paste. Previously (and I have been using FW for years, it's always been the same) it would paste an identical text block directly over the top of the copied one, and it looked exactly the same, same font, same color, etc. Now, it pastes a new block in the center of the document and all the formatting has reverted to what I guess is the default, in this case Myriad Pro 12pt. The behavior is the same no matter which arrow I use to select the text block. I tried Edit>Copy and Edit>Paste, the effect was the same. The Duplicate function seems to work as desired, but I had never noticed or tried that command before reading your post. Using the keyboard to copy/paste is such an ingrained habit I'd much prefer to continue using it as I always have instead of trying to retrain myself. (I'm old, retraining is hard!)
    (Selected block)
    (pasted block)
    Most often I copy and paste directly on the canvas, but occasionally will do it within the layers panel. Both now have the same undesired effect. I also tried creating a new document to see if it was a corruption in my current file, but the issue persisted to the new document as well.
    Thanks.

  • How do I use page numbering and a text block in a footer in Word with the Report Generation Toolkit?

    I am creating a Word document with the Report Generation Toolkit, and LabVIEW 8.2.1. In the report I am using a template that has page numbering enabled in the center. When I try to add a text block to the left side footer, it eliminates the page numbering and adds my text on the left side. I found "Set Report Footer Text" and "Word Set Page Numbering" vi's that may be the clue to this. When I use these two vi's I either get Page 1 of 456789-001 on the left side, or if I reverse the order I get only 456789-001(text) in the left side with nothing in the center. What I would like to achieve is 456789-001(text) on the left footer, and Page 1 of 2 in the center. Is this possible and if it is, then how can I do it?

    Hi SciManStev,
    I have attached a vi where you can see how they can be made to work together. You have to design it such that one follows the other. If you don't design it that way, it results in a race condition and only one of them get executed.
    Good Luck!
    Warm regards,
    Karunya R
    National Instruments
    Applications Engineer
    Attachments:
    SciMan1.vi ‏14 KB

  • How do I add multiple text block records from text file?

    The data manager documentation (page 151) for MDM 5.5 SP3 indicates that one or more new text blocks can be added to the Text Blocks object table from files. It is noted that the files must be plain text files.
    I use notepad and create a text file with two lines as follows:
    Test 1
    Test 2
    When I try to add the text blocks following documentation mentioned above, it only adds one record for the Data Group I have chosen and the record contains the entry "Test 1" from the first line in the text file.
    How can I add multiple records to the data group from a file?

    From my testing it appears that you need to have one text file per text block record in Data Manager.
    I wrote VBA macro to so that I could input my text blocks into an Excel spreadsheet and then the macro will take the contents of each cell in a highlighted column and create one text file per cell.
    Then using Data manager, I can select all of the text files at once and it will import them, creating one record per text file.

  • In the book module of Lightroom 4 I would like to create a two-page spread with a text block

    I'd like to use a single photo as a crossover through the gutter. I do not see an option to include a text block in such a layout. Am I missing something?

    I think many of us were mislead by Adobe's labeling of the boxes as "text" and "caption" - at least I was, initially.
    The text options of the templates are not very versatile since neither their location nor their size can be changed, once it is fulf with text - that's it.
    The surprising - and unexpected-  feature is the caption box that in reality is the needed text box since
    a) it adapts in size to the amount of text - and to the size of the font,
    b) the text can be moved within the box with the Padding Feature, and
    c) the box can be moved up or down with the Offset slider.
    To make the caption box that versatile you have to uncheck <Align with photo> in the Caption panel.
    WW

  • Using  cl_gui_textedit, text blocks always display prior document.

    We have two containers and we're using two instances of cl_gui_textedit.
    On the first call to the text screen, we see the two texts that we should see.
    The user saves the data and backs out to the selection screen, which contains an ALV display of documents. 
    The user selects the next document to process.  During initialization, we attempt the FREE destructor but it does not destroy the text editor ref to cl_gui_textedit.  We can initialize with clear and free as ABAP statement.  Upon entry to the PBO, we can see that we have forcibly cleared the ref to cl_gui_textedit.  It's 0: INITIAL for both text editors.  We watch the table being built and the internal tables contain the correct text.   After our set read_only true or false, we get a beep, and then arrive at our text screen without any error message.
    What is on the screen at that point will be the texts from the prior document.  We've tried inserting lifetime parameters for our custom container.  We've tried CALL METHOD cl_gui_cfw=>flush (which appears to always be necessary in PAI when we get the unprotected portion and the indices, etc.).  Neither of these alter the behavior of the screen and the erroneous content of the text editor blocks.
    Question:  is there a method or something that anyone can suggest to "force" the text blocks to contain the data that was in the table, rather than the data that was in the table for the prior transaction?

    Did you try calling the method DELETE_TEXT of the CL_GUI_TEXTEDIT before setting up the next text.
    This is how I get rid of the existing text:
    * Delete the Text
      me->o_editor->delete_text( ).
    * Set the new text
      me->o_editor->set_textstream( EXPORTING text = iv_text ).
    Regards,
    Naimesh Patel

  • Control of text blocks in parameter form

    How does one control the placement of text blocks in a parameter form? I'm creating paper view reports to be run via a report service on the application server. The report's parameter form, when run through a web browser, looks nothing like its presentation when run directly with the report builder.

    Anyone?
    I would like for the cr/lf characters to transfer from the report builder's parameter development screen onto the page rendered by the browser when the report is run from a report server.
    As shown in the report builder, the parameter screen looks like:
    Enter prefix: __
    Enter ticket: ______
    Prefix example (AA, BB, etc.)
    Ticket number should be all numeric.
    But when rendered from within the browser, it looks like this:
    Enter prefix: __
    Enter ticket: ______
    Prefix example (AA, BB, etc.)Ticket number should be all numeric.
    (Note the last line - it is now one screen line instead of two.)

  • How can I have a standard text block appear on the last page of my documents?

    How can I have a standard text block appear on the last page of my documents without having to type it in all the time? I have a terms statement with a line for a customer’s signature which I want on the last page of my invoices and right now I have to type it in each time or cut and paste it from a previous invoice. I already have a Master Page that includes the customer information and my company information at the top of each page and I am using data merge to fill each page with the items ordered and their pictures etc. I would just like to have this standard terms block automatically show up on the last page after the last item in the data merge.
    Thank you all in advance for your help.

    Thank you Peter. This works. I have the text block now at the bottom of a second master page which I apply to the last page. For aesthetics I can modify the position of the text block in the new master page to bring it up from the bottom under the last item ordered when there is less than 4 items on the page. (my data merge fits up to 4 items with their images on a page).  If the last page is full I’ll insert a final page using the second master and also bring it up to the top of the page.

  • Pages 5.1 (1769) is failing to render text blocks on printing as .pdf, what can I do?

    Sometimes all blocks are rendered properly and sometimes text blocks and images are missing. It appears to be random. It's happening when I open a document and when I print documents out to be saved as a pdf.
    Has anyone had this problem? How is it solved?
    Thanks,
    George

    The fact that renderings for print are very different from page display would seem serious. Print is unreliable. Blocks appearing on screen are moved or missing when printed or the document is saved,  closed, and then reopened. This occurs at random. Is there anywhere in the Apple world to log a problem? Are others experiencing similar problems? Arrrrrrrgh! I have little enough hair already.

  • How do I delete a large text message I sent that glitches the message app?

    I just recently sent a REALLY large text message to my friend, but I don't think she actually got it. Since I sent this really big text I can't open the app for messages. Well, I can but it is frozen in the convo I sent the text in and after about 3 seconds the app closes back to the home screen. In the few seconds that I can keep the app open I tried to press the back button (on the upper left hand corner), to delete the convo so that is gets rid of the message. But, like I said before, it is frozen so it won't go anywhere. Also, while the app is open for a few seconds I tried holding the large text to delete it, but again the app is frozen so will do absolutely nothing. I really don't know how to to delete the convo or message to get the app working again. Please tell me if there is any other way to get the app working again. I have thought of resetting me phone, but that would be my last resort. I have a ton of valuable information I have to keep. Thank you!

    Reset the Device using this method:  Hold the home button + the lock button for about 10-12 seconds until the Apple logo appears.  You will not lose any data or current settings.

  • Form not displayed when run- a large gray block

    I am trying to debug an existing form (which I know runs in our production enviroment). I need to debug to see what is happening to investigate the scope of a potential modification.
    My problem is that when I startup the OC4J container (no errors) and run the form from withing the Forms developer IDE, my browser launches (or attempts) and the form is nor displayed, only a 'large gray block' which I presume is the applet which should be launching my form.
    I tried to place message, in the form trigger, when-new-form-instance and when-form-navigate in order to identify if that code is been called, but I do not get the debug messages.
    I turned on edit->preferences->runtime->debug messages, and I get 1 debug alert 'please acknoledge message' when launched in my browser.
    Based on the fact that I am not getting any errors and I am getting one debug message, I presume that I need to somehow explicitly show/call the form or something similar?
    The form does have multiple canvases, which look like they are overlayed and controlled depeding on the form interaction. Does anyone have some idea to start helping me move forward with this?

    In order to run a form on your workstation using OC4J, you have to have a compatible JVM installed - typically Oracle's jInitiator, but it will work using the Microsoft JVM as well (although, not officially supported by Oracle anymore). It sounds like you have the default set to use the Microsoft JVM. If you hover your mouse over the "Gray Area" do you see the message: "Click to activate and use this Control." Have you tried to just click on the gray area to see what will happen?
    If you have installed Oracle jInitiator, did you modify the "formsweb.cfg" file to specify the Browser's JVM option?
    Hope this helps,
    Craig...

Maybe you are looking for

  • Is it possible to lock out  the Key Board commands in Keynote?

    Is it possible to lock out your key board actions  in Keynote? This happened all of a sudden. My keyboard has no effect on my trying to change text colors or enter characters. By using the mouse to add text the text box appears but I cannot change th

  • Cant access nokia music

    I have purchased my lumia 620, three months ago.i M frm India. When i download or play radio mix or offline music it say" you phone is already registered with Nokia unlimited subscription .". What to do pls help me

  • Oversize DVD Files

    Hello, I recently upgraded to the latest compressor, and I'm having trouble processing video for DVD Studio Pro. I have a 55 min. file that needs to go on a 4.7gb disk. When I use the settings for a 90 minute disk, the file size is over 9gb! Even the

  • Need of aggregated dimension to use summary tables

    Hi, I have two fact tables workdetail and worksummary. Worksummary is aggregated to month in time dim and workdetail is at timedim day level. Now i configured my business model with timedim and work detail table.( created a hirerchy for time dim (yea

  • How to read shopping cart guid from memory

    Hi Experts, I am using badi  BBP_SOS_BADI, method BBP_SOS_CHECK to determine what contracts the user can choose from when creating shopping cart. The problem is that I have no access to the Shopping Cart details when I am in this BADI. The aim is to