How to adjust the Viewer window to less than 25% ?

Hi all experts,
At the top of the viewer window, there is a dropdown to select the % of the screen. The option given are FIT, 25% ... etc.
But how to adjust to smaller than 25% ? Or for that matter, how to type in a percentage number ?
Thanks

Thanks Tom,
So the minimum size is set at 15%.

Similar Messages

  • How to keep the Viewer window active during cutting and inserting to timeline?

    Greetings all, I'm a football coach looking to use FCP to do my film breakdowns.  Been learning as much as I can about FCP and I've done some trial runs, so far so good, though it's a bit slow going since I am a football coach after all .  Anyhow, current issue is I want to be able to take a game film and cut it up into plays, each play is a separate clip.  I'm getting it to go fairly quickly, I have the film open in the Viewer, just mark in and out and I've been dragging the clip down to the timeline, one after the other, using the insert option.  I'm now trying to use the F9 key to have it insert to timeline without me having to drag it.  It works except the problem is that once the clip is inserted to the timeline, the Canvas window becomes the active one rather than the Viewer.  So if I keep hitting 'I' and 'O' and F9, it won't be cutting up the film since the Viewer isn't active.  As it is now I'll need to remember to click the mouse in the Viewer window after each insert in order to have that active and be able to resume my I,O,F9 routine.  Is there a way around this?  It seems like a small issue but I can't find any support on it and it could end up being a massive headache where one little slip up means a lot of wasted time.  Am I explaining this clearly and does anyone have a solution?  Any other thoughts on football video editing that people are curious about or have seen that might be helpful?  I appreciate your time,
           Grouch

    Or a third way would be (if you only cut out small pieces of the overall footage):
    Drag the whole clip in to the timeline. Mark in and out for the parts that you DON'T want.
    Hit the Delete button (if you have an extended keyboard or Shift-Backspace, if you are using a Macbook (Pro).
    Rienk

  • How me make the UIButton's alpha less than 1?

    Right now if I add a button in Interface Builder and then in view attribute of "button attributes", i can find a place to adjust the alpha, but the problem is that when i adjust the alpha, the whole button's alpha changes, even the alpha of the label changes.
    But what i want is that I want to have label's alpha not changed but the other places of the button's alpha changed, is there a way to do it?

    Ok. Here's a custom subclass of UIButton that might do what you want. It's based on the example of a label over a button I described in my last post. But instead of a label this class is built from a Custom type button with a Rounded Rect type button under it:
    // MyButton.h
    #import <UIKit/UIKit.h>
    #define kNormalAlpha 0.5 // default normal background alpha
    #define kHiliteAlpha 0.8 // default hilighted background alpha
    @interface MyButton : UIButton {
    UIButton *bgButton; // used only to draw the background
    CGFloat bgNormalAlpha; // alpha of background for normal state
    CGFloat bgHiliteAlpha; // alpha of background for highlighted state
    @property (nonatomic, retain) UIButton *bgButton;
    - (void)setBgAlpha:(CGFloat)value forState:(UIControlState)state;
    @end
    // MyButton.m
    #import "MyButton.h"
    @implementation MyButton
    @synthesize bgButton;
    - (void)setBgAlpha:(CGFloat)value forState:(UIControlState)state {
    if (state == UIControlStateHighlighted)
    bgHiliteAlpha = value;
    else
    bgNormalAlpha = value;
    bgButton.alpha = self.highlighted ? bgHiliteAlpha : bgNormalAlpha;
    // override setter so background can track current state
    - (void)setHighlighted:(BOOL)highlighted {
    // NSLog(@"%s: %d", _func_, highlighted);
    [super setHighlighted:highlighted];
    [bgButton setHighlighted:highlighted];
    bgButton.alpha = highlighted ? bgHiliteAlpha : bgNormalAlpha;
    - (void)myInit {
    // set default alpha values
    bgNormalAlpha = kNormalAlpha;
    bgHiliteAlpha = kHiliteAlpha;
    // make background button
    self.bgButton = [UIButton buttonWithType:UIButtonTypeRoundedRect];
    bgButton.frame = self.frame;
    bgButton.autoresizingMask = self.autoresizingMask;
    bgButton.alpha = bgNormalAlpha;
    - (void)didMoveToSuperview {
    NSLog(@"%s", _func_);
    [super didMoveToSuperview];
    [self.superview insertSubview:bgButton belowSubview:self];
    - (id)initWithFrame:(CGRect)frame {
    if (self = [super initWithFrame:frame]) {
    NSLog(@"%s: buttonType=%d", _func_, self.buttonType);
    [self myInit];
    return self;
    - (id)initWithCoder:(NSCoder*)aDecoder {
    if (self = [super initWithCoder:aDecoder]) {
    NSLog(@"%s: buttonType=%d", _func_, self.buttonType);
    [self myInit];
    return self;
    - (void)dealloc {
    [bgButton release];
    [super dealloc];
    @end
    To use this class, just add the above @interface and @implementation to your project (File->New File..., name the files "MyButton", then replace the contents by pasting directly from this forum page). You should then be able to customize any UIButton object in IB by selecting the button and setting its Class to MyButton in the Identity Inspector. To create an instance of MyButton in code, use initWithFrame.
    - Ray

  • How do i set up the viewer window so I can read the email in the bottom section of the window

    how do i set up the viewer window so I can read the email in the bottom section of the window? Someone sat at my computer and changed it and now I cannot restore it.

    Mail Preferences, Viewing, Use Classic Layout.

  • How to adjust the brightness of an apple monitor from Windows 7?

    how to adjust the brightness of an apple monitor from Windows 7?

    In Windows 7 go to help display brightness or help power saving.

  • SSRS 2008 R2 is extremely slow. The query runs in less than a second in the dataset designer but if you try to view the report it takes over 10 minutes. I have read this is a bug in SSRS 2008 R2. We installed the most recent patches and service packs.

    SSRS 2008 R2 is extremely slow.  The query runs in less than a second in the dataset designer but if you try to view the report it takes over 10 minutes.  I have read this is a bug in SSRS 2008 R2.  We installed the most recent patches and
    service packs.  Nothing we've done so far has fixed it and I see that I'm not the only person with this problem.  However I don't see any answers either.

    Hi Kim Sharp,
    According to your description that when you view the report it is extremely slow in SSRS 2008 R2 but it is very fast when execute the query in dataset designer, right?
    I have tested on my local environment and can‘t reproduce the issue. Obviously, it is the performance issue, rendering performance can be affected by a combination of factors that include hardware, number of concurrent users accessing reports, the amount
    of data in a report, design of the report, and output format. If you have parameters in your report which contains many values in the list, the bad performance as you mentioned is an known issue on 2008 R2 and already have the hotfix:
    http://support.microsoft.com/kb/2276203
    Any issue after applying the update, I recommend you that submit a feedback at https://connect.microsoft.com/SQLServer/ 
    If you don’t have, you can do some action to improve the performance when designing the report. Because how you create and update reports affects how fast the report renders.
    Actually, the Report Server ExecutionLog2  view contains reports performance data. You could make use of below query to see where the report processing time is being spent:
    After you determine whether the delay time is in data retrieval, report processing, or report rendering:
    use ReportServer
    SELECT TOP 10 ReportPath,parameters,
    TimeDataRetrieval + TimeProcessing + TimeRendering as [total time],
    TimeDataRetrieval, TimeProcessing, TimeRendering,
    ByteCount, [RowCount],Source, AdditionalInfo
    FROM ExecutionLog2
    ORDER BY Timestart DESC
    Use below methods to help troubleshoot issues according to the above query result :
    Troubleshooting Reports: Report Performance
    Besides this, you could also follow these articles for more information about this issue:
    Report Server Catalog Best Practices
    Performance, Snapshots, Caching (Reporting Services)
    Similar thread for your reference:
    SSRS slow
    Any problem, please feel free to ask
    Regards
    Vicky Liu

  • How to split the viewer (like shown on apple website)?

    Hello everyone.
    This screenshot from Apple shows that you can have both clips (left and right) in the viewer while doing a precise edit.
    I haven't found a way to do that.
    Any ideas?
    Message was edited by: jeanlain1

    Mmm - I'm having the same issue - no split in the Viewer window. No 4-way split on slip and slide as in Avid, but hey given what's missing in this app, that's the least of our worries. But 2-way would be nice.
    Adjusting the preferences doesn't fix it for me. OS X 10.6.8 upgrade didn't help either.

  • How to  adjust the text in input field

    Hi Expert,
    New in VC development. Can someone guide how to adjust the text in input field? Because of  long text length it  is not displaying fully in visual composer iView so user are not able to see the entire text in input fields

    HI Kundan,
    I assume that you have already tried different options perent in Label Postion for the field.
    If none of these options meet your requirement then you can try the following workaround:
    In the display properties, select label position as no label.
    In the form view add a new UI Control for Plain Text or HTML text and change its Label to "Material Number".
    Now place this new UI Control in before your actual Input field such that it appears as the field label.
    Hope this helps.
    Regards,
    Rk

  • Why does the view window all of a sudden expand the content of the page I am viewing so that I have to go to "view" and click actual size??

    Why does the view window all of a sudden expand the content of the page I am viewing so that I have to go to "view" and click actual size??
    Then a few minutes later, it goes back to expanded again, it is driving me crazy.  how can I stop this????
    Thanks for any help.

    There could be a number of reasons, first thing to check is if you are clicking Command + or Command -. The Command 0 keystrokes restore Safari to the actual size. You can also reset Safari by Safari - Reset.

  • How to adjust the BIOS to enable the RAID function.

    My MB is 845PE Max2(MS-6704) and the BIOS version I used is AMIBIOS A6704IMS v3.1 022803
    I need to know how to adjust the BIOS to enable the RAID function.
    Also, please tell me how to utilize 845PE max2 with RAID function.
    I've enabled the Integrated peripheral device/IDE RAID in BIOS.
    But the system still failed to detect my HD that I installed on IDE3-4.
    Please tell me which part I missed.
    much appreciated!!.

    Got the same problem here.
    Furthermore, i can't get the raid controller to get working in winXP. (device won't start)
    MSI 845PE MAX2-FIr GB-L/2.0/1394 (MS-6704)
    P4 2,4 ghz 533 fsb
    2x 512Mb kingston PC 2700 , DDR333.
    MSI G4 Ti4200-VTD8X
    WinXp pro + SP1 installed
    The board has 4 ide connections
    Got all kinds off trouble with this board X(
    Did install Windows XP Promise Fasttrak TX controller (PDC20276) , the device will not start.....
    IEEE 1394 Host Controller installed, the device will not start....
    Multimedia-videocontroller , no drivers available....
    Nice going, this really drives me up the wall!
    Don't know what to do anymore, plz help! ;(

  • How to adjust the score of multiple-SCO scorm package?

    I used Captivate 4 and created 2 SCOs.  I then used SCORM Packager to package the 2 SCOs into 1 SCORM package.  Everything works well. I can upload the SCORM into LMS without problem.
    My 1st SCO is pure information without quiz.  The 2nd SCO is pure quiz.  While LMS shows all interactions properly, it always gives "0" score for the 1st SCO, and report average score of the 2 SCOs as the final score.  But I want LMS to report the result for the 2nd SCO only.
    For the 1st SCO, I tried to set "slide view only" instead of "quiz result only" in the quiz setting, but it doesn't help.
    Anyone encountered the same problem and know a solution?   If there are multiple SCOs, some without quiz, some with quiz, how to adjust the setting so that LMS only report and average the score for SCOs with quizzes?

    I dont' think I will be much help, as I too am getting into the whole SCO/SCORM world (shakes head in frustration)
    However, I believe it's not considered a SCO unless it reports a score of somesort. The way I have read to get around something like this is to create the last button on your first SCO that the user clicks to enable reporting on that button, so that it reports to the LMS - and basically when the user clicks the button it sends a "success" to the LMS and records the score/points you put in. 
    Now does this help you? probably not, but it may point you in the right direction.  If you could do me a favor though, it seems you were able to successfully put your SCORM package up to an LMS succesfully, I have just posted in this thread that I'm having an issue with doing just that. Let mek now if you could provide any insight into my problem.
    Thank you.

  • How to adjust the Fonts to fit the component

    The size of the text is much smaller than the size of the button. But when I put the letters onto the button, they are not properly shown. Instead of showing the whole letters, they become "..." on the button. I can not see them at all unless I make the window/frame to its full size.
    How to adjust the Fonts or the properties of the components?
    Thanks.

    The best way is to use a layout manager, so that your component is laid out automatically to fit.
    If you really want to adjust the font size according to the size of the component, you would have to first retrieve the FontMatrix for your font, calculate the width of a particular string of text and see if it fits the component. However, why do that if you don't need to?

  • How to change the default window size display font size on Lync 2013 main window?

    Hi champs,
    Just a simple non-technical question: How to change the default window size display font size on Lync 2013 main window on Windows 7 desktop?
    Thanks,

    Hi,
    Did you mean change the Lync: Change the Default Font and Color of Instant Messages just as Edwin said above?
    If not, as I know, there is no natural way to change it.
    If yes, on the latest version of Lync 2013 client, there is a new option “IM” on Lync client “Options” list. And you need to change the default Font and Color of IM in the interface of “IM”.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • How to adjust the brightness of a second display connected to iMAC 2012  by Apple Mini DisplayPort to Dual-Link DVI Adapter?

    How to adjust the brightness of a second display (Dell 3007WFPHC 2560x1600 dpi) connected to 27 inch iMAC 2012 through thunderbolt port by an Apple Mini Display Port to Dual-Link DVI Adapter?

    Macs control computer by USB.  With a non-Apple display, you will have to use the brightness control on the display.

  • Mail won't display the viewer window, and it will not close (force quit does not show in menu bar).  Can't shut down to reboot because the open mail program prevents it.   Any advice?

    Mail does not show the viewer window even when new viewer window is cliced.  I tried to close mail and reopen, but it will not close, and force quit option does not appear in window bar.   I tried to shut down the computer and reboot, but it cannot close because of open mail program it says.    Help!

    Many thanks.  Once I was able to close mail, it reopened and behaved quite normally.  Thank you.  I'll remember the option quit for force quite!

Maybe you are looking for