Why is "share my screen" not working

I've used share my screen before - quite some time ago. I needed to share a design with a client today and it simply won't work.  Keeps telling me
Access to this community or content is restricted. If you think this is a mistake, please contact your administrator or the person who directed you here. 
Is there a fix for this?

You might try the tipps in here:
http://indesignsecrets.com/share-my-screen-missing-in-cs6.php

Similar Messages

  • Why is my touch screen not working ?

    i bought my i phone about three months ago unfortuately it fell and the screen broke i have it insured so i was told the screen would be replaced instead they sent me an apparently new handset which i have about a month and a half nothing has happened this not a scratch on it but since i got it the touch screen isnt responding properly and 2 days ago it stopped working i cant unlock it or anything i took it to the phone shop and they told me install the new software that that would fix it or else reboot it but i already had both of them done can anyone please help me ????

    If you have restored to factory settings and you still have issues with it, then its going to be a hardware issue that you could get your phone replaced for

  • Why is my Green Screen not working

    So when I am using the Green Screen effect in iMovie The Picture going over the Green Screen is only partialy there.
    Here is the screen:
    Here is the picture:
    Here is the result:

    Okay, the only thing that might be remotely related to this is there's a setting for Green Screen you could try. Depending on what footage is being placed over the background, you would need to record or put some footage at the end of the green screen clip so iMovie knows what color the background is. Then you would use the  Subtract last frame feature.
    1. Add the green-screen clip to your project
    2. Double-click the clip to bring up the Clip Inspector
    3. Go to Background settings and enable the Subtract Last frame optin and then click Done. iMovie uses the frame as a reference to remove more color.
    (Note this is taken from Jeff Carlson's book The iMovie '11 Project Book pp.123-124)

  • My IPad cannot download live Tv from skygo. I have no problem with my lap top so I assume the broad band is okay. Can anybody suggest why the live streaming will not work on my iPad one.

    My IPad cannot download live Tv from skygo. I have no problem with my lap top so I assume the broad band is okay. Can anybody suggest why the live streaming will not work on my iPad .

    Are you using the Sky Go app to try and watch it ? If so are you logged in with your Sky account ?
    If you are using the app then you could try closing the app completely and see if it works when you re-open it : from the home screen (i.e. not with Sky Go 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Sky Go app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work then you could try a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Why magic jack apps is not working on my iphone 5?

    why magic jack apps is not working on my iphone 5?

    I have the same problem.  I contacted magic jack, and after more than an hour of waiting, here is the final part of our discussion, before I had to leave to go to work:
    Me:  the magic jack app has worked fine for months unregistered. Never had a problem before. I must go to work now. I will leave the chat box open. if you could, send me a list of possible fixes and I will try to apply them when I get back. Please write in detail. Is there a way that I can get in touch and get a senior rep on right away to handle my problem when I get back, or do I hae to wait again when I call next time?
    Kara: I am one of the senior rep here and in fact one of the supervisors . Here is what you are going to do:
    Kara: Once you register the magicjack app into your Iphone, we can refresh your account connections here manually however if you dont register it, no options in our end to work for your connections since the MJ app is not used to be registered. No worries, we can remove your account if you dont want the service anymore for free.
    +++++++++++++++++
    So, it would seem that either there is a problem that they don't know about, or else magic jack is trying to force everyone to not choose option 3 on the opening screen, the one which allows you to continue to make a call without registering.
    Has anyone received a solution to this problem from magic jack support?

  • Lenovo A1 - Touch screen not working after digitizer replacemen​t

    After dropping my tablet and breaking the digitzer, I ordered a replacement digitzer from a company in China. (It took about a month to get it) After watching this video, I was able to install my new digitizer and it finally looked new again....well at least the screen!
    But.....when I powered up my tablet, the touch screen wasn't working..... I emailed back and forth with the company and they told me to install drive program, and send me a link to a site with a video, this site may have contained more than the video, but it was all in Chinese and I couldn't figure it out even with Google Translate. So I started researching. I thought I would try and load ICS on it, I thought, "Whats the worst thing that could happen?" it wasn't much more than a brick at this point anyways. 
    I found this website that let me through installing ICS on it. I had absolutly no expectations...but IT WORKED!!!! MY TOUCH SCREEN IS NOW WORKING!!!! I COULDN'T BELIEVE IT!!!
    When I was researching for this problem, there was absolutly no posts anywhere for "Touch screen not working after new digitizer". So I wanted to share my experience.

    Yea you are correct.....it must be a hardware problem. You must contact service centre of Lenovo and get help from there.
    You can say thank you by pressing the star left to my post IF I HELPED YOU

  • The 'share' feature is not working in iMovie...?

    The 'share' button does absolutely nothing. I went through the same upgrade on my daughters Mac (Mavericks etc), and it works perfectly well on hers. Does this mean I should re-install iMovie? If so, how on earth to do I unravell the mystery of achieving that?

    I have the same problem. The 'share' feature is not working in iMovie...?
    I deleted iMovie from the Applications folder and emptied the Trash. But the App Store still shows iMovie as "Installed" so it won't reinstall. What else should I try?
    Why has Apple not issued a fix for the "Share" bug? It means that iMovie 10.0 is unusable. Little by little the quality of Apple products is sliding downhill.

  • Why is my BDC_CURSOR command not working to position the cursor?

    Why is my BDC_CURSOR command not working to position the cursor?  Here are the details regarding my issue.
    I am writing a BDC to mass delete routing material assignments using transaction CA02.  I am OK to navigate through the initial screen to go to the Header screen and from here I am OK to navigate to the Material Assignments screen.  But once here, I cannot get the BDC_CURSOR command to take me into the list.  Here are the commands I am using.  Please let me know what I may try differently.
    CA02 Material Assignment - Set position  <-- this resets list of materials to correct position
      PERFORM bdc_dynpro      USING 'SAPLCZDI'   '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'  'RC27X-ENTRY_ACT'.
      PERFORM bdc_field       USING 'BDC_OKCODE'   '=ENT1'.
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'  c_position.
    CA02 Material Assignment - Delete
      PERFORM bdc_dynpro      USING 'SAPLCZDI'   '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'  'MAPL-MATNR(01)'.    <-- this is not working to set the cursor into the list
      PERFORM bdc_field       USING 'BDC_OKCODE'  '=LOE'.             " trash can
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'  c_position.
    CA02 Material Assignment - Green Check OK
      PERFORM bdc_dynpro      USING 'SAPLCZDI'   '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'  'RC27X-ENTRY_ACT'.
      PERFORM bdc_field       USING 'BDC_OKCODE'   '=BACK'.            " check mark
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'  c_position.

    Thank you for your reply.
    I had used SM35 to record.  However, I was not aware of the "create program" feature.  I had commented out a section from my previous post which I have now added back (latest code below).  But it still did not resolve the issue.
    When I execute with dismode = 'N', I get back error message "No batch input data for screen SAPLCZDI 1010".
    When I execute with dismode = 'E' (only show dynpros when error), it stops at the material selection screen without placing my cursor in the list.  I can then MANUALLY click to set the cursor position in the list, MANUALLY click the trashcan, it then uses my BDC command to respond to the popup asking "Do you want to delete", still leaving me at the material selection screen.  I can then MANUALLY click the green check (or enter), then it continues with the BDC to go back to the previous screen, and saves.  But it still will not place my cursor in the material selection list (SAPLCZDI screen 1010).
    Here is code used.  It is the second section of code labeled "CA02 Material Assignment - Delete" that is not working.
    CA02 Material Assignment - Set position
    this code functions to position the desired material to first in screen list
      PERFORM bdc_dynpro      USING 'SAPLCZDI' '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'RC27X-ENTRY_ACT'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=ENT1'.
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'
                                     c_position.
    CA02 Material Assignment - Delete
      PERFORM bdc_dynpro      USING 'SAPLCZDI' '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR' 
                                    'MAPL-MATNR(01)'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=LOE'.             " trash can
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'
                                     c_position.
    Acknowledge Pop-Up Screen
      PERFORM bdc_dynpro      USING 'SAPLSPO1' '0100'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=YES'.
    CA02 Material Assignment - Green Check OK
      PERFORM bdc_dynpro      USING 'SAPLCZDI' '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'RC27X-ENTRY_ACT'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=BACK'.            " check mark
      PERFORM bdc_field       USING 'RC27X-ENTRY_ACT'
                                     c_position.

  • Why is my iPhone camera not working?

    Why is my iPhone camera not working?  Nothing happens when I try to take a picture.  The focus screen comes up, sometime, and sometine not.

    Hey MarwahJ,
    Thanks for the question and detailed information, the screen shot helped me understand your issue. The following resource should help you troubleshoot the image quality issues you are experiencing with your back camera:
    Get help with the camera on your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT6350
    Thanks,
    Matt M.

  • Why is exporting to PDF not working?

    Why is exporting to PDF not working?

    Dear Claudio,
    I know it wasn't much to go on but I got your attention!
    I work for a charity and use a program called "Donor Perfect".
    It has a feature that when you generate a report it gives you the option to export to MSWord, Excel, and PDF.
    Below is the step by step description of what happens.
     After log on ......
         1. Click on Reports
         2. Listings
         3. Report Category(any)
         4. Select Record type(any)
         5. Select report options (any selection filter that fits or Build a filter) and sort order(any)
         6. Enter title (accordingly)
         7. Click on Preview
         8. When next screen opens with report visible - in "Report Print preview" line above report choose PDF icon
         9. Export to PDF window opens
         10. click on Page range-ALL
         11. What to print-All pages in Range
         12. Save as C:\DPW32\dpsumm.pdf
         13. collate
         14. number of copies(1)
         15. Click on "Screen" 
         16. Click on "Display Conversion Status"
         17. Then "OK"
         18. After conversion status reaches "100%" nothing happens -screen does not change!
    Then I minimize DP screen and I go to Start menu 
         1. Click on Start
         2. Then "My Computer"
         3. Local Disk "C"
         4. Dpw32
         5. Look for "dpsumm" file with today's date
         6. Size of file says 0 KB and that's it!!!!
    In previous versions of DP (8 and 9)
    the PDF would open on the screen as soon as the Step 18 was finished, then I could save it with an identifying name to a different folder and use it as an attachment that a Donor could receive by e-mail.
    I hope I can get back to that because now I have to convert to "Word" (Which takes a long time)then from that I have to create PDF from Acrobat. too many steps ..... if I have 20-30 reports it's too cumbersome.
    Waiting for your suggestions,

  • IPhone 4 touch screen not working

    iPhone 4 touch screen not working properly. Sometimes it activates icon itself. After updating to iOS 6.12, it stop working totally.

    Good Morning S.GOPINADHAN,
    I understand your iPhone screen is black and you are not able to turn it on.  The article below will explain what to do when your iPhone is not responsive.  I'll also include instructions on how to back up your iPhone when you are able to turn it on.
    If your iPhone, iPad, or iPod touch doesn't respond or doesn't turn on - Apple Support
    https://support.apple.com/en-us/HT201412
    iCloud: Back up your iOS device to iCloud
    https://support.apple.com/kb/PH12520?locale=en_US
    Regards,
    - Judy

  • Has anyone been able to contact Adobe to learn why their Flash Player does not work on Mac OS 10.6.8, no matter how many updates you install?  This seems like a big error by Adobe.

    I have thee Mac computers with Mac OS 10.6.8, one of which is a Mac Pro.  No matter how many updates I install from Adobe, their Flash Player does not work on any of these 3 computers.  I don't know how to contact Adobe Systems about this problem, but I think it is their responsibility to make sure that their so-called "universal" software works proplerly on a relatively recent operating system like OS 10.6.8 that is still in widespread use.  When you install the updates, nothing happens -- not even an error message.  What is the point of a universal player that is not universal?  It works fine on my MacBook Pro with OS 9 Mavericks, but it does not work at all -- indeed, has never worked -- on my 3 Macs with OS 10.6.8.  Has anyone contacted Adobe Systems to find out why the Flash Player does not work with OS 10.6.8 and what they plan to do about it?

    Where are you getting Flash from?
    Get the appropriate dmg installer here and then run it.
    http://www.adobe.com/products/flashplayer/distribution3.html
    If it still won't install, do these two things: First uninstall any Flash by going into the second level Hard Drive Library>Internet Plug-ins, and trash the Flash Player.plugin and flashplayer.xpt. Then boot into Safe Boot, Shift at the startup chime (give it much longer than a usual boot) and run the installer while booted in Safe Boot.

  • Why does my card reader not work on my iPad since upgrade?

    I use my iPad mini to download photos from my camera when I'm on the road. In the summer I bought the "3 in 1 Card Reader Adapter Cable Camera Connection Kit, 3 Port Card Reader for iPad 4 and iPad Mini by Eurekka" and it worked wonderfully. I was able to download photos (jpg and RAW) directly to the iPad and off the camera, and once home it was a flawless upload to my iMac.
    However, once I upgraded to iOS 7 last week I get a message saying the device is not supported. What gives? Will this be fixed or will Apple products only accept Apple accessories from now on?

    No but I was just trying to find a way in to your help desk. I didn't find 
    your web page very helpful in this regard.
    Douglas Whiteley
    In a message dated 10/05/2012 20:43:50 GMT Daylight Time, [email protected] 
    writes:
    Re:  why does my adobe reader not work
    created by Claudio  González
    (http://forums.adobe.com/people/Claudio+González)  in Adobe Reader - View the full  discussion
    (http://forums.adobe.com/message/4395059#4395059)

  • Why is my apple id not working

    I wonder why my apple id is not working please help me out FAST or ASAP

    How about some more information. Any error messages? What happens when you try to make a purchase or download an app?

  • Why is my Apple ID not working in iTunes and App Store on my iPhone? Nothing happens if I click buy for apps or music. If I then go to settings/iTunes App Store my Apple ID is not there. If I then enter ID and password it does not save or link to account?

    Why is my Apple ID not working in iTunes or App Store on my iPhone? When I try to buy apps or music it asks for Apple ID so I enter my info and nothing happens. When I go to settings/iTunes App Store my Apple ID is not there. When I enter my ID and password it does not save or link to account. I do not have this problem with iPad ID is stored and can be used in App Store and iTunes. I have just upgraded to 5c and it's still a problem.

    LeesaHeeley wrote:
    When I go to settings/iTunes App Store my Apple ID is not there. When I enter my ID and password it does not save or link to account.
    When fist setting up your new iphone you will be asked to log in with an apple id and password. If this did not happen you can then do as you suggested going to settings to itunes and app store and add your apple id login. This apple id login must have already been created for the iphone to accept it. If this apple id is already created but is not being accepted by your iphone you then should shut down your iphone and restart the device.
    Good luck.

Maybe you are looking for