Program for multiple workspaces?

Hey, i'm looking for a program that lets me have multiple workspaces (like in linux). I use my mac to reduce astronomy data which requires a bunch of windows, and it'd be more convenient to be able to have an entire workspace for that. Any recommendations for a program that does this?

If you upgrade to Leopard you can use Spaces which is included. Otherwise your options for third-party software are:
CodeTek VirtualDesktop Pro 4.0b1
VirtueDesktops 0.54 Beta 5
You Control: Desktops 1.3 b5
Find them at VersionTracker or MacUpdate.

Similar Messages

  • Single concurrent program for multiple operating units

    HI
    I am working on XML/BI publisher to generate AR invoice reports.
    We have single rdf report using which rtf templates are generated.
    There are 10 operating units (10 ORG_ID's) and 10 rtf templates, one for each operating unit. There are 4 different responsibilities for each ORG_ID
    Eg: ORG_ID's = 11, 12, 13, 14..........etc
    Eg: Responsibility = xx, yy, zz...........etc
    I want to register a single concurrent program. When a user submits a request from "XX" responsibility, then the template associated with that org_id should be generated. Whichever responsibility the user is accessing from, that particular template must be shown as output.
    How can i register one concurrent program for multiple operating units.
    Thanks!
    Edited by: 994628 on Mar 18, 2013 4:39 PM
    Edited by: 994628 on Mar 18, 2013 4:42 PM

    >
    There are 10 operating units (10 ORG_ID's) and 10 rtf templates, one for each operating unit. There are 4 different responsibilities for each ORG_ID
    Eg: ORG_ID's = 11, 12, 13, 14..........etc
    Eg: Responsibility = xx, yy, zz...........etc
    I want to register a single concurrent program. When a user submits a request from "XX" responsibility, then the template associated with that org_id should be generated. Whichever responsibility the user is accessing from, that particular template must be shown as output.
    >
    interesting case for 10 OE set 10 template
    what is purpose? for each OE different requirements for layout?
    BTW
    if each Responsibility associated with one org_id then
    - you can get current org_id when you run concurrent program
    - create main template (will be #11) with condition like
    <?choose:?>
    <?when: ORG_ID=11?>
    <?import:xdo://FND.XX11_SUB.en.00/?>
    <?call:TEMPLATE11?>
    <?end when?>
    <?when: ORG_ID=12?>
    <?import:xdo://FND.XX12_SUB.en.00/?>
    <?call:TEMPLATE12?>
    <?end when?>
    <?otherwise:?>
    <?import:xdo://FND.XX21_SUB.en.00/?>
    <?call:TEMPLATE21?>
    <?end otherwise?>
    <?end choose?>so based on org_id will be import of needed subtemplate
    - re-register your "10 rtf templates" as subtemplates
    another way is substitution of template for concurrent then it running
    in before_report trigger set needed template
    l_conc_request_id := fnd_global.conc_request_id;
        if ORG_ID = 11 then
          UPDATE fnd_conc_pp_actions t
             SET t.argument2 = 'XX11'
           where t.concurrent_request_id = l_conc_request_id
             and t.action_type = 6;
      if ORG_ID = 21 then
          UPDATE fnd_conc_pp_actions t
             SET t.argument2 = 'XX21'
           where t.concurrent_request_id = l_conc_request_id
             and t.action_type = 6;

  • SAPscript print program for multiple pages

    Hello friends,
    How to write SAPscript print program for multiple pages? please help me.
    Thanks and regards,
    Shivanand.

    I believe you have posted this question in the wrong forum.  There is an ABAP Forms Printing Forum.

  • How to program for multiple tasks at the same time.

    I want to start a data acq, then detect a level change in a switch which also corresponds to a visible timer starting. The timer will stop when one of three switches is closed. In the middle of this I would like for there to be a selectable (controllable/ adjustable) time delay andthen a signal is sent to one of three random lights. Can anyone please assist?

    Ok, I took a shot at what I think you are trying to do. The attached VI monitors an analog signal. When the analog signal goes above 5V (could be easily modified for any level), the program pauses for a selectable amount of time, then writes to one of three randomly selected digital lines (the LEDs on my digital lines were reverse logic, so you might have to adjust the polarity). This will at least give you something to work with. Hope this helps!
    -Alan A.
    Attachments:
    analog_in_one_dig_out.vi ‏111 KB

  • Compiling open source programs for multiple machines...

    I am compiling the current version of RSYNC for my system, which requires that I have Xcode installed.  How can I make a package....or convert the package that I am creating on my system, so that I can install it on another system...without Xcode?

    If you build the program as a statically linked binary, you can move it to any other compatible machine.  Even with dynamic linking, it should work as long as other libraries it depends on are available in the target machine.  For open source programs, the easiest way may be to use the --prefix option (if it is configure based) and move the entire target directory tree to another machine.

  • Which sound-mixing program (for multiple sounds)?[SOLVED]

    I'm looking at wiki here but there's tons of different software mixers and I don't know which one to go for. I think I use alsa-drivers for everything regarding sound and I want to play like; mplaye, xine-ui and xmms at the same time. Any suggestions?
    /Richard

    I just changed xmms to use ALSA and it's now mixing fine.
    jaboua wrote:Configure XMMS to use ALSA in that case. However, I thought OSS would work just as fine since the OSS emulation layer is over ALSA with dmix...
    I don't know what OSS emulation layer means but I'll check it up. Sounds useful!
    profoX wrote:Ps: my favourite audio players are
    1. mpd + mpygmy or ncmpc for Speed and Console
    2. amaroK for Looks and Features
    I'll check out mpd/mpygmy. I think I've tried amaroK back in Debian but it (if I rembember it correct) was pretty much overkill. I want like; playlists, shuffle function and a queue fumction. That's why I use xmms (and I'm an old Winamp/Windows user).
    Thanks for the help!
    Regards
    Richard
    [edit]
    082419/home/riwa# ncmpc
    error [15]: problems getting a response from "localhost" on port 6600 : Connection refused
    I also got:
    082149/home/riwa# mpd
    problem opening file "//.mpd/mpd.log" for writing
    [/edit]

  • Payment advice for multiple vendor using tcode F110

    Hi all
    I am facing problem while printing payment advice program for Multiple vendors using transaction F110. If I passed single or multiple vendor , I am getting only single vendor payment advice details ( if I passed more than one vendor also) .I  need solution for multiple vendors .
    Tcode : F110
    Program : RFFOD__U .
    How to print multiple vendor for payment advice details.
    pls provide the solution for this..
    waiting for Reply.

    I have used different program RFFOD__S. It was working fine.

  • Spool - Single Spool for multiple layouts

    Hi Experts,
    I am writing a Sap SCRIPT print program for multiple number of customers with different layouts. But i am getting seperate spools for different customers. There fore i need to print out all customers in a single spool.
    Can some one help me how to do this?
    Thanks
    Dany

    Hi,
    DO not call the OPEN_FORM FM multiple times for each layout.
    This should solve the problem bcz OPEN_FORM has an import parameter OPTIONS which has a NEW SPOOL field, which would be set everytime you call it.
    Best regards,
    Prashant

  • Need to create a mass upload program for appraisal document creation for multiple employee

    Hi Expertise,
    I need to create a mass upload program for appraisal document creation for manager and his multiple employee
    at a time using tcode appcreate.
    Please help me out.
    Best regards,
    Priyaranjan

    Hi Priyaranjan,
    I think you can take the abap'ers help in creating the program. But u need to provide them the exact functionality and the required specifications in creating the appraisal document.
    Even tcode also u can get it prepared by Abap'ers.
    Thanks and Regards
    Balaji

  • Need to create a mass upload program for appraisal document creation for multiple employee in abap hr

    Hi Expertise,
    I need to create a mass upload program for appraisal document creation for manager and his multiple employee
    at a time using tcode appcreate.
    Please help me out.
    Best regards,
    Priyaranjan

    Hi,
    I have done appraisal document creation for bulk using txt file.
    this fm used for single for creation in standard tcode (phap_prepare):  'WZ_HRHAP_0DOC_WZ01_START'.
    So create ztcode  usinh this fm for single form then record BDC for this tcode and called this tcode in that bdc for bulk creation .
    While recording for single I have used manual option instead of automatic .

  • Create a MSDS for multiple Specifications via New Program

    Hi Friends
    I want to develope a new program, which will create MSDS (report) for multiple Specifications in Multiple languages and multple Generation variants.
    I can pull out specifications, Generation Variant and Languages for selection.
    My issues is what is standard FM or program which can be used to create report which can be utilized in my ABAP report.
    Can you please guide.
    With Warm Regards
    Mangesh Pande

    Dear Mangesh
    use an "UserExit" as described here:Customer Exits in SAP EHS MANAGEMENT (Exit: C1020001 EHS: Menu exit 1 of substance management/C1020002 EHS: Menu exit 2 of substance management) and establish first an user interface. Don't create e.g. own transaction etc. Use the realy nice enhancement options using these "Exits".
    In the background you can use function modules e.g.. as mentioned here: WWI for Experts
    C12J_WWI_RAW_REPORT_GENERATE
    C12J_WWI_RAW_REPORTS_CREATE
    C.B.

  • Extended Program check for multipl programes in single run

    Hello All,
    I wan to do the syntax check for multiple programs at single execution run.
    SAP has provided SLIN transaction for single program, Is there any SAP standard transaction similar as SLIN for multiple program check at single execution run?
    Thanks,
    Feroz.

    >
    s feroz wrote:
    > I need it in R/34.6b version.
    I don't think you have much option there

  • Program Error Message for multiple tasks....

    Since I switched from my macbook pro to my new iMAC (back in May or June), photoshop has been having issues. I installed CS5 program on my imac & used the second serial code from my original purchase.
    For multiple different tasks I will receive a message that states, "Could not complete request due to program error." Such tasks include batch process, using text tools, & most recently saving resized jpeg images.  This later one has become the biggest issue for me as I am constantly uploading resized images to facebook/blog for my photography business.  I will resize the image as normal and then whenI try to save it, the program error window pops up. This has been very frustrating lately!
    Can someone please advise me as to why this is happening?
    Thanks!
    edited: I have also had CS5 become unresponsive & crash on me several times. Not sure the reason for that either.

    Hm, and here I thought Macs "just worked". 
    In all seriousness, you'll probably get the best help here:  http://forums.adobe.com/community/photoshop/photoshop_macintosh
    -Noel

  • How to do register-level programming for NI6025E when I want to acquire single scan incuding multiple input channels?

    How to do register-level programming for NI6025E when I want to acquire single scan incuding multiple input channels?

    Thanks, Alan, I think I indeed need to combine aiex1.cpp and aiex2.cpp. I made a change to Configure_Board of aiex1.cpp  as follows:
    //Call this function to configure board options.
    void Configure_Board(tSTC *theSTC,tESeries *board)
     //Clear configuration memory
     theSTC->Write_Strobe_0.writeRegister(0x0001);
     //Clear ADC FIFO
     theSTC->Write_Strobe_1.writeRegister(0x0001);
     //Writing to Config_Memory_High_Register for channel 1 settings
     board->ConfigFifoHigh.setChannel(0);
     board->ConfigFifoHigh.setBank(0);
     board->ConfigFifoHigh.setChannelType(board->ConfigFifoHigh.kChannelTypeRSE);
     board->ConfigFifoHigh.flush();
     //Writing to Config_Memory_Low_Register for following channel 1 settings
     board->ConfigFifoLow.setLastChannel(0);
     board->ConfigFifoLow.setGeneralTrigger(0);
     board->ConfigFifoLow.setGain(board->ConfigFifoLow.kGain001_0);
     board->ConfigFifoLow.setPolarity(board->ConfigFifoLow.kPolarityBipolar);
     board->ConfigFifoLow.setDither(0);
     board->ConfigFifoLow.flush();
     //Writing to Config_Memory_High_Register for following channel 0 settings
     board->ConfigFifoHigh.setChannel(1);
     board->ConfigFifoHigh.setBank(0);
     board->ConfigFifoHigh.setChannelType(board->ConfigFifoHigh.kChannelTypeRSE);//RSE mode
     board->ConfigFifoHigh.flush();
     //Writing to Config_Memory_Low_Register for following channel 0 settings
     board->ConfigFifoLow.setLastChannel(1);
     board->ConfigFifoLow.setGeneralTrigger(0);
     board->ConfigFifoLow.setGain(board->ConfigFifoLow.kGain001_0);
     board->ConfigFifoLow.setPolarity(board->ConfigFifoLow.kPolarityBipolar);//BIPOLAR
     board->ConfigFifoLow.setDither(0);
     board->ConfigFifoLow.flush(); 
     return;
     and a change to test(iBus *bus):
    do
      uStatus = theSTC->AI_Status_1.readRegister();
      if (!((uStatus & 0x1000) == 0x1000))
        uValue[i] = board->AIFifoData.readRegister();
       i++;
     } while(i<1);
     printf("Value %d is %6.2f\n",0,FindADDouble(uValue[0]));
     printf("Value %d is %6.2f\n",1,FindADDouble(uValue[1]));
    but it doesn't work, why?
    How shoud I do?

  • Does the Design and Web Premium for students program for Mac allow multiple downloads on other Mac computers? Can this program be upgraded to be used on windows as well?

    I am a university student that requires a second computer. However, I do not want to purchase a second Adobe Suite Design and Web Premium Program. Does this program allow for multiple downloads? I have a Mac laptop, and I bought the Mac version of the program, is there a way to upgrade it to use it on windows? Or will it only download on a Mac device?

    Chances are your license is only for the Mac platform.
    You are not really limited in the number of times you might download - just the number of installations you can have activated.  You can have activated installations on two machines, though they both have to be running the same platform.  If it is CS6 you can request a platform swap,but that doesn't sound like what you wish to do.

Maybe you are looking for

  • Sorting a bundh of child nodes

    Hi, I have a class that reads an xml file, breaks up the node into an object and sorts it according to a particular need. I create a new list of nodes that is sorted the way I want them...that is no problem. the issue I'm having is, how do I remove t

  • Child report displays no rows

    I have the drill-down type of report using portal EA 3.0.6.3.3 . for this i have a link from main report to child report (this is a link item created on report), and it work's fine as long as i use this with portal30 user. if i login as some other us

  • Working with clips

    How can I join 2 clips? As I'm exporting footage from my camcorder, I'm getting a whole bunch of clips. How can the clips be joined so that they'll be easier to work with when it comes time to editing.

  • Freezing after startup

    My iBook shut down after the battery showed 0%. I didn't have my power adapter with me which is why it went all the way to 0% before shutting down. iPhoto was open when it shut down. When I got back home, I plugged in my iBook and booted up. Startup

  • SAP ERP Enhan.Pk.4 SP

    Hi Experts, I have developed few WD abap application for SD-Order Management side  .And now we are going to implement SAP ERP Enhan.Pk.4 SP for ECC and CRM . So my question is does it effect my existing WD abap application . Thanks, -Satya