Disable active windows display IMAQ

How can I disable the display of IMAQ active window display ??
I use the program IC_Grab_IMAQ.vi to get a picture from the USB camera and IMAQ_Write_File_2 to write it as JPEG. I acquire images for M x N points. So Every time I execute my program I get M x N pop ups of this active window.
Abhilash S Nair
Research Assistant @ Photonic Devices and Systems lab
[ LabView professional Development System - Version 11.0 - 32-bit ]
LabView Gear:
1. NI PXI-7951R & NI 5761
2. The Imaging Source USB 3.0 monochrome camera with trigger : DMK 23UM021
OPERATING SYSTEM - [ MS windows 7 Home Premium 64-bit SP-1 ]
CPU - [Intel Core i7-2600 CPU @ 3.40Ghz ]
MEMORY - [ 16.0 GB RAM ]
GPU - [ NVIDIA GeForce GT 530 ]
Attachments:
Imaging & Scan.zip ‏53 KB

Hi Abikutn, 
It looks like the function you are using (IC_Grab_IMAQ.vi) calls a 3rd party .dll, and is not a standard National Instruments function. The library it calls is LabVIEW Extension2.dll. If this is what you are using to operate the camera, you should find who wrote this library and see if they have a way to minimize or disable the window. 
-N
National Instruments
Applications Engineer

