How to show helper-windows (sound or cmd+tab) in active monitor

I use 2 monitors, but when I press cmd+tab or adjust or mute sound the image for that actions are always shown at the monitor where is щсл and top panel positioned, it would be better to show it in that monitor were am I working, can it be tuned and how ?

The Red button closes the window, use the yellow button to minimise.
Regards,
Colin R.
PS You'll find some useful info here if you've just switched
http://www.apple.com/support/switch101/

Similar Messages

  • How to show modal window without popup in a web page using javascript

    Hi,
    How to show modal window without popup in a web page using javascript, means when the modalwindow is opened it should not ask for popup blocker alert......
    pls help me.....

    Thanx for ur reply,
    Actually the senario is when i click on a button, another jsp page should be displayed in a modal window without popup, but the functions alert() and confirm() will not accept the url path of the another jsp page...

  • How to show Popup window in OAF on click of a button

    How to show Popup window in OAF on click of a button (Without using Javascript)
    1. I have one OAF page on which i should have button Called "Next"
    2. On clicking of this button a new window/page should be displayed with the image stored in database. on clicking on this "Next" button again next image from the database should be displayed on the newly opened window/page.
    3. Is it possible to configure OAF to render window_II in the opposite screen of window_I where the OAF client resides? (If the OAF-client resides in screen_I render window with image in screen_II). That is, at the first click on the Next-button, window_II appers on screen_II and not some random location. The user will have 2 screen/monitors on his work place.
    4. Given that the two windows reside on each screen, is it possible to make OAF remember the position of window_II ? The goal of this is to force the window to pop up on the same location on the same screen next time the Next-button is pressed.
    5. If window_II is closed (eg. by using X) and the Next-button in window_I is pressed again, will window_II pop up in the same location and screen as previously ?
    6. Is it possible to have a Print-button in window_I what prints the scanned picture in window_II ? Is it possible to have the click on this Print-button to open the standard print dialog on top of window_II ? Could the button be placed in window_II as well, having the same functionality ?

    I have tried to open home page window. You can change the URL according to your requirement.
    import oracle.apps.fnd.framework.webui.OAUrl;
    StringBuffer l_buffer = new StringBuffer();
    l_buffer.append("javascript:mywin = openWindow(top, '");
    String url = "/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE"; // Calling Oracle Home Page
    OAUrl popupUrl = new OAUrl(url, OAWebBeanConstants.ADD_BREAD_CRUMB_SAVE );
    String strUrl = popupUrl.createURL(pageContext);
    l_buffer.append(strUrl.toString());
    l_buffer.append("', 'lovWindow', {width:750, height:550},false,'dialog',null);");
    pageContext.putJavaScriptFunction("SomeName",l_buffer.toString());
    Above code will open the new page in new window.
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How do i stop two processes that are running in activity monitor

    how do i stop two processes that are running in Activity Monitor took one out of trash and it says preparing to move desktop still running with another one been running for hrs now want to stop these many thanks jen.

    Select each one and Force Quit it.
    But be careful there are many processes that are run by the OS that if quit will cause problems possibly even crash the system.
    regards

  • How to create Help windows in ADF 11g

    Hi all,
    I have requirement to create Help window when i click on Help on the page, that window should be model less and i can minimize and maximize that window but it should not go new page. And the content of page should come from word document.
    Please do need full.

    Hi
    You can use <af:window> inside an <af:popup> component. And in this window you can add the help content. I recommend you to use "<af:inlineFrame>" if the content is from other web sources. (for word document you should probably convert them to HTML)
    <af:popup>
        <af:window>
            <af:inlineFrame src="" binding="#{bean.helpFrameCmp}" />
        </af:window>
      </af:popup>now when you press the help button, in your Bean you set the source attribute of the inline frame to the correct HTML help page.
    and launch the popup.
    Search for launching the popup from managed beans.
    Regards
    AGruev

  • How to show States window??

    Hi,
    I am using Fireworks CS3 and I want to make a button with a rollOver feature but all the tutorials says I need to go t o 'states' but I dont know how to get to it. I have looked all through the Window tab at the top but cant find anything on states. If anyone could tell me how to get it to show up that would be appreciated a lot!
    Thanks in advance,
    MusicMan

    Window > Frames. Frames were renamed States in C4
    Jim Babbage

  • How to show a window at end of main window in smartforms

    Hi guys,
    I want my window in smartform to show only after end of showing the main window,,,
    When i tick only after main window in condition tab of window, it shows on the uppermost portion of the output and not below the main window... Do I need to input the upper margin for this?
    How am i going to do it?
    Thanks a lot!

    Thanks guys,,,
    But still not working...
    Do I need to fill the upper margin of the final window?
    Since the height of my main window is dynamic, Im not sure what to fill up on the upper margin...

  • How do I remove Windows password from cmd?

    Hi all,
    How do I remove the login password from another operating system on my computer using the command prompt?
    I have four operating systems that were recovered  from the installation cd due to me having forgotten my password on the original one and that one has all of my music and stuff on there.
    So how do I reset the password on an operating system from another operating system? I tried using command prompt from the recovery cd but that didn't do the trick.

    You can reset Windows passwords using these.
       Forgot your Windows admin password?
       PC Login Now
    all of my music and stuff
    Wouldn't it be easier to remove the drive, put it in a USB enclosure, and access it from another computer?
    -Jerry

  • How to show note window for a table cell with javascript?

    My goal is to do tihs with javascript. No server side handling.
    <af:table id="t1">
    <af:column id="c1">
    <af:outputText id="ot1">....
    <af:clientListner ....method="showPopup"/>
    </..>
    </..>
    </..>
    <af:popup id="p1">
    <af:noteWindow id=ot2>
    here to show the value of ot1
    </..>
    </..>
    function showPopup(e){
    var text=e.getSource().getValue();
    var popup=e.getSource().findComponent("::p1");
    now how to update the content of the notewindow??
    popup.show();
    }

    Hi,
    You could try with something like this.
                   <af:outputText value="outputText1" id="ot1" clientComponent="true">
                        <af:clientListener method="showPopup" type="mouseOver"/>
                    </af:outputText>
                    <af:popup childCreation="immediate" autoCancel="disabled" id="p1" clientComponent="true"
                              contentDelivery="immediate">               
                        <af:noteWindow id="nw1" clientComponent="true">
                            <af:outputText value="outputText2" id="ot2" clientComponent="true" />
                        </af:noteWindow>
                    </af:popup>
                    <af:resource type="javascript">
                        function showPopup(evt){
                            var ot1 = AdfPage.PAGE.findComponent("ot1");
                            var text=ot1.getValue();
                            var popup=AdfPage.PAGE.findComponent("p1");
                            var ot2=AdfPage.PAGE.findComponent("ot2");
                            ot2.setValue(text);
                            popup.show();
                    </af:resource>-Arun

  • How to change Window Switching from "cmd + tab" to "ctrl + tab"

    Hi,
    is there a way to switch windows as described in the topic?
    Kind regards,
    Michael

    Thx for the reply.
    Thats what I feared... (I have to work with windows at work and get confused with the differen shortcuts all the time )

  • How to show same page under two menu tabs?

    hi all,
    I have two respnsibilities.
    In one resp i need t show set of Tabs
    In another resp anpther set of tabs
    Resp1 --> htmltab1 htmltab2 htmltab3
    Resp2 -->htmltab4 htmltab5 htmltab6
    when i click on htmltab2 abd htmltab5 should take me to similar page provided the menu context should not change.
    is this possible?
    Thanks
    Soujanya

    Hi,
    Create a function of type SSWA jsp function and in the WebHTML call
    Give path like :- OA.jsp?page=/oracle/apps/fnd/framework/personalization/webui/DocManagerPG
    Attach this function to different submenu as per your requirement.
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Execute help window

    hi,
    how to show help window by using d2kwutil.pll.
    thank!!!

    hi,
    how to show help window by using d2kwutil.pll.
    thank!!!

  • How to open new window when i press submit button/submit button.

    Hi,
    When i press a button, I need to capture an item value in current from and I need to pass that value to another form. The child form should open in the new form.
    For that Iam using the java script, But when i use the java script my page is not able to re-size, scroll bars address bar and menu bars are missing. if any one did this kind of requirment please share with me how to solve this issue.
    Thanks

    Re: How to show Popup window in OAF on click of a button
    Thanks
    --Anil
    http://oracleanil.blogspot.com/

  • How can I get Activity Monitor to work?

    I've searched the discussions to no avail, so I have this question: how can I get Activity Monitor to work? It launches and its window opens but then the spinning beachball appears. I've checked the Console and it shows that the Activity Monitor is attempting to fully launch but then it "exits" and then it tries to fully start up again, goes into an infinite loop or something. Issued a "force quit" succesfully. I've deleted the Activity Monitor's .plist, no joy. What to do? Thanks!
    I'm running 10.6.8 on a MacBook Pro (late 2011)

    I wish I could be more positive but I have no experience of MacBook Pros and whether their demands on the system differ from my simple iMac.   If you have the time to scour through 'More like this' ( to the right of your initial post) and the links within it, you may find leads.
    I also found this thread via Google which in parts seems to echo your troubles.  I hope it helps; thank you for the star.
    Activity Monitor Not Responding - MacRumors Forums
    71
    Message was edited by: seventy one

  • CMD+Tab Issues In Mountain Lion (consolidated)

    I've seen CMD+Tab Mountain Lion issues myself and some others have posted online, so I'm consolidating them here:
    CMD+Tab fails to show all running apps that are running (includes native OS apps such as iPhoto, Mail, etc.)
    Pressing CMD+Tab does nothing (no pop-up), although the cursor does appear as if the command is partially being processed. (window prepping?)
    CMD+Tabbing OUT of a full-screen application takes you to desktop, but then hides app icon from dock and CMD+Tab menu won't appear again... effectively leaving you stuck outside of the full-screen app (SC2).  Only option is to go to activity monitor and kill process.
    Interesting Side Note: I also use Alfred (CMD+Spacebar) for a shortcut/index app, and whenever CMD+Tab fails, Alfred also fails and I'm forced to manually used Spotlight to open apps.  This suggests something could be tying up the CMD button and preventing it from executing combination key presses... maybe?
    FIXES: The only solutions so far involve killing the processes of the perpetrating apps, i.e. finder, dock and any full-screen apps which caused the problem.  Even doing so, the problem will manifest itself once again within a few hours.
    Cheers!

    I haven't tried experimenting with a guest user account as I solely use my admin account, but I'll play around a bit tonight.  I only posted as it's manifested itself multiple times on my machine, no matter whether I sleep my computer, power nap it, restart it completely, etc. and it seems as though others have been experiencing similar issues:
    https://discussions.apple.com/message/19236413#19236413
    https://discussions.apple.com/message/19171533#19171533
    https://discussions.apple.com/message/19106906#19106906
    https://discussions.apple.com/message/19137798#19137798
    It seems as though the problem may lie more with applications running but not displaying as if they're running, i.e. won't appear on dock, or if it's a native app, icon won't have indicator light, and also not available in cmd+tab menu.
    Certainly odd behavior.

Maybe you are looking for

  • How to search stored procedures being used by rpt files?

    Post Author: Wah! CA Forum: General Dear all, I have a lot of rpt files, each of them at least use one stored-procedure. If I want to know a specific stored-procedure is being used by which rpt files, is there any fast methods rather than opening the

  • How to ask for a number of copies in Finder Print?

    How to ask for a number of copies in Print Finder Items? Thanks. iBook G3 700   Mac OS X (10.4.8)   Still running a paperless office on my iBook! 120gig, 640RAM, 1440 x 900 2nd monitor! 500gig FW-HD!

  • Is this the right program for me?

    I need a program that'll work very well with all of my audio equipment for recording. I need something that is easy to use, but still has nice results. I plan on uploading my recordings as MP3s to a musician myspace. Is this the right thing to purcha

  • Link to specific page using pageID

    Using the pageID of a specific page, how can I create a link to the page? I have code which retrieves and stores the current pageID. In a portlet, I am retrieving the pageID and want to create a link back to the page. How can I do this? Thanks!

  • HT1338 i have a problem with my iphoto on my imac

    because now every time i import the picture from my iphone or ipad, the iphoto program does not automatically separate the event any more instead it put every pics in the same event even though the pics were taken on different day. I think it started