Juggling items in Multiple Desktops

I have always used & liked Multiple Desktops.  I'll admit, I may have this wrong so just bear w/ me a moment.  Initially, could not move items from one Desktop to another.  I really like it when that ability was introduced.  However
it only applied to Universal APPs (@ least, that's how it seemed & fit w/ the understanding I had)... recently, (not sure why I tried, again) it IS possible to (also) move browser pages.  Whether, did it & I wasn't realising or 'now' doing it,
not w/standing, it is a terrific Feature. 
Cheers,
Drew
Drew MS Partner / MS Beta Tester / Pres. Computer Issues Pres. Computer Issues www.drewsci.com

MySql Database & PHP queries.   Also, a CMS for client to log-in and edit/add data into the MySql.
Nancy O.

Similar Messages

  • Multiple Desktop Windows suddenly not available how do I fix this?

    I changed one preference in MIssion Control System Preference - - assigning Dashboard to F5. I then noticed that when I open mission control it shows only Dashboard and 1 application desktop. Also the ways of accessing desktops have been limited to control up arrow and control down arrow. I used to be able to assign control 1, control 2, etc. or control left arrow control right arrow. How do I regain multiple desktops and more ways of accessing them? I'd be most appreciative of any insight or help. Thanks.

    Try a restart.
    Do a backup, using either Time Machine or a cloning program, to ensure files/data can be recovered. Two backups are better than one.
    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work. The intent is to see if it is specific to one account or a system wide problem. This account can be deleted later.
    Isolating an issue by using another user account
    If the problem is still there, try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up after waiting 10 seconds. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode

  • Using multiple desktops with a 4 finger swipe on a Mac Book Pro running Lion- is there a way that I can allow Safari open on several but not all??  Looks like I can set it for one but not others.  All, one, or nothing

    Using multiple desktops with a 4 finger swipe on a Mac Book Pro running Lion- is there a way that I can allow Safari open on several but not all??  Looks like I can set it for one but not others.  All, one, or nothing

    Hey Eric,
    Thanks for taking the time. Unfortunately no that does not solve it. Same as swipe it will get me there and it will show separate programs spaced out. The issue I am having is that all my open word files are bunched up in a pile on top of each other. I can see the edges of each one but I want them to be separated from each other enough that I can visually identify what file is what.
    Again, thanks for trying, it is appreciated.

  • Multiple Desktops

    Really like the multiple Desktops.  @ 1st thought it was much like Alt-Tab or hovering across Taskbar, basically, another View/Select approach.  In 7 (& 8) would run more than one tabbed browser grouping related sites in each.  This
    does that and on a higher level.  Can EASILY be done by 'family' or even if different sign-ins are required.  Can be put to good use, keeping things nicely organized & the Desktop, et al, neat, clean & uncluttered.
     Just wanted to reiterate what a cool feature I find this to be of Windows 10. IT is so nice how related things can be grouped together making the experience slick, neat, tidy & very organised & uncluttered... not having a bunch of stuff all mixed
    up together on one Desktop.  Microsoft calls it "Virtual Desktops".  For example, I have one w/ Skype, Outlook, Calendar... another w/ all IT stuff.... another w/ Home page & whatever & another w/ sites devoted to a singer/song-write
    of particular interest to me. Anyway, you get the idea and certainly can be configured however YOU fancy.  You simply open one, put what you want in it, hit the + sign & open another, fill it and so on.  I am not sure, yet, as to how many
    one can have but, a few, @ any rate.
    10 sure is easy to use.  Makes such a nice difference not having 'Hot Corners', hidden things or stuff that pops out from edges.  Plus, now, w/ 10 and its menu, I don't have to enable the Desktop Toolbar or create a folder on the Taskbar for Applications
    and can, still, not have to change screens for anything; just be 100% on the good ole Desktop.  All w/ hardly any 'learning curve'!  And it sure is speedy!  Certainly, non-touch PC Users should not have complaints w/ Windows 10.
    Cheers,
    Drew
    Drew MS Partner / MS Beta Tester / Pres. Computer Issues Pres. Computer Issues www.drewsci.com

    Thanks for your response. I think we might be talking about the same Desktop... If you close all your folders and applications and just have the Finder - I'm talking about that Desktop. The one that's called "Desktop" in Places. The one that in System Preferences is called "Desktop and Screensaver" and lets you place a picture of your choosing in the background. I think that's what you mean when you say it's "the background that all your windows and folder sit on." That's the Desktop I mean. (It is called the Desktop, isn't it?) The point isn't having different pictures there - that was hypothetical. At the moment I have a few folders and quicktime files sitting on my Desktop. If I create multiple Spaces - no matter which Space I open, the exact same folders and quicktimes remain on the Desktop. What I was wondering - and suspect isn't possible to do - is being able to create multiple Desktops: one that will have nothing but quicktime files waiting to be opened, one that will have nothing but folders waiting to be opened, etc. I hope this is clearer.
    Message was edited by: truffaldin

  • How to create list items with multiple attachment files using rest api javascript

    In one of user form I am using javascript rest api to create a list item with multiple attachment files. So far I am able to create list item and once created uploading an attachment file. But this is two step process first create an item and then upload
    a file.
    It create an additional version of the item which is not desired. Also I am not able find a way to attach multiple files in a go. Following is the code I am using.
    createitem.executeAsync({
                    url: "/_api/web/lists/GetByTitle('UserForm')/items(1)/AttachmentFiles/add(FileName='" + aFile.name + "')",
                    method: "POST",
                    contentType: "application/json;odata=verbose",
                    headers: {
                        "Accept": "application/json;odata=verbose",
                        "X-RequestDigest": $("#__REQUESTDIGEST").val()
                    binaryStringRequestBody: true,
                    body: fileContent,
                    success: fnsuccess,
                    error: fnerror
    So somehow I need to combine item attributes along with attachment files in body: param. I visited https://msdn.microsoft.com/en-us/library/office/dn531433.aspx#bk_ListItem but no success.
    Appreciate any help.

    Thanks Mahesh for the reply and post you share it was useful.
    But this does not solve the core of the issue. You are uploading attachments after creation of item and multiple files are being attached in loop. This is kind of iterative update to an existing item with attachments. This will end up creating multiple versions. 
    What I am trying to achieve is to create an item along with multiple attachments in a go. No item updates further to attach a file.
    Please suggest how this can be done in one go. SharePoint does it when one creates an item with multiple attachment.
    Thanks for your reply.

  • Yosemite consolidating multiple desktops on dual monitors,

    I have a Mac mini (mid 2010) - 2.4 GHz - 350 GB - Yosemite 10.10.2 - with dual LG monitors. Instead of using Mission Control I prefer to have multiple desktops on each monitor. I dedicate a single app to each desktop, e.g., Safari, iTunes & iPhoto on Mon1 facing Mail, Messages & Calendar on Mon2, and swipe between apps, which I find more convenient. Six numbered desktops plus Dashboard.
    In Mavericks this arrangement was preserved on restart. However, in Yosemite, all apps on Mon2 are consolidated in a single desktop, the remaining 2 desktops - 4 & 5 - have migrated blank to Mon1, PLUS an additional blank desktop - 6 - is generated on Mon1. The single desktop on Mon2 is now 7. On subsequent restarts there become eight, then nine, then ten desktops, etc.
    I've been up and down the settings options, tried System Help, outside searches, and even mentioned the issue in passing during an unrelated Apple Tech Support call. To no avail. I had hoped that one of the updates would resolve this. It is easily but inconveniently resolved manually, but as I mentioned this was a non issue in Mavericks.
    I mentioned this problem in an earlier post, but in less detail. Has anyone else experienced or heard of this?

    I did find a workaround........ that works so far....... If I put FCPX into full screen mode.  Then my events dissapear!!!!  But if I toggle on and off the "Window/Show Events in a separate window" menu then the Events reappear and I can swipe between desktops and all the windows behave as they should.  That's a relief.  The old method doesn't work but at least this one does.  I hope this helps someone who is swiping like a mad man like I was.

  • Switching between multiple desktops while using VNC

    Hi All,
    Encountering a minor inconvenience with switching between desktops while VNC-ing. I frequently telecommute and VNC into my work imac, which has parallels + windows 7 installed. My personal machine is a retina macbook pro, and both my macbook and the imac have the newest mavericks installed. I will frequently have multiple desktops open on my imac, but I find that when I am VNC-ing into the imac and then open up parallels in a full window that I am then unable to switch back to my other OS X desktops unless I completely shutdown my windows VM. Normally hotkeys works for me to switch between desktops (and still works when switching from OS X window to OS X window), but it just doesn't do the trick here. I know could just configure my imac so that parallels doesn't open up in full screen mode, which would solve the issue, but I feel like there's gotta be a way to switch desktops while VNC-ing! All tips appreciated!
    Thanks,
    KP

    Hi,
    This is possible using access restrictions in Universe designer based on user login.
    For eg. there is user A,B and C and three connections C1,C2 and C3.
    In Manage access restrictions you have to create a three restrictions(R1,R2 and R3): one using C1,second C2 and third C3.
    Apply these three restrictions to corresponding to the users. i.e. R1-->A,R2-->B and R3-->C.
    So based on user login the instance will be used for same report.
    In IDT , I think this can be done using Data Level Security, but the concept wil be same.
    Thanks
    Gaurav

  • Use of Multiple Desktops

    Hi there,
    I was happy to read that there was such a thing as Multiple Desktops on the Mac but then was disappointed to actually see it in action.
    I thought that I could place folders and files on different desktops so that it could be easier for me to organise my work. But so far, I can only assign applications to open up in specific desktops which isn't what I was looking for. In fact, I am struggling to see the point of this - the only thing I can see that would be an advantage is that if I have multiple applications running, I could assign for example, Photoshop to D2, Word to D3 and just click on the icon at the bottom to zap straight to that app without having to look for it under all my open apps. This is the most I can see in its usefulness.
    BUT... if other users have other ways they use these desktops I would really be interested to know about it - or if any one is aware of a good app that does what I want, i.e. different files on different desktops, it would be great.
    Thanks,
    Maz

    I figured it out.  ^1 typed from the number keys is not equivalent to ^1 typed from the numeric keypad.  So, when you go into system prefs / keyboard / shortcuts / mission control, it may LOOK the same, but it is not.  You simply have to select each of your spaces and change them to ^1, ^2, ^3, etc., using the NUMERIC keypad.  It will look the same to you, but it will work properly after that.

  • Dual display, multiple desktops

    Hello everyone.
    I've recently purchased a 2nd monitor for my pro, and came across the issue of having the 2nd montior change each time I change the desktop I'm currently using. After some searching online, I've found out that there is no workaround for this issue.
    My plan was to have 1 program on the 2nd monitor (watch movies, farm on WOW etc), while I do 'real' work on the laptop. Not being able to use the multiple desktop feature ***** since I've gotten used to it and use it quite often.
    Now, I'm running OSX 10.7.5, so I was wondering if the solution to my issue was fixed in the latest OSX. I never really had a reason to upgrade, but if I can have the 2 monitors set up the way I had planned, I would definitely upgrade.
    Cheers

    You've done all the relevent troubleshooting (reinstalling the OS probably was over the top though). I suspect the cable. Do you have a friend who was a computer with the MiniDisplay Port or are you close to an Apple store? If you can check the cable before going to the expense of getting a new one that would be good.

  • Webex and multiple desktops

    I was wondering if anyone knows if there is a way to set your Macbook so that when you use Webex and share your desktop you can broadcast any number of the multiple desktops on the Mac. Yesterday I found myself needing to share my desktop on a Webex. Everything that was displayed on my main screen, which is where the webex application was running from, displayed correctly. But when I switched to another desktop on the Mac (to show something in Parallels) everyone said the broadcast went black. Is this just how it is, that webex can only transmit from one desktop? Or do I have something configured incorrectly?
    Thanks in advance.

    I have the same problem and have not been able to find a solution.  Even trying to move the webex to a 2nd montitor connected to the Mac doesn't work. You have to be on the MacBook Pro Laptop Display and Desktop 1 only. 
    Would love to find an update to this.

  • The multiple desktops are gone. Cntrl/right arrow no longer works

    The multiple desktops are gone. Cntrl/right arrow no longer works. Nor does dragging a window to the right.

    chiefgypsy,
    Spaces no longer exists in Mountain Lion. The replacement, Mission Control, has a different implementaion but allows similar results.
    Mac Basics: Mission Control
    About Mission Control | Macworld
    CNTRL RIGHT ARROW doesn't work: Apple Support Communities

  • Naming Multiple Desktops

    Can desktops be named within OSX 10.8.2?  I keep multiple desktops open for different subjects/activities and would like to title them instead of them being simply "Desktop #1", "Desktop #2" &c.  Can this be done?

    Dear Eric ~
    Thank you very much for your reply and direction to a previous thread.
    After reading through the posts, there is (currently) no way to entitle individual desktops.  They either take on the name of the full screen application (i.e. "Mail") or remain as "Desktop #1".  One suggestion was to create a background picture for each desktop with a title within the picture, but this is only a half-fix, as the title still won't placed under the desktop picture to view as you scroll across the multiple desktops.   The more desktops open (I currently have 12) the smaller icon becomes, which makes it quite useless to have the title within the picture itself (it would be teeny-tiny). 

  • Display multiple desktops on one monitor

    I have a 32 inch Hannspree HDTV connected to my Mac Mini via HDMI.
    I would like to create four quadrants on my screen and display a different desktop in each quadrant.
    I know how to create the multiple desktops in mission control, what I don't know is how to display them all at once!
    I am not looking for answers involving multiple monitors! I want to divide my 32 monitor up into four seperate "screens" and display a different desktop in each "screen"
    Thanks for the help!
    CB

    Hi,
    It can be done by using Server side code in Visual Webpart .Please check the below link.
    http://sharepointkitchen.blogspot.in/2013/07/creating-controls-dynamically-in-aspnet.html
    If you are looking for something different pls let me know..
    Don't forget to mark it as an Answer if it resolves your issue and Vote Me as helpful if it useful.
    Mahesh

  • Are multiple desktops in 'Lion' totally pointless?

    Having multiple desktops for different activities or jobs seems pointless if you can't open a software application from the toolbar when it is already in use on another desktop. i.e. If I need my addressbook open on my personal desktop and also on my work desktop, I can't do it. If I try the desktops flip across screen 'wham! to the desktop where the application was originally opened! No good. The only thing that comes close is to open a new 'file' on the "main" desktop and move that individual file to another desktop whilst in the Mission Control position. That says it all! It's daft... and if you close it down you cant open it again without redoing the whole mission control thing. Am I missing something here apart from my patience?

    They way that I perfer to work, there are no cases where I want the OS to switch to another desktop simply because I choose to open an application that happens to already be opened on another desktop.  For me, I want the application to open in the current desktop, regardless if it is already open in another desktop.  I tend to have multiple applications open on a single desktop in windowed mode - where no single application consumes the entire screen.  For me, out-of-sight-out-of mind applies - I need to be able to see what I have to work with.
    However, some of my friends at work prefer to work in a full-screen mode, where a singe application takes up the entire screen.  They are constantly switching back and forth from one application to the other, typically by pressing CMD+TAB.  I guess in this context, having the OS switch from one desktop to another based on where the application is opened would make sense.  But, to me that seems like a big waste of a desktop - only showing one application.
    So, here is an example of my use-case.  I come to work and powerup my Mac.  I open  Finder and Excel so that I can start working on a report.  While I'm working on the report a friend comes over and asks me to help him with his report.  In this case, I would prefer to switch to an unused desktop and then proceed to open the applications that I need for this new task, such as  Finder and Excel (the same ones I was using for my report but now I need for my friend's report).  I already have context in those applications on Desktop1 and I don't want to lose that, hence my desire to use another desktop. So, I go to Desktop2 and click on the Finder icon in the Dock.  Instead of it opening a new instance of Finder on Desktop2, I'm jolted over to Desktop1 where Finder was already opened.  But I don't want that - I want to keep my place in Finder on Desktop1 and open a new one on Desktop2.  Sure, I can hold the CTRL key down while I press on the Finder icon in the Dock and tell it to open a new window.  However, instead of it opening a new window in Desktop2, it opens it in Desktop1 while leaving me in Desktop2 and wondering where the new Finder window is.  It seems that Safari works correctly in that it will open a new Safari window in Desktop2 if I hold the CTRL key down while I click on its icon in Dock.  However, if I forget that, I'm transported over to Desktop1 - which I don't want.
    How Firefox is handled is just weird.  Lets say that I am in Desktop1 and I have Firefox opened.  Then I switch to Desktop2 and now I want Firefox open in Desktop2 too.  While in Desktop2  I can  hold the CTRL key when clicking on its icon in Dock and tell it to open a new window.  Indeed, it will open a new window - but not in Desktop2.  Instead, it opens a new window in Desktop1 and I get tranported over to Desktop1.  Again, not what I want.
    Sure, you can blame the applications for this.  But to me, the OS is the coordinator of all the resource on the system, including the applications.  So, in my opinion, if it does not work consistently and and if it does not work how I expect  then it does not work well.
    -Rod

  • Multiple desktops keep switching order

    I use multiple desktops (not sure what the feature is called anymore) in 10.8.2.  I have about 4 of them, and for some reason, #2 and #3 keep switching places!  any ideas why?  I just have different browsers, a finder window, (simple stuff) in each one.  no full screen stuff, nothing fancy.  ARRG!

    They are automatically ordered by usage. You can disable that in the Mission Control prefs.

Maybe you are looking for

  • How to get Depreciation key independant from Depreciation area

    Hello, We are using two depreciation areas  01 book depreciation and 15 Tax, in our asset class we have put  for both the same depreciation key (GD50) but with a different uselife for every depreciation area Now when we create a new asset (AS01) inti

  • Connected Macbook to HD Tv but only shows background, no applications

    Hey, So I was able to connect my macbook to my HD Tv from a mini Dvi to Dvi adapter then used a belkin HDMI to Dvi chord to connect to the Tv. Displays fine however the only thing that comes up on my TV is just my background image, no applications or

  • Satellite P305-s8842: How do the 2 HDDs work together?

    I have the Satellite P305-s8842, it comes with dual 200 gig HDD's. I was wondering how they work together. The main one is almost full; when it fills all the way up will it automatically start filling the second HDD? Right now there are only two file

  • IPhoto book - resolution questions

    What resolution should I use to scan in my printed 4x6 photos to get the best result from iPhoto book? Is 300 ppi sufficient, or should I use 400 or higher? Don't want to scan higher than needed since the files are quite large. Don't know what the re

  • Soundmax XP driver unstable in Windows 7

    I recently upgraded my Pavilion zv5000 (PC742AV) from Win XP Pro to Win 7 Ultimate (32-bit). Everything went fine except that the only audio driver that "works" at all is the one for Win XP, it's version 5.12.1.5170 from 7/8/2004, and downloaded from