Similar Messages

  • Lion Finder active window display problem

    I'm running 10.7.3 on my MB Pro.  I have all the latest-and-greatest updates.  However, this quirk only started to appear with Lion and has appeared in all versions to date.  I'm wondering if I'm the only one who has this problem.
    Here it is:  Whichever Finder window that is active used to pop to the front (or "on top of") of all other windows, but often I find that this is no longer the case.
    Example #1:  If I have two windows open and I'm dragging a file from one to another, the dialog box that asks if I want to copy the file often stays buried beneath one/both other windows.
    Example #2:  If I go to drag a file from one window to another window hidden/buried under the first one, it used to be that if I held the file to be dragged over the buried window that it would become "active" and thus move to the front, but now this is often not the case. 
    Example #3:  If I go to cycle through open windows using Cmd ` in order to find a buried window, often the buried window will not move to the top.
    In all these instances, even using Expose to show open windows will not bring the desired window to the front.  I was hoping that this bug would be noticed in 10.7.0 and be corrected by now, so either it's a bug or maybe I've got something set up wrong.  Somebody enlighten me!

    I've had the exact same problem with Lion.  Telephone support told me to reinstall OS X Lion, which didn't help. The genius at the Genius bar told me it was my 3rd party (Kingston) RAM.  He demonstated the display was fine without the extra RAM, but he was using a USB mouse with a scrollwheel.  At home, my bluetooh magic mouse continued to cause the same problem, and so did my trackpad.  So I determined it had to do with the faster (and different type of) scrolling that these newer devices perform.  I then saw that if I use the slider on the right side of the finder window instead of gesturing with the mouse or trackpad it works fine.
    So I played with my settings a bit to see if I could overcome this problem, and found a solution.  I went to "Preferences-General-Show scroll bars" and changed from "Automatically based on input device" to "Always".  This nearly fixes the problem!  At least so far.  I get an occasional glitch if I scroll up and down a lot, but way less frequently than when its set to the default "Automatically based on input device".  This must be due to the new disappearing scrollbar "feature" in Lion.  Nicely done, Apple!

  • Active window quits displaying

    D6M05AV, HP ENVY Desktop Computer active window display stops displaying after a few seconds, other icons on desktop still display.
    Operating system is Windows 8.1, 64bit.
    I ran Superantispyware, Malwarebytes Anti-Malware, and SpywareBlaster and one of those must have fixed the trouble.

    Hello @JerryVan,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand that you are having issues with the active window auto minimizing on your HP ENVY 700-000t Desktop PC. I would be happy to assist you, but first I would encourage you to post which operating system you are using. And whether your operating system is 32-bit or 64-bit as with this I can provide you with accurate information.
    Which Windows operating system am I running?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Also, does this happen when you are typing? Possibly when you hit the 'd' or 'm' keys?
    Please re-post with the requested information and I would be happy to provide you with assistance. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • Safari not displaying active window

    Safari has stopped displaying any active windows. Safari is open and the menu says windows are open but I cannot see them. When I open a new window it seem to flick off to the right of the screen like there is a second monitor. All I see is the normal desktop. I cannot see any safari window.
    Please help with possible causes and fixes

    Thank you to all that responded. I seem to have fixed the problem by merging screens in the displays utility. I do appear to have two screens/displays set up, the other is Sony tv monitor. This was a leftover from when I experimented with Twonky, not a huge success.
    I am using osx 10.8 latest update and will be looking for a way to delete this other monitor set up when I get home later today.

  • Labview as the active window disables 1 or 2 concurrent while loops

    I am trying to get familiar with new mutltifunction DAQ hardware from IOtech - a DAQborad/2000.
    I have a simple vi consisting of two while loops which should be running in parallel. One acquires analog input data, the other handles DAC outputs.
    When I run the vi, the analog acquisition while loop runs fine, but the DAC while loop will not run if labview is the active window on the pc (frontpanel or diagram). If I make another window active, both loops will update as they should.
    I can resize a windows explorer window to make it small, run my vi, make windows explorer the active window and see the vi running both loops and updating as it should in the background. If I use the "Highlight Executi
    on" tool on the diagram screen, both loops run as they should.
    Any ideas?
    Thanks,
    Mike

    > I am trying to get familiar with new mutltifunction DAQ hardware from
    > IOtech - a DAQborad/2000.
    >
    Many third party drivers default to running in LV's UI thread, and if
    they put the thread to sleep, other LV threads can run, but not the UI.
    It is also possible that one of the loops is hogging while the other
    is being starved.
    So, I've got two suggestions to try. First try putting a delay of a few
    ms in the busy loop. This might help with the starvation. The second
    thing to try is to open up the IOTech VI and try setting the DLL node to
    be reentrant. This will allow the node to run in any thread and not
    force it into the UI thread. Beware that if the DLL isn't threadsafe,
    this could lead to data corruption or crashes, and before leaving it s
    et
    this way, you should probably contact IOTech to see if their DLL is
    threadsafe. If it is not, contact NI tech support and they can help you
    determine if it is safe in this case to leave it running in other threads.
    Greg McKaskle

  • [SOLVED] "Server is already active for display 0" in Terminals

    So far, my searches haven't yielded any solutions to this.
    When my system starts, it boots to a console login prompt (no gdm, etc...) and I have 'startx' in my .bashrc to start my desktop. The desktop starts and functions fine (or so it seems).
    Problem 1: Anytime I open a Terminal window (or open new tabs inside a Terminal) I am greeted with the following:
    Fatal server error:
    Server is already active for display 0
        If this server is no longer running, remove /tmp/.X0-lock
        and start again.
    Please consult the The X.Org Foundation support
         at http://wiki.x.org
    for help.
    xinit:  Server error.
    Sometimes the last line is:
    xinit:  unexpected signal 2
    Usually I just ^C to get a working prompt and go about my business, but this is getting really annoying.
    Problem 2: I use Guake terminal and have it set to autostart in my .bashrc, but it doesn't work until I manually open a Terminal window. And if I close that (manually opened) window, Guake stops working. If I open another one manually, it works again...etc. I have a hunch this is related to the first problem.
    Any nudges in the right direction would be appreciated.
    My environment:
    DE = Xfce4
    Kernel = 2.6.31-ARCH
    Xorg = xorg-server 1.7.3.901-1
    Video = xf86-video-ati 6.12.99.git20091014-1
    /etc/X11/xorg.conf:
    Section "ServerFlags"
    Option "AutoAddDevices" "True"
    Endsection
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "extmod"
    Load "dri2"
    Load "dbe"
    Load "dri"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 340 190 # mm
    Identifier "Monitor0"
    VendorName "AUO"
    ModelName "10ec"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "CustomEDID" # [<str>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ShowCache" # [<bool>]
    #Option "ClockGating" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" "True" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    #Option "R4xxATOM" # [<bool>]
    #Option "ForceLowPowerMode" # [<bool>]
    #Option "DynamicPM" # [<bool>]
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "RS780M/RS780MN [Radeon HD 3200 Graphics]"
    BusID "PCI:1:5:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    /var/log/Xorg.0.log (filtered through grep for (WW) and (EE)):
    (EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
    (EE) RADEON(0): Acceleration initialization failed
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
    (WW) RADEON(0): LVDS Info:
    (WW) RADEON(0): Direct rendering disabled
    ~/.xsession-errors:
    /etc/gdm/Xsession: Beginning session setup...
    /etc/gdm/Xsession: ssh-agent not found!
    /etc/gdm/Xsession: Setup done, will execute: gnome-session
    gnome-session[28618]: WARNING: Could not parse desktop file /home/jon/.config/autostart/xfce4-tips-autostart.desktop: Key file does not have key 'Name'
    gnome-session[28618]: WARNING: could not read /home/jon/.config/autostart/xfce4-tips-autostart.desktop
    gnome-session[28618]: WARNING: Could not parse desktop file /home/jon/.config/autostart/xfce4-settings-helper-autostart.desktop: Key file does not have key 'Name'
    gnome-session[28618]: WARNING: could not read /home/jon/.config/autostart/xfce4-settings-helper-autostart.desktop
    gnome-session[28618]: EggSMClient-WARNING: Invalid Version string '0.9.4' in /home/jon/.config/autostart/wicd.desktop
    gnome-session[28618]: WARNING: Unable to find provider 'metacity' of required component 'windowmanager'
    gnome-session[28618]: WARNING: Unable to find provider 'nautilus' of required component 'filemanager'
    GNOME_KEYRING_SOCKET=/tmp/keyring-6lpdg3/socket
    SSH_AUTH_SOCK=/tmp/keyring-6lpdg3/socket.ssh
    (gnome-panel:28681): Gtk-CRITICAL **: gtk_accelerator_parse: assertion `accelerator != NULL' failed
    ** (gnome-panel:28681): WARNING **: Unable to parse mouse modifier '(null)'
    tput: No value for $TERM and no -T specified
    tput: No value for $TERM and no -T specified
    tput: No value for $TERM and no -T specified
    Can't locate XML/Parser.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.10.1 /usr/share/perl5/site_perl/5.10.1 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl /usr/lib/perl5/current /usr/lib/perl5/site_perl/current .) at /usr/lib/xfce4/xfconf-migration/xfconf-migration-4.6.pl line 20.
    BEGIN failed--compilation aborted at /usr/lib/xfce4/xfconf-migration/xfconf-migration-4.6.pl line 20.
    (polkit-gnome-authentication-agent-1:28707): GLib-GObject-WARNING **: cannot register existing type `_PolkitError'
    (polkit-gnome-authentication-agent-1:28707): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
    tput: No value for $TERM and no -T specified
    tput: No value for $TERM and no -T specified
    tput: No value for $TERM and no -T specified
    Unable to open desktop file epiphany.desktop for panel launcher
    Unable to open desktop file evolution.desktop for panel launcher
    /usr/lib/python2.6/site-packages/wicd/gui.py:151: GtkWarning: gtk_toolbar_set_icon_size: assertion `icon_size != GTK_ICON_SIZE_INVALID' failed
    self.wTree = gtk.glade.XML(gladefile)
    ERROR:dbus.proxies:Introspect error on :1.70:/org/wicd/daemon: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
    ERROR:dbus.proxies:Introspect error on :1.70:/org/wicd/daemon: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
    ERROR:dbus.proxies:Introspect error on :1.70:/org/wicd/daemon: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
    Importing pynotify failed, notifications disabled.
    Has notifications support False
    Loading...
    Connecting to daemon...
    Can't connect to the daemon, trying to start it automatically...
    Connected.
    warning: ignoring exception org.freedesktop.DBus.Error.ServiceUnknown: The name :1.70 was not provided by any .service files
    warning: ignoring exception org.freedesktop.DBus.Error.ServiceUnknown: The name :1.70 was not provided by any .service files
    Importing pynotify failed, notifications disabled.
    Has notifications support False
    Loading...
    Connecting to daemon...
    Can't connect to the daemon, trying to start it automatically...
    Connected.
    warning: ignoring exception org.freedesktop.DBus.Error.ServiceUnknown: The name :1.70 was not provided by any .service files
    (firefox:30931): GLib-WARNING **: g_set_prgname() called multiple times
    Registering '@mozilla.org/module-loader/python;1' (libpyloader.so)
    Registering '@mozilla.org/network/protocol/about;1?what=python' (pyabout.py)
    (Terminal:32576): Terminal-WARNING **: Unable to load terminal preferences.
    (firefox:1968): GLib-WARNING **: g_set_prgname() called multiple times
    (Terminal:5816): Terminal-WARNING **: Unable to load terminal preferences.
    (Terminal:9027): Terminal-WARNING **: Unable to load terminal preferences.
    (Terminal:9027): Gtk-CRITICAL **: gtk_widget_realize: assertion `GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed
    (Terminal:9027): Gtk-CRITICAL **: gtk_widget_realize: assertion `GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed
    (Terminal:9027): Gdk-CRITICAL **: gdk_drawable_get_screen: assertion `GDK_IS_DRAWABLE (drawable)' failed
    polkit-gnome-authentication-agent-1: Fatal IO error 11 (Resource temporarily unavailable) on X server :1.0.
    firefox: Fatal IO error 2 (No such file or directory) on X server :1.0.
    Thanks,
    Munky
    Last edited by munkyeetr (2010-01-13 20:26:51)

    In bashrc try something like
    [ -z "$DISPLAY" ] && startx && {sleep 5; DISPLAY=0:0 setsid Guake; }

  • The Background File Activity Window Is Annoying. Any tips on removing?

    So, I just started using Dreamweaver CC after having been on hiatus from the program for nearly a decade. I have to say, most of the things I hated it for, and stopped using it because of, have been corrected. Kudos, Adobe, for fixing what was everyone's least favorite program in the suite.
    Anywho, all that said, I am still annoyed on a very VERY regular basis by the program issuing an extremely pesky pop-up window anytime I attempt to Put files to my Remote or Testing server. I took a screenshot of the nasty bugger and have attached it here. The Background File Activity window closes when the Put action results in no errors or warnings. That's fine, but EVERY SINGLE TIME I put an HTML file that has references to external files (**so ya know like ANY HTML FILE EVER**), the window stays up and requires me to take action on closing it. THIS IS EXTREMELY ANNOYING. The error message displayed in the window doesn't even seem to be accurate (- error occurred - Access denied.  The file may not exist locally,  may be open in another program, or there could be a local permission problem), because it DOES put the HTML file in question. Perhaps the worst characteristic of this window is that is floats above everything else on my desktop. That means if I want to do a local>remote sync or just upload a bigger bunch of files, and then jump back into Photoshop to keep working on assets in there, I eventually am interrupted by this window popping up. This thing is worse than my cat trying to lay on my hands when I'm typing.
    So, if anyone has any suggestions on how to turn this frustrating dialogue off, I would be very grateful.
    My system specs are: Yosemite (Mac OS 10.10.1) and Dreamweaver CC 2014.1 (15.0.0.6947).
    MUCHO DANKES

    its not FTP information, the site is defined as Local
    Network. I have a drive
    lets say M:\ mapped to \\machine\webroot or whatever and then
    point my DW8 site
    to M:\webroot
    It can synchronize all it wants, all day long for all I
    care...... just lose
    the focus so I can switch windows??? You don't name something
    'background' file
    activity when its in your face and causing nothing to respond
    appropriately in
    the 'foreground' lol.

  • How to open a paramter form in a active window

    I am calling a report from a form but the parameter form of the report does not show in active window . its been displayed but in the back ground. how to show this in active window.
    thanks for your help.

    when i looked in the code there was no code present for any triggers . the code is empty. I am using oracle 10g release 1 version.

  • Is there a way to disable the Thunderbolt Display?

    Hey Guys,
    I recently got a Thunderbolt Display and connected it up to my iMac (i bought the iMac in Jan 2013) and everything is working just as perfect as i thought it would apart from one thing.
    I have had a search around to see if there is any way to turn off the Thunderbolt display without having to keep pulling out the Thunderbolt Cable, as you can imagine having to do this each time means that i need to re-arrange all my windows when i plug the display back in. I have tried to use SwitchResX but when disabling the thunderbolt display it turns off and then instantly turns back on.
    Does anyone know if there is an App or something that can be installed to perhaps put the screen into sleep mode without disconnecting? I have also looked at the screen saver hot corners as someone on the  community mentioned that but this never worked either.
    Cheers
    Michael

    I am looking for the same solution! Had the same experience with SwitchResX.
    Please, people, help us!

  • Why doesn't the file progress show in the Activity Window

    In Dreamweaver CS6 the file progress in the Activity Window doesn't show.  In DW CS5 and before you could monitor the file as it uploaded.  You could see how much of the file in increments was uploaded. Now the blue progress bar displays but I have no way of knowing how much of the file has uploaed until it's done.  Is there a way to put that back yo how it was?
    Thanks

    I found the answer to this problem at this link:
    http://blogs.adobe.com/dreamweaver/2012/06/ftp-improvement-in-dreamweaver-cs6.html
    Seems the activity window has in fact changed in CS6.  To see the progress you hold your cursor over the file you are transferring.
    Not sold on DW CS6 so far to be honest...

  • I have a dual monitor setup.  When I paste develop settings from one image to another, Lightroom switches the active window.

    Strange problem.  Lightroom 5.5.  Windows 8.1. Dual monitor setup.
    I'm processing a large batch of photos.  I have Monitor #1 set as my main develop window, with Monitor #2 set only to display a larger version of the image I'm working with. If I copy the develop settings off of one image and try to paste them onto another image, Lightroom will switch from Monitor #1 to Monitor #2 as the main develop window, and will not display anything on Monitor #1.
    If I then try to paste develop settings onto another image on Monitor #2, LR will then display a larger version of the image I'm working with on Monitor #1.
    To work the way I want to, I have to continually drag my develop window back to Monitor #1 every time I try to paste develop settings onto a new image. How can I make this stop?

    I just tried what I think you’re saying you’re doing and I don’t have the problem with LR 5.5 on Windows 7 SP 2.
    Does the same thing happen whether you use the key shortcuts vs the Settings / Copy/Paste options on the menu?
    I ask this because if you’re using the keyboard shortcuts, maybe you have some display-manager program that has bound itself to the Ctrl-Shift-V (paste settings) to the function of move-to-other-monitor which would do at least part of what you describe.
    You can also test this theory by doing a Ctrl-Shift-V with an application other than LR as the active window and see if it moves.  I suppose Ctrl-Shift-C might also play into it so try both of these hot-key combinations with a program that isn’t LR.
    If none of this sheds any light on the situation, then give a more detailed description of the low-level functions you’re doing to accomplish the copy-paste of settings, so someone else could replicate the steps exactly.
    Specific detailed steps, like:
    left-click on source photo’s thumbnail in the filmstrip
    press Ctrl-Shift-C to copy the settings
    click Check-None
    enable the white-balance and calibration checkboxes
    click Ok
    left-click on destination photo's thumbnail in the filmstrip
    click on Settings / Paste Settings in LR’s menus to paste the settings to the selected photo

  • Scroll bar goes crazy and active window jumps around in size - Help

    I've got iTunes 7.0.5 installed. If I use iTunes for any length of time, my system goes crazy. The scroll bar on whatever program I make active goes up and down like mad, while the content of the active window shrinks and magnifies in size multiple times a second. It's very bizarre and consistently happens only when I run iTunes for some length of time. I have no problem if I choose Windows Media Player. It's very disturbing, as I can no longer use iTunes. Any help in knowing how to fix the problem, or even to trouble shoot it further, would be greatly appreciated.

    Here are a couple of thoughts on the Timeline scrolling and other possible display issues:
    1.) make sure that you have the very latest video driver - the very latest
    2,) if you have Vista, turn Aero and Sidebar off
    3.) if you have Window Blinds, get the very latest version
    4.) if you have an InteliPoint mouse driver, try removing it, and using the standard Windows mouse driver instead*
    5.) if you have a laptop and both the touch-pad and a mouse are installed and ON, turn the touch-pad OFF
    These are some suggestions that might affect your display issues.
    Good luck,
    Hunt
    * The MS InteliPoint has caused many display issues with Adobe products. Most often, these have manifested themselves in flashing GUI's and similar, but other odd behaviors have been experienced. If the removal of InteliPoint does help, try the very latest version, but be ready to revert to the standard Windows mouse driver.

  • Customizing color setting of active window

    I have just bought an I-MAC. This is my first experience with the MAC system. Being used to working with windows, I would like to use (if it exists) the possibility of customizing the colour of the active window. I do not like the white background and it hurts my eyes, so I prefer to set the background of the active window on a different colour .
    In windows this is done by chosing - control panel / settings , display, advanced - appearances and there one can choose the colour he likes for active bars, windows, menus, background, etc. I have tried to find this feature on my MAC, but I have not found any option in this respect. I have been able to find the possibility under the menu 'FORMAT' -- font - background colour " to change the colour of the background of a chosen document, but not the way of making the chosen colour a default for all documents that I open . I would like to be able to set the same default also for entourage and Excel. In Windows the customized colour settings are also automatically applied to the browser. Having to set the customised colour for each document is time consuming and not efficient...
    I hope someone will be able to help me with this problem.
    Thank you very much

    bubuni, Welcome to the discussion area!
    You may be able to do this with ShapeShifter.
    You can invert the display by going to System Preferences->Universal Access and selecting "White on Black" under the Display settings.
    BTW, this area is for discussion the initial iMac G3 CRTs.
    Since you have an Intel iMac you should post any future questions in the Intel iMac discussion area.

  • Microsoft Word consistently becomes active window when clicking between dual screens and programs

    13" MBP
    2.3 ghz i5
    8GB Ram
    Running 10.9.2
    Microsoft Word 2011
    Dual screens with amazon Mini Display to VGA adapter
    When I am running word between an external monitor and my MBP, Microsoft word always interrupts any clicks between programs and between screens to become the active window. This is especially annoying when I am trying to navigate between MacMail and Chrome, or any other programs.
    The problem doesn't exist when I click between programs on the MBP, but only when I select windows between the two screens. Or programs on the external monitor.
    Word is up to date, as is my MBP.
    Please don't punt me to Microsoft, they're the worst!
    Thanks!

    There is a workaround for this problem, which was posted by Highestwater on the Microsoft Community thread for this bug and worked for me as well:
    Go to
    System Preferences > Mission Control >
    and UN-check the box labeled "Displays have separate Spaces" (see image below)
    The original poster on this thread may already be aware of this workaround, because he/she mentioned that the "separate Spaces" option is checked. But if you can live without the extra Mavericks dual display features (like going full screen in 1 display only, switching spaces independently on each display, and having a menu bar on each display), then uncheck this option and the "stealing focus" bug seems to disappear. For me the bug is so annoying that it's worth it to lose the extra features. Just yesterday I closed a Word document I was working on by mistake because I clicked on a Finder window on my other display and immediately pressed command-w to close it, without realizing that the focus had switched to my word document which closed instead. It was saved, but this sort of stuff interrupted my work enough to be both an annoyance and a time drain.

  • How do I disable "reopen windows when logging back in"

    Everytime I shutdown the mac asks me "reopen windows when logging back in". In fact the default is to do reopen all open programs when I restart. he annoying thing with apple is that when you close a window like Safari and iPhoto the program itself is not closed unless you spend extra time to go and QUIT each program. So naturally at least Mail and Safari are up when I'm ready to shutdown. On a other days MS Word, Excel and iPhoto are open as well. This is annoying to have to remember to QUIT everything when I'm sleepy before shutting down. Mac is supposed to be convenient not tedious. Please stop asking me if I want to reopen on logging back in. And worse yest stop assuming that this is the default action. Someone please help!

    You can uncheck the option box on the shut down screen. Or you can use a terminal command to disable it completely. Or you can get in the habit of using Command+Q (No Caps on the Q, Command+q) to shut down programs that you no longer need running. And if you get in that habit of using Command+q you don't need to close the window or windows that are open for that program. Command+q will close the program and the active window/s.
    EDIT:
    Here is a site that give you the command to disable this annoying ?FEATURE?.
    http://osxdaily.com/2011/08/25/disable-reopen-windows-when-logging-back-in-in-ma c-os-x-lion-completely/
    Message was edited by: Shootist007

Maybe you are looking for

  • How can I restrict multiple web app item submission by a user

    I have a webapp setup. I do want users to submitted web app items multiple times. How can I achieve this Kindly help. I know I only achieve this with js. Can someone kindly off.

  • Tables in a different schema not visible from function

    I'm getting a really weird error in a function that I wrote. I have user "A" who has access to schemas for users "B" and "C". I need to update a table in schema "B" with data from schema "C". So, I created a function that selects information from a t

  • 9.2.0.1 - 9.2.0.8  :  Version mismatch

    Hi All.. -- Oracle 9.2.0.8 On Windows 2003 32 bit EE -- I have recently upgraded database from 9.2.0.1 to 9.2.0.8 and applied latest available CPU for that version. Could see some components (highlighted) at different version than expected 9.2.0.8. D

  • Acrobat 9 crashes after only running a few seconds

    I have updated to the latest software.

  • ROW TO COLUMN - LI'L BIT DIFFERENT

    I have a table which can be representated by following table MAT     DPT     GRP     VAL X1103     A1101     1     112 X1104     B1101     2     3213 X1105     C1104     3     54 X1106     D1101     2     5231 X1107     E1102     3     878 X1108