Console application window brings to front on printf

Hello, This is the first time using LabWindows CVI (version 9) and I've noticed that on all "printf's" the console is brought to the foreground. This makes it impossible to use the computer during my tests that print state out to the console. Minimising the console doesn't help, it comes to the foreground. Piping output to a file, while no output on the console, still brings the console window to the foreground on every printf.
Is there anyway to turn this feature off, so it behaves like normal console programs?
Thanks,
Jason. 
Solved!
Go to Solution.

you can use SetStdioWindowOptions() function, passing 0 as the second parameter to correct this problem. (this default setting has also been bugging me since a long time).

Similar Messages

  • Bring background app window to the front from daemon

    I have a daemon running that, under certain circumstances, needs to bring an already running applications window to the front (this is a pre login agent), thats not the hard part. The part I'm having trouble with is giving the window firstResponder when it is first brought to the front. When it does not have firstResponder it grayed out and icky....im not a fan of icky. If anyone has any tricks or tips on how one might fix that, they would be greatly appreciated

    From the j2sdk 1.4.1 API: http://java.sun.com/j2se/1.4.1/docs/api/java/awt/Window.html#toFront()
    toFront()
    Some platforms do not allow Windows which own other Windows to appear on top of those owned Windows. Some platforms may not permit this VM to place its Windows above windows of native applications, or Windows of other VMs. This permission may depend on whether a Window in this VM is already focused. Every attempt will be made to move this Window as high as possible in the stacking order; however, developers should not assume that this method will move this Window above all other windows in every situation.
    Because of variations in native windowing systems, no guarantees about changes to the focused and active Windows can be made. Developers must never assume that this Window is the focused or active Window until this Window receives a WINDOW_GAINED_FOCUS or WINDOW_ACTIVATED event. On platforms where the top-most window is the focused window, this method will probably focus this Window, if it is not already focused.

  • How do I keep an application window hidden when not accessed?

    I have an application running constantly to control my FW audio interface outputs etc. I use system events applescripts to control it's UI with a USB controller (PowerMate) - and that by necessity brings the application window to the front every time accessed. That's fine.
    But I want to have a script that hides this application window when it's not used after 2 seconds. Maybe there is an "on idle" script that could run to check if that window is visible. I imagine something including lines like this:
    -- a routine that checks if the window is visible every 2 seconds or so.
    -- the window reference
    window "Studio Monitor Express" of application process "Studio Monitor Express"
    -- if it is, then hide it
    -- for hiding the window/app
    keystroke "h" using command down
    -- if it's not, then ignore
    I'm not sure whether to use system events or finder events etc. I have a bunch of other apps running obviously, but I just want this particular window to disappear when not needed.

    I solved it. I know. Easy:
    on idle
    tell application "System Events"
    set visible of process "Studio Monitor Express" to false
    end tell
    return 2
    end idle

  • Keep an application window in focus and in front

    Hello-
    I have Snow Leopard installed and I'm wondering if there is a way to force an application window to remain in front and in focus whenever it is open. I have a video player app playing a video out through a broadcast video card and anytime I click outside of the video player window it cuts the video output on the card.
    Thanks.
    Mark Wyse

    The windows cannot be resised. Basically I want this to be a fail-safe so that if someone bumps the mouse or a key it doesn't bring the window out of focus. This is for a church with volunteers working in a live environment so accidents will happen!
    If this isn't a native feature in OS X do you know of any 3rd party utilities that will do this?
    Thanks,
    Mark

  • New install of VS 2013 on new Windows 8.1 PC, simplest C++ 64-bit console application, unable to bind breakpoints

    Hi,
        I have a new Dell Desktop PC, running Windows 8.1.  I have a fresh install of VS 2013 Professional, I created the simplest C++ console application.  If I set the breakpoints before debug starts, everything is fine. but
    once inside a debug session, I can't not set any breakpoints anyway, it keeps give me the "The following breakpoint cannot be set: At xxx.cpp, line 19, The breakpoint failed to bind."  It seems the debugger wasn't able to load the symbols correctly,
    but the output windows looks all right.
        Can anyone please help?  I can't do any debugging now...  Thanks!  My email [email protected]
     SaveDir.exe D:\Temp\x64\Debug\SaveDir.exe N/A Yes Symbols loaded. D:\Temp\x64\Debug\SaveDir.pdb 1  2/14/2015 9:25 AM 00007FF6837B0000-00007FF684200000 [13964] SaveDir.exe  
     ntdll.dll C:\Windows\System32\ntdll.dll N/A No Symbols loaded.  2 6.3.9600.17630 (winblue_r7.150109-2022) 1/10/2015 4:23 PM 00007FF881B70000-00007FF881D1C000 [13964] SaveDir.exe  
     kernel32.dll C:\Windows\System32\kernel32.dll N/A No Symbols loaded.  3 6.3.9600.17056 (winblue_gdr.140319-1520) 3/20/2014 9:17 AM 00007FF880F50000-00007FF88108A000 [13964] SaveDir.exe  
     KernelBase.dll C:\Windows\System32\KernelBase.dll N/A No Symbols loaded.  4 6.3.9600.17278 (winblue_r2.140815-1500) 8/16/2014 10:17 AM 00007FF87EED0000-00007FF87EFDF000 [13964] SaveDir.exe  

    Hi,
        I have a new Dell Desktop PC, running Windows 8.1.  I have a fresh install of VS 2013 Professional, I created the simplest C++ console application.  If I set the breakpoints before debug starts, everything is fine. but
    once inside a debug session, I can't not set any breakpoints anyway, it keeps give me the "The following breakpoint cannot be set: At xxx.cpp, line 19, The breakpoint failed to bind."  It seems the debugger wasn't able to load the symbols correctly,
    but the output windows looks all right.
        Can anyone please help?  I can't do any debugging now...  Thanks!  My email [email protected]
     SaveDir.exe D:\Temp\x64\Debug\SaveDir.exe N/A Yes Symbols loaded. D:\Temp\x64\Debug\SaveDir.pdb 1  2/14/2015 9:25 AM 00007FF6837B0000-00007FF684200000 [13964] SaveDir.exe  
     ntdll.dll C:\Windows\System32\ntdll.dll N/A No Symbols loaded.  2 6.3.9600.17630 (winblue_r7.150109-2022) 1/10/2015 4:23 PM 00007FF881B70000-00007FF881D1C000 [13964] SaveDir.exe  
     kernel32.dll C:\Windows\System32\kernel32.dll N/A No Symbols loaded.  3 6.3.9600.17056 (winblue_gdr.140319-1520) 3/20/2014 9:17 AM 00007FF880F50000-00007FF88108A000 [13964] SaveDir.exe  
     KernelBase.dll C:\Windows\System32\KernelBase.dll N/A No Symbols loaded.  4 6.3.9600.17278 (winblue_r2.140815-1500) 8/16/2014 10:17 AM 00007FF87EED0000-00007FF87EFDF000 [13964] SaveDir.exe  
    Hello,
    >> If I set the breakpoints before debug starts, everything is fine. but once inside a debug session, I can't not set any breakpoints anyway, it keeps give me the "The following breakpoint cannot be set: At xxx.cpp, line 19, The breakpoint
    failed to bind." 
    >> I created the simplest C++ console application. 
    Since it is a simple console application, would you mind sharing us that sample and the steps to reproduce this issue? We will test it on ourside.
    To confirm whether this issue is related to visual studio, you could test it in another machine which also insatlled VS2013 to test.
    In addition, before you test it in another machine, I would recommend you make sure whether you have installed the latest update for VS2013.
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • MS word document is not opening in front of one of the application window

    Hi All,
    we have application which is for creating proposals for business, in that application we have a Key/tab that is "generate proposal" when we click on that key it will create the poroposal in MS word format, now our issue is that when we
    click on theat key the ms word document is created perfectly but it is opening behind that application window, users get confuse that proposal is created or not,  to see that they have to minimize the application window or they have to click on the Doc
    icon in the task bar below. This senario was working fine on Windows 2003 servers, this is not working on windows server 2008 R2 with MS office 2007.
    things which i have tried:
    1. tried with some registry key for word document.
    2. installed : "Actual windows manager" to get the "Always on top" option but both are didn't worked.
    could anyone please help me on this to make this doc open in front of the application automatically.
    Thanks and Regards,
    krishnamurthy

    Hi All,
    http://social.technet.microsoft.com/Forums/windows/en-US/c7b0e69b-64b7-437d-9f7b-dde53de6a0a8/new-window-opens-behind-existing-window-how-to-modify?forum=w7itproui&prof=required
    According to above link i have chaged the reg key as mention in the blog. but it is working only for my account.
    i want this change to reflect for all other user accounts. can any one please help on this.

  • Which solution is better for schedules task? Console application or windows service?

    I have a "MULTI-LEVEL" XML file that I will be getting on daily basis and I want to accomplish following tasks:
    1) I have to read and parse the "MULTI-LEVEL" XML data
    2) Then I have to set or create some kind of .net service (c#) that read the xml and parse the data once a day (daily)?
    3) Now I have SOAP service from other software where I want to feed this XML data to. The schedules service will compare the XML data with software data and update (or add) based on the comparision.
    For this task, I come to conclusion that there are 2 best ways to do this:
    1) Create a console application and use windows task scheduler to run it everyday
    2) Create a windows service that runs in the background
    Which is a better way (or reliable)  solution to do this task? Please advise

    There are several things to keep in mind when writing an app that is designed to run without a user logged in. One of the most common mistakes is requiring some sort of user input.  Since the task will run without user intervention you don't want
    any sort of calls to Console.ReadLine, MessageBox.Show, etc.  They will cause the task to freeze and eventually need to be terminated.  You also don't want to rely on any sort of desktop apps running since a user may or may not be logged on at the
    time.
    Also be aware that a task can be scheduled to run under any user context.  As such you either need to ensure it runs under an account with sufficient privileges or that your app needs no special privileges.  You mentioned you tried to run it from
    bin\debug but you most likely have your project under your Documents directory.  Only you would have permissions to that folder and therefore will run into issues if the task is run under a different context.  You also mentioned you put it in the
    C:\ but users don't have write privileges to that folder and therefore if you tried to write a file out it would fail. If you need to read/write files then you should pick a common location that all users have access to or at least the one that will run the
    scheduled task. Be aware that, by default, Task Scheduler will not run a task elevated. You need to check the option to run elevated when you configure the user to run the task under.
    One of the key things to ensure you do with a task is verify it is working properly as a normal app.  You should also ensure that you have good logging so that if it does fail you can trace down the failure more easily.  One common thing that people
    tend to do in console apps is put a try-catch around the main function and display a message if an unhandled exception occurs. This is going to cause problems in a task.  Simply log the exception and rethrow it so Task Scheduler will flag the run as a
    failure.
    If you still cannot figure out why your task is failing then please add some logging and then tell us what code is being run at the time and what the failure is.

  • Console Application to run with window open

    Hi Guys
    I have a Console Application that I wrote and it working perfectly when I run it manually. It can create report using Crystal Reports, exports to PDF and then print.
    My challenge was when I ran it as a task, the reports are created but its not printing, my default PDF view is Adobe.
    How can I run my app with the Window open because I think that's causing it not to print
    Brian

    After doing some searches it turned out the issue I had was with Adobe Reader XI, when run from Task Manager it always gives problems so.
    I ended up using PDF XChange Viewer for printing and I can now print my PDFs with no Windows popoing up. I installed the free Viewer and call it from my code to print.
    Process.Start("C:\Program Files\Tracker Software\PDF Viewer\pdfxcview.exe", " /print:printer=""" & PrinterName & """ """ & pdfFileName & """")

  • Must bring window to the front w/o switching focus

    Ok, now I'm happy subclassing whatever I have to, but I haven't been able to find anything for pushing a window to the front as toFront() will, that DOESN'T switch the focus.
    Basically I have subclassed JWindow to show a little window that will disappear when you click on it or after a specified period of time. Now I would like to be able to show that window above everything else, but if I use toFront() that little window will gain focus which is NOT what I want.
    I just need to push it to the front w/o gaining focus. if this is possible, like you can point me in the right direction, much appreciated. if this simply isn't possible due to the VM/OS windowing systems, please let me know.

    I was afraid someone would say that. that was what the guys in my JUG said, but I needed to check with a larger community to verify.
    On a second note, can anyone explain why a KeyListener attached to a JWindow won't recieve key events when there's a label in the content pane?
    If you know, please enlighten me.

  • Console Application not updating the database

    Dear all,
    I am new to c# development. I have a console application front end in program.cs
    I have a local database on visual studio.
    When I execute the stored procedure locally on the database the data is getting updated in the database.
    When I update the same through Console Application - the data is not appearing in the database.
    Can somebody throw light on this? Where I am missing
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Data;
    using System.Data.SqlClient;
    namespace AssetApp
    class Program
    static void Main(string[] args)
    bool value = true;
    while (value)
    value = getdisplay();
    //Console.ReadLine();
    //value = false;
    private static bool getdisplay()
    Console.WriteLine("-------------------------------------- ");
    Console.WriteLine("---------------------------------------");
    Console.Clear();
    Console.WriteLine("----------Asset Application------------");
    Console.WriteLine(" 1 Company Asset ");
    Console.WriteLine(" 2 Standby Laptop Register ");
    Console.WriteLine(" 3 Scrap Register ");
    Console.WriteLine(" 4 Purchase Register ");
    Console.WriteLine(" 5 Service Call Report ");
    Console.WriteLine(" 6 IT Helpdesk ");
    Console.WriteLine(" 7 Exit ");
    Console.WriteLine("---------------------------------------");
    string input = Console.ReadLine();
    switch (input)
    case "1":
    CompanyAsset();
    break;
    case "2":
    Console.WriteLine("Standy Laptop Register");
    break;
    case "3":
    Console.WriteLine("Scrap Register");
    break;
    case "4":
    Console.WriteLine("Purchase Register");
    break;
    case "5":
    Console.WriteLine("Service call Report");
    break;
    case "6":
    Console.WriteLine("IT Helpdesk");
    break;
    case "7":
    return false;
    default:
    break;
    return true;
    private static void CompanyAsset()
    Console.WriteLine("------Company Asset------------------------");
    Console.WriteLine("Type the Department Name");
    string departmentName = Console.ReadLine();
    Console.WriteLine("Type the First Name");
    string firstName = Console.ReadLine();
    Console.WriteLine("Type the Last Name");
    string lastName = Console.ReadLine();
    Console.WriteLine("Type the User Name");
    string userName = Console.ReadLine();
    Console.WriteLine("Type the Model Number");
    string modelNumber = Console.ReadLine();
    Console.WriteLine("Type the AssetTypeID");
    string assetTypeID = Console.ReadLine();
    Console.WriteLine("Type the SerialNumber");
    string serialNumber = Console.ReadLine();
    Console.WriteLine("Type the WarrantyStartDate");
    DateTime warrantyStartDate = Convert.ToDateTime(Console.ReadLine());
    Console.WriteLine("Type the WarrantyEndDate");
    DateTime warrantyEndDate = Convert.ToDateTime(Console.ReadLine());
    Console.WriteLine("Company");
    string company = Console.ReadLine();
    Console.WriteLine("EngineerID");
    string engineerID = Console.ReadLine();
    Console.WriteLine("ITHelpdeskID");
    string itHelpdeskID = Console.ReadLine();
    Console.WriteLine("EmpID");
    string empID = Console.ReadLine();
    //Handshake
    SqlConnection myNewConnection = new SqlConnection("Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\AssetApp.mdf;Integrated Security=True");
    //open the database
    myNewConnection.Open();
    //create command
    SqlCommand myCommand = myNewConnection.CreateCommand();
    //using the stored procedue to update the database using parameters add
    myCommand.CommandText = "InsertAsset";
    myCommand.CommandType = CommandType.StoredProcedure;
    myCommand.Parameters.Add(new SqlParameter("@DepartmentName", departmentName));
    myCommand.Parameters.Add(new SqlParameter("@FirstName", firstName));
    myCommand.Parameters.Add(new SqlParameter("@LastName", lastName));
    myCommand.Parameters.Add(new SqlParameter("@UserName", userName));
    myCommand.Parameters.Add(new SqlParameter("@ModelNumber", modelNumber));
    myCommand.Parameters.Add(new SqlParameter("@AssetTypeID", int.Parse(assetTypeID)));
    myCommand.Parameters.Add(new SqlParameter("@SerialNumber", serialNumber));
    myCommand.Parameters.Add(new SqlParameter("@WarrantyStartDate", warrantyStartDate));
    myCommand.Parameters.Add(new SqlParameter("@WarrantyEndDate", warrantyEndDate));
    myCommand.Parameters.Add(new SqlParameter("@Company", company));
    myCommand.Parameters.Add(new SqlParameter("@EngineerID", int.Parse(engineerID)));
    myCommand.Parameters.Add(new SqlParameter("@ITHelpdeskID", int.Parse(itHelpdeskID)));
    myCommand.Parameters.Add(new SqlParameter("@EmpID", int.Parse(empID)));
    int recordsAffected = myCommand.ExecuteNonQuery();
    if (recordsAffected == 1)
    Console.WriteLine("Successful your entry");
    else
    Console.WriteLine("Your entry is not successful");
    myNewConnection.Close();
    Console.WriteLine("");
    Console.WriteLine("Press Enter to continue");
    Console.ReadLine();
    public static void StandbyLaptopRegister()
    Console.WriteLine("-------------------------------");
    Console.WriteLine("Select the Date & Time");
    string DateTime = Console.ReadLine();
    Console.WriteLine("");
    ALTER PROCEDURE dbo.InsertAsset
    @DepartmentName NVARCHAR(50),
    @FirstName NVARCHAR(50),
    @LastName NVARCHAR(50),
    @UserName NVARCHAR(50),
    @ModelNumber NVARCHAR(50),
    @AssetTypeID INT,
    @SerialNumber NVARCHAR(50),
    @WarrantyStartDate SMALLDATETIME,
    @WarrantyEndDate SMALLDATETIME,
    @Company NVARCHAR(50),
    @EngineerID INT,
    @ITHelpdeskID INT,
    @EmpID INT
    @parameter1 int = 5,
    @parameter2 datatype OUTPUT
    AS
    /* SET NOCOUNT ON */
    BEGIN
    INSERT CompanyAsset(DepartmentName,
    FirstName,
    LastName,
    UserName,
    ModelNumber,
    AssetTypeID,
    SerialNumber,
    WarrantyStartDate,
    WarrantyEndDate,
    Company,
    EngineerID,
    ITHelpdeskID,
    EmpID)
    VALUES(@DepartmentName,
    @FirstName,
    @LastName,
    @UserName,
    @ModelNumber,
    @AssetTypeID,
    @SerialNumber,
    @WarrantyStartDate,
    @WarrantyEndDate,
    @Company,
    @EngineerID,
    @ITHelpdeskID,
    @EmpID)
    /*RETURN @@IDENTITY*/
    END
    Cheers
    Sathya

    Hello,
    Usually when I see
    AttachDbFilename=|DataDirectory| ...
    The database was added into the project via the IDE add new data source and if so make sure under the property window for the database that "Copy to Output Directory" is set to either the first or last option as the default "Copy always"
    copies the database each time you build the project thus overwrites the last time you ran the project.
    I would recommend the "Copy if Newer" which means the database is only copied if you make changes to the database. Set "Copy if newer", build run check results.
    Of course this may not be the issue but may very well be too.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem.

  • Safari auto switches between windows, makes the front window inactive...

    Hi all,
    I'm having a really annoying problem with Safari...
    When I'm browsing quite often the front window kind of deselects itself, say for instance I have a couple of browser windows open and the downloads window, it will automatically bring the downloads window to the front! Meaning I then have to click on the browser window to make it active so I can then continue whatever I am doing... I am not pressing any key commands for this to happen (I know cmd and ~ (tilde) does this as I use it often to switch between windows). It just does it off it's own back, it's like someone else is controlling the window...
    Funnily enough, it's just happened then again! when i'm typing this message, it brought the downloads window to the front and then this one back to the front, in the space of a second or so...
    Thanks in anticipation as this is one **** of an annoying problem!

    HI and Welcome to Apple Discussions...
    Try maintenance...
    From the Safari Menu Bar, click Safari / Empty Cache. When you are done with that...
    From the Safari Menu Bar, click Safari / Reset Safari. Select the top 5 buttons and click Reset.
    Go here for trouble shooting 3rd party plugins or input managers which might be causing the problem.
    http://support.apple.com/kb/TS1594
    And make sure Safari is not running in Rosetta. Right or control click the Safari icon in your Applications folder then click Get Info. In the Get Info window click the black disclosure triangle so it faces down. Where you see Open using Rosetta... make sure that is NOT selected.
    If you still have problems with Safari, go to the Safari Menu Bar, click Safari/Preferences. Make note of all the preferences under each tab. Quit Safari. Now go to ~/Library/Preferences and move this file com.apple.safari.plist to the Desktop. Relaunch Safari. If it's a successful launch, then that .plist file needs to be moved to the Trash.
    Carolyn

  • After mirroring, application window disappears

    My application window disappears after I shut down the LCD. For example, Safari is open with one window showing and when I turn off mirroring, the open window is gone. The application shows there is a window open, or 2 or 3, but even with Bring All to Front or Gather All Windows, the windows do not show up on my screen. Before mirroring, the resolution is 1680 x 1050 and during mirroring, it is either at 800 x 600 or 1024 x 768.
    Thanks in advance.

    Hi dogwood23
    Try switching your setup back to Extended Desktop (mirroring off) and drag the Safari window back to the iMac display.
    To answer your second question, have a look at the Resolution section of the following article:
    http://docs.info.apple.com/article.html?artnum=303086
    The part about +"When the computer is mirroring video, it tries to synchronize the resolution of the built-in and external displays. If they can't be matched, the computer will change the resolution of both screens to the highest common resolution"+ say's it all.
    I always keep my 17" iMac and 27" flatscreen TV setup in Extended Desktop! That way I control the resolution of each display and the location of all windows!
    Dennis

  • Getting error while creating SPSite object in console application

    Hi,
    I am getting error "The Web application at
    http://myWebApp/sites/siteCol could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application." whenever
    I try to execute the below code in my console application.
    SPSite oSite = new SPSite("sitecolUrl");
    I tried to change the platform target to AnyCpu,
    I tried to wrap it with SP.RunWithElevatedPrivileges
    but all above didn't solve the error.
    Any suggestions?

    Hello,
    instead of targetting "any cpu" target x64 and be sure to target .net 3.5 (I made a post about it it could help you
    http://christopherclementen.wordpress.com/2012/03/02/windows-application-spsite-filenotfound/
    Best regards, Christopher.
    Blog |
    Mail
    Please remember to click "Mark As Answer" if a post solves your problem or
    "Vote As Helpful" if it was useful.
    Why mark as answer?

  • C# console application closes on it's own as soon as it opens

    Hello to all of you.
    I know this is a very common problem but there seems to be no solution for me so far.
    The known problem that right after build and start debugging, terminal opens and closes like a flush.
    Have Tried the below already:
    Console.ReadLine();
    Console.ReadKey();
    System.Console.ReadLine();
    System.Console.ReadKey();
    Ctrl+F5
    Start without debugging
    and a couple more.
    Went to settings to see if console application was enabled (which it was).
    It was working fine until this noon,when I was working on my exercise and using always "Console.ReadLine();" in order for the window to
    remain open, but all of the sudden it did not work for me anymore.
    I have to say at this point that not a single change was done in my laptop. I also restarted just in case, but nothing's changed.
    Furthermore I use version VS express windows desktop 2013 with update 4 and also Vs express windows 2013 with update 4.
    Please help me and thank you very much for taking the time to read this.

    I know this is a very common problem but there seems to be no solution for me so far.
    The known problem that right after build and start debugging, terminal opens and closes like a flush.
    Have Tried the below already:
    Console.ReadLine();
    Console.ReadKey();
    System.Console.ReadLine();
    System.Console.ReadKey();
    Ctrl+F5
    Start without debugging
    and a couple more.
    It was working fine until this noon,when I was working on my exercise and using always "Console.ReadLine();" in order for the window to
    remain open, but all of the sudden it did not work for me anymore.
    Is the code you're trying to debug in a source code file which is specified as part of the
    project being built/run?
    A common mistake is to open a new source code file in the IDE, add code, then try to run
    or debug it. If the new source code file isn't listed as part of the active project
    in
    the Solution Explorer window, then it will not get compiled and added to the project's
    target (.exe). So what gets executed/run doesn't include the code on the screen in the
    IDE editor.
    - Wayne

  • Is there a way to view just one open Finder window (without any other Finder or other application windows coming into view) from a Desktop hot corner in Yosemite?

    I just upgraded to Yosemite from Snow Leopard on a MacBook Pro. Previously, I could view just one open Finder window by viewing the Desktop via a hot corner and then selecting Finder from the Dock. This would pull only the top Finder winder into view, without showing any other open Finder windows, and most importantly, any other open application windows. I could then easily drag files/folder from my Desktop into the Finder window (which I do A LOT). Since upgrading to Yosemite, whenever I use the Desktop hot corner and select Finder from the Dock, it pulls every open application and Finder window back into view, putting Finder in front.
    Is there any way to view just one already open Finder window (or all Finder windows for that matter) without seeing all other open applications, without having to Hide the other applications or using Spaces?

    Yes I've created an Automator Application that does the job, but the "watch me do" function that does the Mail Merge is a rather Clunkey work around, as the mouse moves all over the place, thats the part i want to remove and replace with a script, or work out a different way around it that avoids the "watch me do" function.
    Is this Possible? or where/who is there i can ask to write me a script, im not a novice to scripting, but i am a novice to Applescript.

Maybe you are looking for

  • Issue when Bursting reports via new Precalculation Server

    Hello, We are trying to migrate away from our unsupported 720 installation of the SAP Precalculation software to a new Precalculation Server running the latest versions. We’ve overcome a number of issues and we can successfully Broadcast using the ne

  • Formatting source codes

    I don't if i post it in the correct forum. I am trying to find a way to break up a sources code so that it can be interpreted in the form of methods,fields,constructors so that i can exact out the information, like how Netbeans extract the informatio

  • HP Photosmart C5380 not printing colors as it should

    I'm having a problem with printing. Up until the other day I was printing ok, but suddenly when I went to print instead of printing red, a yellowish orange color was printing, and purple was printing a very light blue. I cleaned the printhead, which

  • OWB 10.2 Global transformation

    HI, In OWB 10.2 global transformation there is no option to import, how can we import global transformations from database. regards Vishal Dutt

  • BAPI_GOODSMVT_CREATE Customer exits/ BADI's

    Hi My Scenario : SRM Posts the GR and it comes as an IDOC to R/3. Now when the IODC is being processed we need to check if the material  has "Quality Management"  view activated, if yes then push the stock to "Quality Inspection". Field INSMK in MSEG