When I click from one screen to another, Word becomes active.

Let's say I'm using Mail on my primary display. If I then click on a Safari window on my secondary display, Microsoft Word becomes active. (Its windows come to the front and the menu bar becomes the Word menu bar). I then have to click on the Safari window again to actually use it. Then let's say I click on a Finder window back on my primary display. Again, Word becomes active. Obviously this is a bug. Has anyone else seen it? Does anyone have a solution? Thanks.

I'm suddenly having the same problem. Find a cure yet?

Similar Messages

  • Hi, I have a Iphone 4s and I have a problem because I can't change from one screen to another by dragging my finger, it does't respond, in addition to access to an icon I have to double click instead of one.

    I can't change from one screen to another by dragging my finger, it does't respond, in addition to access to an icon I have to double click instead of one.

    That's correct.  Unless you can magically unlock your 4S, you can't sync it.  It's broken.  Had you been using the phone properly, you would have been synching it frequently and would have had a recent backup from which to restore your iPhone 5.

  • Copying screen elements from one screen to another in 4.5b

    Hi ABAP Gurus
    Please help me out from the following situation.
    I am in a situatin where i need to copy the screen elements(Block, I/O fields, Push buttons) from one
    screen to another and do the modifications in the copied screen. Here iam using 4.5b version and i am unable to find out to copy the screen. I am trying with the following way and is not working for me.
    selecting the block -
    >EDIT---->CLIPBOARD---->Copy to Temp Storage
    EDIT---->CLIPBOARD---->display temp stor.
    but itz not working.
    Please let me know the process. Please dont forgrt that i am working on 4.5b version.
    will reward with points for the helpfull ones.
    Thanx in advance.

    don't go from that way
    go to source screen select contents with ctrl key and mous e
    procedure :  click on one object press ctrl after that click on all object along with ctrl key.
    copy or ctrl +c
    open target screen paste.
    when u paste a structure comes with your pointers just click on screen
    regards
    aniruddh singh

  • N95 going from one screen to another

    My N95 has started flicking from one screen to another. Is this a programming fault? If I take it to a Nokia shop will it cost me a fortune?

    It sounds like a button is stuck and is making your phone scroll through the menus, and i would think if it is starting with the menu then thats the problem key.
    If the button works, as in when you click it you feel it depress beneath your finger, then there is a possibility that the handset may have got wet and the keypad(underneath the one you see) is corroded and is shorting making the phone think its always being pressed.
    Take it to a Nokia Care Point and get it looked at.
    You can find the nearest NCP to you at the Store Locator
    My posts are my opinion and in no way the direct views of Nokia.
    If my posts are helpful, please give me some KUDOS using the green star on the left.

  • I have a mac mini and just purchased a moshi hdmi connector for my LED TV. The problem is, I wanted to be able to take my mouse from one screen to another, not just as a mirror image! Is it possible to do this some how?

    I have a mac mini and just purchased a moshi hdmi connector for my LED TV. The problem is, I wanted to be able to take my mouse from one screen to another, not just as a mirror image! Is it possible to do this some how?

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico, Spanish is my native tongue. I do not speak English very well, however, I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    If you have two displays attached, then the function to change from mirrored to extended Desktop will appear in System Prefs/Displays.

  • Edit Text from one screen to another screen

    Hi Experts,
           Here I am having two doubts in doing functionality on SMP 2.3,The below mentioned are the doubts,
                       1. In SMP 2.3 Version,When i am doing Hybrid App Designer in that  Edit Text functionality to pass the values from one screen to another screen,we want to type any text or digits in edit text keypad options is not opening in that field.If any one knows to handle that issue please let me know experts.
                       2.  In SMP 2.3 Version,When i am doing Hybrid App Designer we are taking some labels or buttons or edit box etc....,first time i am generating the hybrid app it is displaying in the mobile device what ever i give in that screen.Afterwards when i am updating second time in that screen with extra functionality labels or buttons or edit box etc...,and generating hybrid app,these time it is not displaying in mobile device which i gave not updating.If any one knows to handle that issue please let me know experts.
         For these both isssues if anybody gets solutions to handle these data please let me know and if links are there please provide it .
    Thanks & Regards,
      Lokesh Reddy G,
      9700414490.

    Hi Lokesh,
    Regarding your queries:
    1. What kind of device/simulator and OS you are testing your app? What is its version?
    Can you share the snapshots as well?
    2. What extra functionality you have added 2nd time? When you generating hybrid app 2nd time is it uploading in HWC container successfully?
    Meanwhile you can check this blog
    A workflow Application to Release A Purchase Order...
    Rgrds,
    Jitendra

  • Transfer from one screen to another screen in mm02

    hi guru,
    how to trasfer value of field from to screen to another screen.
    my problem is when we change in mm02 transaction Basic data1 view the field (prod.hierarchy) value it should be transfer to sale organization 2 view and displayed in prod.hierarchy.
    the value should be transfering from one screen to another screen.
    kindly do the need full code ASAP.
    Thanks & Regards,
    Sudheer.

    check this link....
    defining screen fields using FIELD-SYMBOL
    regds,
    kiran

  • Blank Screen while navigating from one screen to another in a web applicati

    Blank Screen while navigating from one screen to another in a web application.
    While navigating through the screens of the web-based application, I get blank screen at times. The application menu bar is still visible and the header and footer jsps are also still available. The main processing frame alone goes blank. Once I get the blank screen, I am able to choose from the menu option and contine navigating through the screens.
    The application has been deployed on WebSphere Application Server v6.0 and uses JDK 1.4.2. I have checked the application, server and systemerr logs. And there are no exceptions in any of the log files. There is no difference in the logs for a normal flow and the flow when the blank screen occurs.
    The blank screen does not occur always. It occurs around 3 out of 10 times. If you consider a particular page, mostly it loads normally and very few times, the blank screen occurs.
    Compression filter is being used and it gets invoked for every request. Size before and after compression also gets printed in the logs.
    Could this be causing any issue in terms of memory handled or could any jsp timeout be happening, though there are no exceptions in the logs.

    Well, since no one has any ideas, here is my two cents worth:
    Can you turn off compression and see if the problem goes away? If not, I suggest creating a small separate project with the same functionality as that part of the program that causes problems and see if you can duplicate it. Use System.out.println() in the java code and out.write() in the JSP pages throughout the java and JSP code to write to the log file or console as each section is run to see what section is causing problems. You can also consider commenting out sections of code in your JSP page to see if you can isolate the problem.
    I had a similar problem with the screen being blank and this is what I found:
    My JSP page had an include tag in it that included another JSP page. The outer JSP page was drawn and waited for the included JSP page to be drawn. The logic took several minutes to run and something timed out. The inner JSP page was never drawn. No log entry occurred. It appears that it was not Apache or Tomcat that caused the problem, but some firewall or similiar such device. If you have a firewall or similar device, see if the person who maintains it can temporarily set its timeout to a very long time (15 minutes) to see if the problem goes away. Apache and Tomcat probably also have a timeout feature too. You will have to read up on their configuration settings on how to set them.
    By the way, each of those devices probably has its own log file you can read to see if its reporting an error.

  • How we can get the values  from one screen to another screen?

    hi guru's.
         how we can get the values  from one screen to another screen?
              we get values where cusor is placed but in my requirement i want to get to field values from one screen to another screen.
    regards.
      satheesh.

    Just think of dynpros as windows into the global memory of your program... so if you want the value of a field on dynpro 1234 to appear on dynpro 2345, then just pop the value into a global variable (i.e. one defined in your top include), and you will be able to see it in your second dynpro (assuming you make the field formats etc the same on both screens!).

  • Whenever i start my ipad2 the applications automatically starts to open and close automatically jumps from one screen to another

    Whenever i start my ipad2 the applications automatically starts to open and close automatically jumps from one screen to another cannot operate the ipad at all, tried switching off and back on again, also restored the ipad but of no use

    try restart
    http://support.apple.com/kb/HT1430

  • HT4528 how do i move an icon from one screen to another on my Iphone 5?

    How do I mov an icon from one screen to another on my Iphone 5?

    Tap and hold an Icon until they begin to shake. Move the Icon towards the edge of the screen and hold for a couple seconds. The Icon will then "jump" to the next screen.

  • TS3274 How do I move icons from one screen to another?

    How do I move icons from one screen to another. 

    Hold down on one icon until they start shaking, then drag the icon to the edge of the screen, and the screen should slide to the next one, you can then drop it on that screen or drag it again to the edge to move to the next screen.
    Page 21 of the user guide explains this under Arranging Apps:
    http://manuals.info.apple.com/en/ipad_user_guide.pdf

  • I can't move an app from one screen to another screen

    I can't move an app from one screen to another screen

    You've got the apps shaking by pressing and holding one of them for a second or two ? If you have then you should be able to drag an app (not too quickly) and then hold it so that it overhangs the edge of the screen, and after a second or so the display should switch to that next/previous screen. Is that not working ?

  • Transfer field value from one screen to another screen

    hi gurus,
    I am using field exit in mm02, i want to transfer field value from one screen to another screen. I am using Export, Import, Some FM like DYNP.......
    but not getting the value.
    can any one give idea about this.
    Thanks in Advance,
    Sudheer.

    I THINK IN FIELD EXITS SOME RESTRICTION IS THERE YOU CAN NOT USE CALL TRANSACTION OR CALL SCREEN. I DONT KNOW WHAT IS YOUR ACTUAL REQUIREMENT. BUT YOU ARE TRYING TO CALL TRANSACTION USING MEMORY ID OR SOMETHING THEN I THINK IN FIELD EXIT YOU CAN NOT DO THAT. PLS CORRECT ME IF I AM WRONG
    REGARDS
    SHIBA DUTTA

  • Moving app from one screen to another fails very often

    I'm using the feature to manually move apps from one screen to another on iPhones. It works very smooth without any problem on these devices.
    On my iPad 3 I've some trouble with that feature. 1 out of 20 tries works. It makes no difference if moved slow, fast or concentrated - it fails too often.
    Spoken with other people using iPad leads to the results the problem also exists on iPad 2. So what happens? You switch to edit mode by holding the "Home" button and wait until the apps are vibrating. Now you put a finger over an app, hold them and move them to the right or left display border. Instead of switching to the next screen the icon jumps back to it's original position. Different people tried it on my iPad and all of them failed in the given rate.
    Workaround is to use the shortcut bar on the bottom or to use iTunes from Mac or PC. I've also noticed that most of the time a "close" request of an application (by hitting the "-" sign on an app icon) failed if the app is on the border of the display. This happens randomly and you feel you missed the "-" sign so repeating the operation. But if you concentrate on it you will notice it doesn't respond properly.
    As a result my impression is the touchscreen functionality is not as good as on iPhone. Where I have no problem at all with both operations. As other people also suffer from this issues it must be related to the iPad screen.

    Yes by restoring the iPhone from the backup of the Pod.  The app has to be in the iTunes library of the computer on which you do the restore.

Maybe you are looking for

  • Jabber for Windows and Ldap Contacts without CUPC license

    Dear Sr: It is possible to add a user on ldap as a jabber contact WITHOUT assigning a CUPC license to the user? The idea is that some users on the ldap don't have jabber but we should be able to add them as a contact AND we dont want to use jabber li

  • Upload file from Directory via Background Jod

    Hi All, I want to upload a excel from directory. which is neither on my PC nor on application server. This is on some other PC. I used the FM  TEXT_CONVERT_XLS_TO_SAP which is working fine for foreground mode  But not working background job because G

  • Synchronising contract data in R3 AND CRM

    Hi All , Greetings for the day!! I had appended a new field in contract (VBAP-ZZFIELD) in R3.This contract first get created in CRM and gets copied in R3. Whatever changes i make to new field in R3 must gets copied to same contract in  CRM & vice ver

  • How do I edit in I movie  video from a DVD

    I just want to take some footage and make a short Hilight DVD

  • Xml format

    Hello all, I'm stuck at an output file, so I have my program generated the output file, I have everything in internal table itab. But I need to generate the output file in xml format. My question is do you know any function module doing the job? like