Spaces Feature Issue/Feature Request

In playing with Spaces, I came across something I was actually surprised didn't work. Here's what I did:
-Setup a bunch of apps in Space 1.
-Setup Safari in Space 2.
-Switch to Space 2.
-Unplug external monitor.
-Plug external monitor back in.
-Switch back to Space 1.
When I switched back to Space 1, I was hoping (actually expecting) all my app window sizes/positions were preserved, but alas, they all get resized, moved around, and basically randomly placed so I have to set them all up again every time I unplug my external monitor.
I actually unplug my external monitor fairly frequently, to use my Macbook on-the-go, or even to hook up to other displays (for streaming tv, etc.), and would really like the ability to switch between monitors and not have to reorganize all my apps every time I switch, without having to close/reopen all the apps every time I unplug. I thought this might be a cool feature to add to Spaces.

I agree, this is an annoying result of using an external monitor with extended desktop mode. I would submit your feedback via this address, it is much more likely to be seen by designers.
http://www.apple.com/feedback/

Similar Messages

  • My latest app - European Space Agency News (featuring Bing Translate) is now in he Windows Store

    My latest Space News App.. European Space Agency News now in the Windows Store
    http://apps.microsoft.com/windows/app/european-space-agency-news/092f5794-8705-49bc-b27e-17ad5fd754b2
    The European Space Agency (ESA) is Europe's gateway to space. Its mission is to shape the development of Europe's space capability and ensure that investment in space continues to deliver benefits to the citizens of Europe and the world.
    European Space Agency News features nine topical news and image galleries from the ESA and 19 "news from member countries" galleries. Since the news from member countries was presented in the language of that country, I used an in app translate
    function so that news in each gallery can be read in multiple languages (languages supported by Bing Translator).
    -- Barb Bowman

    On Fri, 16 May 2014 22:01:53 +0000, Robin Abraham [MSFT] wrote:
    >
    >
    >Hi,
    >
    >For the sake of simplicity, I'll use your first expression as the example. You have: If (IsEmpty(TopNews), "Loading...", BingTranslator!Translate(ThisItem!title!'$text', Dropdown1_24!Selected!Value))
    >
    >Basically, you need to skip translation when the user has not changed the default language, and the default language is "en" (based on trying out your app).
    >
    >You can modify the call to check for the dropdown's value (I have highlighted the part in bold):
    >
    >If (IsEmpty(TopNews), "Loading...", If(Dropdown1_24!Selected!Value = "en", ThisItem!title!'$text', BingTranslator!Translate(ThisItem!title!'$text', Dropdown1_24!Selected!Value)))
    >
    >That should improve your app's performance. On a related note, if you're just using one of the free sample keys from Bing, they will throttle you if you make a high number of calls in a short period of time.
    >
    >I hope that helps.
    >
    thanks, yes, am using a free key. I can't afford to pay for keys.. The syntax
    for the Title works great. Thanks.
    I tried the following for the description, the syntax doesn't throw any errors,
    but the content is still blank. The feed is from
    http://www.esa.int/rssfeed/TopNews
    If (IsEmpty(TopNews), "Loading...", If(Dropdown1_24!Selected!Value = "en",
    BingTranslator!Translate(Mid(ThisItem!description!'$text',Find("<p>",ThisItem!description!'$text')+3,Find("</p>",ThisItem!description!'$text',Find("<p>",ThisItem!description!'$text'))-(Find("<p>",ThisItem!description!'$text')+3)),
    Dropdown1_24!Selected!Value)))
     Can you tell me what I've done wrong?
    -- Barb Bowman

  • Create a custom web template using VS 2012 with web features,site features sections applied

    hi,
     Want to create a  custom web template using VS 2012  in my SP 2013 environment.  i know "Vesku" has posted a great artice on this [  based on prev. version of SP].
    here -
    http://blogs.msdn.com/b/vesku/archive/2010/10/14/sharepoint-2010-and-web-templates.aspx
    i am  looking for a code based article  which has step by step process which provides how to add the site features, web features and attach the eventreceivers etc etc on sitecollection creation when i apply this template from central admin. 
    can anyone provide me any links / any source how to create a custom web template with one / two  custom features -  site features element and web features element , / master page etc ....
    I am stuck with this. as part of my reqmnt, i need to create a webtemplate with all the customlistinstances, custompagelayouts, custom masterpages, custom appln pages, custom web parts.
    help is appreciated !
    Das

    The problem is that Web Templates are deployed to a gallery in a site collection and aren't available in Central Admin when creating a new site collection.  YOu have to create the site collection without choosing a template and then choose your web
    template when you first access the root site in the site collection.  Here's an article that discusses that process here:
    http://sharepointchick.com/archive/2011/02/10/using-web-templates-to-create-site-collections.aspx
    Other than that Vesa's article is still the best one and works essentially the same in 2013 as it does in 2010.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Problems issuing continuous requests to a server through URLConnection

    Hi ,
    I have a URLConnection object 'uc' obtained from a URL object tied to a server URL.
    i m issuing HTTP requests continously to this server by calling ' uc = u.openConnection()' everytime
    Hence this will return me a new URL Connection object everytime.
    After some 300-400 requests, the program ends abruptly , this may be due to shortage of resources to be allocated to the I/O streams of the URL connection.
    My question is -is there some way to issue multiple requests from the same URL Connection object ? or is there some other method of issuing multiple requests which does not consume a lot of resources ?
    Note: The server accepts only GET method, so i cant write the contents to the output stream of the connection to translate it to a new request every time .
    Thanx

    My question is -is there some way to issue multiple
    requests from the same URL Connection object ? or is
    there some other method of issuing multiple requests
    which does not consume a lot of resources ?
    A HttpURLConnection instance can only be used to issue one http request. What can be re-used is the underlying TCP connection, with the keep-alive header (HTTP 1.1 persistent connections). But that should be handled transparently and by default by the servlet engine.
    The later is able to manipulate the stream to increase performance, if you do not close the stream, i.e you don't call conn.disconnect() or by specify the "Connection: close" request property
    ( conn.setRequestProperty("Connection", "close") )
    So, you shouldn't actually close the steam, just flush it (if you close it, the physical socket connection will be terminated).
    All the http persistent connection/keep-alive issues were apparently fixed in J2SE 1.4.1 ....(are you using 1.4 ?)
    To optimize further, you could take a look at :
    http://jakarta.apache.org/commons/httpclient/

  • Deduplication: There is insufficient disk space to perform the requested operation

    Hello,
    on my Win2012R2 Fileserver is a 550GB disk with userdrives.
    I startet Data Deplication but after 100 Optimized Files the job stopped and I cannot start it again.
    If I check the Event Log I find:
    Data Deplication could not initialize change log under \\?\Volume{ID}}.... The error code was 0x8056530a, There is unsufficient disk space to perform the requested operation. (Event ID 4119)
    Then I tried to unoptimize the files with Start-DedupJob -type Unoptimization -volume "E:" but I got another error:
    HRESULT 0x8056533a, This kon will not run at the scheduled time because it requires more memory than is currently available.
    On the 550GB disk I have about 140GB free diskspace.
    The server have 8GB RAM and use 2,3GB at the moment.
    CPU is at 0-2%
    SYSTEM have full access on the drive, there is no SWAP or boot file on it.
    Any more ideas?
    I already tried a reboot... ;)
    Thanks.
    bye Manuel

    Hi Sophia,
    KB3000850 is installed, the server restarted. But I'm sorry to say, same situation:
    PS C:\Windows\system32> Enable-DedupVolume "E:"
    Enabled            UsageType          SavedSpace           SavingsRate         
    Volume
    True               Default            26.95 MB             0 %                 
    E:
    PS C:\Windows\system32> Start-DedupJob -type Optimization -volume "E:" -wait
    Type               ScheduleType       StartTime              Progress   State                 
    Volume
    Optimization       Manual                                   
    0 %        Failed                 E:
    Eventlog:
    ID 4119
    Data Deduplication could not initialize change log under \\?\Volume{7a4277ad-72ee-11e4-80bf-0050569d1d6b}\System Volume Information\Dedup\Logs. The error code was 0x8056530a, There is insufficient disk space to perform the requested operation.
    ID 4106
    Data Deduplication warning: Available memory (4095 MB) is less than minimum required (4392 MB)
    Error: 0x00000000, The operation completed successfully.
    Volume E: is 549 GB and have 186 GB free
    Memory is 2,6/8,0 GB at the moment
    Best regards,
    Manuel

  • Feature Contr in PA: Facing issues once request is transported

    Hi,
    I am facing a peculiar problem,
    In development server: Define Contract types, Determine periods and contr feature have been configured and on changing the employee subgroup to permanent from probationer the feature Contr is reflecting properly and the appropriate contract type reflects in infotype 0016
    E.g. if employee hired in 01.01.2006 as probationer and confirmed to permanent (via action ) on 01.01.2007. A new infotype 0016 record is created with effect from 01.01.2007.
    The corressponding transport requests where transferred to quality server, the transport had a warning Rc4 (  Insert into view: Key NOTPC of Table T7INZ3 is not part of view V_T7INZ3 (300N6).
    Now in the quality server the feature Contr doesn't refelct the notice period correctly.
    Can anyone help me with this issue and what needs to be done to rectify the error

    Hi all,
    I am facing a problem with the CONTR feature too. Please can someone help me out . My requirement is as given below:
    The Contract Elements defaulted for- On Hiring u2013Probation period is 6 Months and Notice period is 2 weeks for all except Managers which 1 Month.        
    The Notice Period for Confirmation Action is 2 Months for all except Managers which is 3 months.
    My queries are :
    1) How do I make two different defaults, one for hiring action and the other for the Confirmation Action.
    2) what is the meaning of KF & KA . Basically what is the meaning of EE and ER they refer here?
    3) Where do we give the Unit of probationary period. iwhich is in PA/PE
    Thanks,
    Shradha

  • Not sure if these issues/feature requests have bee...

    Hi,
    Really like my Lumia 800 on the whole, however:
    1 It would be nice if the player remembered the last position of a podcast. If that’s not possible could it be made possible to scroll to a position in a podcast rather keeping fingers on next or previous track keys
    2. The call/voice command option on the inline remote is unavailable once you have started using the music player. I had to reboot the phone to be able to use it to voice dial.
    3. When on vibrate and using the music player with earphones the player didn’t pause on an incoming call. It would be nice if on vibrate you still had some audible alert (only when earphones are connected and played through earphones etc..) when you have an incoming call.
    4. Brings me nicely to notification volume when earphones attached. Way too loud.
    Yes I have updated to the latest firmware.
    Thanks

    This isn't the correct site for these types of request. Nokia do not create or control the OS of the phone, Microsoft do
    Try http://windowsphone.uservoice.com/forums/101801-feature-suggestions for feature suggestions.
    That is the official site for this kind of thing.
    1. It would be yes, but this is the way Microsoft have designed it, this can be requested at the link above.
    2. The remotes still works, hold the button down for a couple of seconds and it will go into voice activation mode.
    3. This is a bit of a strange request, you want vibrate only and an audio alert at the same time? Why not just leave the ringer on, note that you can add custom ringtones so you can make it make whatever sound you like.
    4. This is a known bug with the latest update, hopefully Nokia is working on it and will fix it in a future update.

  • Feature/Im​provement requests for next update of Excite 10 (AT305)

    First, let me begin by giving praise: you built a great tablet! It's fast, beautiful, and mostly bug-free.
    Now for my list of feature/fixes/improvements:
    1. File system support: as many before me asked - please add support for NTFS (at the very least) so we can copy files larger than 4GB into the tablet (4GB file size limit exists on FAT32 FS). Exfat/Ext4 support would also be a blessed option.
    2. Please add the option of rooting the device. I know it's a feature that only advanced users should use, so you can add a lengthy contract to devoid you on responsibility for any possible damage caused, or even better, incorporate a disaster recovery program for factory reset. If that's not an option, at least release the necessary information and ADB drivers that will allow the community to achieve this. It will only draws more people to buy this product as one of Android's main attraction is it's flexibility and programming freedom.
    3. Sound Loss. This happens once in a while. the sound provided by this tablet is great. Especially when the SRS audio enhancement scheme is employed. but every now and then, the sound stops working without warning or error. Please check and correct this issue. thanks.
    4. UPNP/Network/NMT video/audio playback. I am unable to play any video files over the network, and I've tried countless times with many different players. Including the media player provided on the tablet. It just returns with a message of not being able to play the file. I don't know if it has to do with my player storing files in NTFS format or something else, but I tried MP4/MKV/AVI and other formats with no success. If I copy these files over, provided of course their size permits, they play perfectly from inside the tablet, just not over the network. My NMT is recognized and found by the tablet, and I am able to see the files by using "Droided Media Tank". just not play them..
    5. Battery life. While on standby the tablet shows great battery life, it fizzles out pretty fast when in use. It's a powerful tablet, but should be more efficient then this. Please see if you can make any improvements on current performance.
    If you can assist with attending these issues we will all be very grateful!
    Thank you.

    I don't have any feedback for you, nor do I know what the plans are for the future, but I can definitely note and relay your feedback. Thank you!
    - Peter

  • Acrobat 9 Standard Combine Feature Issue

    Has anyone had an issue with "set new destination" appearing in the menu pulldown after combining pdf's in acrobat 9 standard using the combine feature?
    I use the combine into a single pdf feature to build manuals.  These manuals are often updated and I need to reassign a bookmark to a new page.  With past versions (i.e. version 6 which didn't have the combine feature), I was able to move to the new page, right click on the bookmark, and select "set new destination" 
    Funny thing is abobe's help files tell me to do that or go to the bookmark options icon and select "set new destination" but you can't select something that is not there.
    This only happens with pdf files that I combined using this combine feature in version 9.  I can bring up old manuals in version 9 and find this selection "set new detination" available when I right click on the bookmark.
    Any help would be appreciated
    HC88

    My mistake it is "set destination" in standard not "set new bookmark" as I orginally stated.   I see this option only when I go to a previously built book or I manually create bookmarks in version 9.  The issue I have is I don't see "set destination" when I use the "combine" (merge files into a single pdf) feature in acrobat 9 to build the book.  It seems like it doesn't recognize them the same way as building them manually. I have a friend that has Pro. He is going to run a test for me. I'll let you know how it turns out.
    He also thought it might have something to do with tagged verses not tagged bookmarks and that this combine feature maybe combining them as tagged bookmarks.  Neither one of us knows much about tagged bookmarks so we weren't sure.

  • Double Clicking Issue Feature Or Bug

    Hi All,
    I've been using Mac's for over ten years and I'm experiencing an issue unlike anything I've ever seen before. I have this double-clicking issue (maybe more appropriately "accidental double-clicking issue") in certain programs.
    In iTunes for example, when I choose File/Add To Library and I double-click the root folder on my external hard drive (which contains subfolders such as Documents, Pictures, Movies, Music, Applications, etc..) iTunes begins to automattically import EVERYTHING on the folder without my having clicked the CHOOSE bubble. EVERYTHING!
    Either I'm crazy and I'm just noticing this now or this is the most annoying bug/feature I've ever seen.
    The issue also occurs in Mac The Ripper. When I went to choose a Save location and accidentally double-clicked a folder that had subfolders in it, I didn't get the opportunity to click CHOOSE. The Finder just assumed that my double-clicking a folder means that that is the folder I want to select.
    I hope I'm explaining this clearly. I don't know I never noticed this "feature" before!
    Is there anyway to turn it off?

    There isn't anything similar between the two in a hardware sense. The two machines aren't sharing anything. I only use the Magic Mouse with the new 27" i7 iMac.
    I tried to reproduce the effect in 10.5 to see if it was indeed a "feature", and it is. To a certain extent.
    At this point I've come to the conclusion that this is supposed to happen, in 10.5 and 10.6 (possibly 10.4 or earlier too) when a folder and it's sub-folders contain compatible files respective to the program attempting to access them. However, I don't think it should happen when a folder contains subfolders that have files that are incompatible with the particular program that is currently being browsed.
    Furthermore... I'm unable to reproduce the same issue today! This new 27" iMac i7 has been very "buggy" across the board!
    Like for example;
    When I first started it up, Airport and Firewire didn't appear in the Network preference pane in System Pref's. And it didn't recognize USB devices that I plugged in until I rebooted a few times.
    It ran REEEEEALLLLLLY HOT! Hot like when you put your hand on the hood of a car thats been sitting in the sun. But today it seems to be running much cooler...
    It also wont boot from any external hd or Disk Warrior 4.2 DVD.
    But all in all it's still a pretty sweet, and crazy fast.

  • TS2972 iTunes sharing features issues only with my newest desktop

    Hi, hope someone will find an idea about my strange issue
    I migrated my iTunes Library on my more recent desktop (OS Windows7 64 Ultimate)
    I still have an old desktop (Windows XP Pro 32) and a laptop (Windows Home Premium 64)
    My 2 desktops are plugged with CPL (and a switch)
    My laptop is either wifi or direct lan to my routeur switch
    All of them are authorised in iTunes.
    My iTunes Libs from old desktop and laptop are always seen between my iOS devices, my laptop, my old desktop
    My main iTunes lib migrated to my most recent desktop is either seen and shared by all my devices, pc
    OR... on this desktop it becomes impossible to share or to see other shared library (both shared libs and home shared libs)
    it happens when iTunes starts. From the beginning, if sharing works, it works all the time.
    If sharing doesn't work, I found a way to make it come back temporarily :
    - with iTunes still opened, I activate another network card (for instance my wifi receiver which is disabled by default)
    - I close iTunes
    - I desactivate my main network card (it's a Realtek from my mainboard)
    - I cross fingers
    - I restart iTunes
    in most cases all my shared libs / homesharing come back. I can see shared stuff from other pc, and i can share to all my network. Then, I activate my Realtek network card and I desactivate the wifi one. Sharing still works.... Until another time when i start iTunes and there is no more sharing features.
    Last clue : when i use an app like remote linked to my lib, then I close itunes, then restart, and in the case sharing seems to not work after that, sometimes remote is able to work whereas the library is not broadcasted on my network ... in appearance !
    Any idea ? any similar cases ?

    Figured out my problem sharing my music library on a new iPad Mini (I think).  Two issues:  (1) I have two Apple IDs, the result of doing one years ago and forgetting about it when I set up another; Apple doesn't seem to be able to ever merge or otherwise fix this problem, despite the best efforts of smart folks at the Genius Bar plus of course I'm forced to have 3rd ID as my iCloud username, but never mind....).  I was logged in as one Apple ID and my music library is under the other.  Went to "Music" under settings, signed out under "Home Sharing" on that page, signed in again as the other Apple ID.  (2) Realized then that it was trying to share music from something called my iPad library instead of the library under my name, which is where my music is.  When I fixed these two things, it all shared nicely.  Whew!

  • I just created an AIP version of Adobe 11.0.10, applied our settings with the .mst through Adobe Customization Wizard.Online Services and Features Issues

    I just created an AIP version of Adobe 11.0.10, applied our settings with the .mst through Adobe Customization Wizard. But something is blocking it from opening the software, it just flickers the windows explorer, if I uncheck all the settings for the Online Services and Features it lets me open it but i can't skip the registration screen. Has something changed with this version of 11.0.10?

    Having the same problem here. Even if not creating an AIP, and instead doing a standard install of AcroPro.msi and patching with 11.0.10's msp, it'll result in a registration loop that can't be skipped.
    Applying an Adobe ID allows for getting through the screen, but obviously, in an enterprise environment, that's not ideal.
    This issue was something that I experienced with 11.0.07, and it went away with 11.0.08 and 11.0.09, but seems to have returned with 11.0.10.
    Previously, I was able to get around the issue by clearing out some files from the Common Files\Adobe directory, particularly Adobe PCD and SLCache, as well as including the Adobe regids stored in ProgramData,but that fix no longer works with this latest version.
    If REGISTRATION_SUPPRESS is set to YES, the result is Acrobat closing and opening in a loop, since it can't get through the registration screen.
    I'm currently investigating for a registry key that might possibly applied to circumvent this issue, but I haven't found one yet.
    For Adobe Acrobat 8, it used to be stored in the following two places, per Prompted to register repeatedly | Acrobat 8 | Windows
         32-bit Windows: HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\8.0\AdobeViewer
         64-bit Windows: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Adobe\Adobe Acrobat\8.0\AdobeViewer
    However, the registry structure seems to have changed since then.

  • The "Resume"/"Restore Windows When Quitting and Re-opening Apps" feature issues

    The "Resume"/"Restore Windows When Quitting and Re-opening Apps" features have issues with restoring windows of various applications (Safari, Preview etc.) to the corresponding Desktops on which they were before system reboot/shutdown or app restart. E.g. Preview windows appear on random Desktops after the system reboot and on the sane (N1) Desktop after Preview restart. How to fix this?

    Create a new User go to System Preferences > Users & Groups > "+" (make it an admin acct) and test the feature in this new account, if it works the problem is isolated to your User and not systemwide. If it's in your user only, it's probably a Login Item or pref file.
    If it's systemwide, since this feature may not have been tested on multiple Desktops
    file feedback here.

  • Missing Features Issue for custom upgraded solutions

    I have restored SharePoint 2010 database for migration and upgraded all my custom solutions to SharePoint 2013 using visual studio 2013 and deployed it successfully on SP2013 environment, but when I run
    Test-SPContentDatabase command it is giving feature missing as well as Setup file missing errors for all custom upgraded solutions.
    Interestingly the SP2010 WSPs that I don't have code for and I want them to run in SP2010 mode works fine and does not appear in missing feature list once deployed to SP2013.
    I also have verified that the custom upgraded features and web parts are available for other test application in SharePoint 2013.
    can anyone help why the  Test-SPContentDatabase is giving Missing Feature error for upgraded custom solutions.

    Hi - From the list of missing features returned by test-spcontentdatabase, can you try to find out whether they exist in far...get-spfeature powershell....
    -prs

  • Seems this feature is highly requested... exporting folder, album structure

    Been lookin on how to do this on the forum but no luck and I can only assume that this feature is not available...
    Scenario...
    2 machines, one powermac, and one laptop...
    Come home from a shooting session, organise my photos into Folder, albums:
    ie:
    Client ABC (folder)
    Projects Imports (folder)
    All projects stacked in here (projects)
    Species (folder)
    Bird (Album)
    What ever (Album)
    etc etc etc....
    Now I have to take these photos organised to my client tomorrow on my laptop.
    So I somehow need to export the rated betters shots into my latop, to show the clients...
    Yes I could create a smartfolder that looks for 3/4/5 stars blablabla and export all shots to one folder which I could copy accross to my laptop...
    What I want is a way of exporting my whole Aperture folder/album structure into my empty Aperture Library on the laptop... So that I retain the original shots, in their folders, albums, in order that the client sees all photos organised as they are on my machine at home...
    Seems many people want to do something like that, and seems that there is no way of doing that...
    Or is there....
    G5, D2.0, 5G-ram, 1TB storage, 30''display, macbook   Mac OS X (10.4.9)  

    Yes, but my folder structure is not below my projects.
    I have multiple projects kept in a project folder, but the folder where I keep each species (for example) in kept in a seperate folder, with albums for each species....
    Right...
    You gave me an idea, I am testing this and see if I can get the same result by changing my structure...
    I am creating a new project, dragging all my pics from various projects into this one projects (well, for that one client that is of course), I will then recreate a folder structure within this one project, and drag my albums into these new folders.... Hopefully it won't screw up my photos, and hopefully I will retain the ease of browing through my pics...
    If this works, like you said I will just need to export the top project, and mission accomplished....
    Saying that I think that it would be a good idea to be able to place projects within projects....
    I tend to put dates within the title of each project, but now I am losing this and I need to use the date within the EXIF..
    Can live with it though...
    Will post again and let you know if this has worked....
    Maybe it is down to how you organise your library and then things get simple...
    And there was me thinking that my library was spot on...
    Thanks for the input,
    Steph

Maybe you are looking for

  • What is signature concept in OO ABAP?

    HI frinds... I am new to ABAP OO, I would like to know, What is signature concept in OO ABAP? Moderator message: please search for available information/documentation. Edited by: Thomas Zloch on Feb 25, 2011 4:15 PM

  • Option 'Maintenance Order' missing in 'Allowed Object Types' tab in IMG of User status Profiles

    Dear All I have created a User Profile using T-Code OIBS. Now I want to assign that User Profile to Maintenance Order. But in the 'Allowed Object Types' tab, the option "Maintenance Order" is missing due to which I am unable to assign it to Maintenan

  • Troubles installing the Adobe Acrobat XI trial version.

    I'm trying to install the Adobe Acrobat XI trial version, but it won't work. A window pops up, saying "The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author."

  • Solution Manager interface

    Hi, Can anyone give me assistance in the following requirement: When a call is created in solution manager (v4), I need to transfer the data through XI to an external help desk and visa versa. Where do I start? Thanks, Leanne

  • Programming logic test?

    Hi, Im going for a programmer job interview. I havent been in an interview for a programmer job, but i know there will be a logic test. do you guys have an example of these logic tests? or what can kind of information it will be presented to me? so i