Is there any way to view two tabs at the same time w/o opening a new window?

I would like to view one tab while I am working in another. I can do it by opening one of the tabs in a new window and tiling both windows on the screen. Is there any way to do it within one window?

Just installed Split Panel and it looks like it will do exactly what I want.
Thanks,
(Don't know how this got in here twice. I'd like to delete it but can't figure out how to.)

Similar Messages

  • Any way to play two clips at the same time one over the other? (transprent)

    Any way to play two clips at the same time one over the other? (transprent)

    Yes.
    See the information here for a variety of ways to do this:
    http://discussions.apple.com/thread.jspa?threadID=933500&tstart=50
    http://discussions.apple.com/thread.jspa?threadID=903151&tstart=0
    http://karsten.schluter.googlepages.com/jackiechancredit
    http://www.geethree.com/slick/V_04.html

  • Is there a way to show two angles at the same time in the final edit rather than switch between them with Multicam?

    Can I show two angles at the same time in the final edit rather than alternate with Multicam?

    Stack two clips on top of each other and reduce the sizes. I think that's what you want.

  • Is there a way to detect two keys at the same time?

    Is there a way to detect the keys if the user is holding two keys down at the same time?

    yes, but you'll have to check outside of the event loop (i.e. don't check for it in the keyPressed method).
    just use an array of keys that keeps track of which keys are currently down and which are up. you could use a boolean array but I use an int array because... Im not sure I've just done it probably because of my C background. anyway, basic setup:
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    public class MultiKey extends JFrame {
         int keys[];
         public MultiKey() {
              super();
              keys = new int[256];
              Arrays.fill(keys,0); // 0 = key is up
              enableEvents(AWTEvent.KEY_EVENT_MASK);
              show();
         public void processKeyEvent(KeyEvent e) {
              // the 0xff below binds the key code to below 256
              int key = (e.getKeyCode()&0xff);
              if (e.getID() == KeyEvent.KEY_PRESSED) {
                   keys[key] = 1; // 1 = key is down
              else if (e.getID() == KeyEvent.KEY_RELEASED) {
                   keys[key] = 0; // 0 = key is up
         protected boolean isKeyDown(int key) {
              return (keys[key] != 0);
         protected boolean isKeyUp(int key) {
              return (keys[key] == 0);
    }so now at any time in your code you can check key state by using the isKeyUp and isKeyDown methods. this is about as close as you get to input polling in java unless you use LWJGL or something similiar ;)
    you can try out a full executable example at my site here - just open up the jar and start holding keys down :)

  • Is there any way to sync 20 iPads to the same account and keep their folders?

    Is there any way to sync 20 iPads to the same account and keep their folders?

    We have 2200 student iPads on our school campus. When starting from scratch they all receive one identical image and then are renamed according to their property tag (manually ). Students are then checked out their device for the school year and often move their apps around into folders. I often have some come back in to be synced, updated, etc. and I do mid-year updates to apps. As long as their names are unique I have no issues with them retaining folders when they are resented late. So basically as long as you don't mind doing the set up to each one of the 20 the first time you sync them, you can update them whenever you'd like, adding and updating apps, and you can retain folders.
    And of course there are all sorts of other options with Configurator and other MDMs. 

  • Is there a way to delete multiple pictures at the same time from the iphone4s?

    Is there a way to deleter multiple pictures at the same time, from my iphone4s? I know how to delete one at a time. Thanks

    Open your Photos App > Camera Roll > At the top right corner you will see a rectangle with a right arrow, select that. Now you can select as many photos as you want and you can hit the red Delete button on the bottom right.

  • How can I view two emails at the same time

    Is it possible to view two mail messages at the same time. We are testing iPads at work and this is the biggest problem

    You cannot view 2 emails at the same time on an iPad. This is not a supported feature.

  • Data Sets - Is there a way to put two fields in the same row?

    I am working on my first Spry Data Set (in Dreamweaver CS4) which, if I can get it figured out, will eventually be used as a calendar on a client's web site. You can see the beginning of the project here:
    http://www.rieradesignco.com/calendarlist_spry.html
    My question is, can I put two or more fields on one row? Specifically, I would like the part that looks like this...
    3
    [WED]
    Fusion
    ... to look like this:
    3   [WED]   Fusion
    I tried simply moving the fields (in Design View) so that they looked like they would be in the same row, but as you can see, that didn't do the trick. (You can see what I did here, in the highlighted part of the screenshot:  http://www.rieradesignco.com/spryquestion.jpg). I also tried nesting a table within the table on my html data document that contained the three fields I needed - it worked okay, but that just makes the table more difficult to work with. I don't want to simply type the three items into one field, because it will be a long list and they all need to line up perfectly.
    Is there another way to do it?

    Change the following line to include the red coloured parts
    <div class="MasterColumn" spry:repeat="ds4" spry:setrow="ds4" spry:hover="MasterColumnHover" spry:select="MasterColumnSelected">
      <span>{Dsp_#}</span><span>{Dsp_WkDay}</span><span>{Dsp_Event}</span>
    </div>
    The add the following style rule to your document:
    .MasterColumn span {
        display: inline-block;
    I hope this helps.
    Ben

  • Is there any way on Mountain Lion to get the dashboard to overlay my open windows but not switch me to another screen?

    I love the idea of widgets on Mountain Lion but when I try to open the dashboard I am always redirected to another screen that pulls them up. Is there any way to have the dashboard show up like the launchpad does, as a screen that overlays my current work but doesn't change my screen? I want to be able to check out information at a glance or write on a sticky note without having to manuever over to another window and then switch back. I saw this done by another Mac user but idk if they had Mountain Lion. All help would be GREATLY appreciated.

    Great tip, found this thread on Google, and it answered my exact same question!

  • Viewing two comps at the same time?

    Comp A is nested into Comp B.
    Is there a way I can view Comps A & B at the same time? I want to make changes on Comp A's Timeline, but I also want to see how the changes affect Comp B.
    This is probably something very easy, and I simply don't know how to do it, sorry.

    Use the drop down menu at the top of the Viewer window to create new Viewers, and to lock those Viewers to specific comps.
    Read the Help files about Viewers.

  • How can I view 2 tabs at the same time?

    I would like to view 2 pages simultaneously. I have dual monitors and I cannot open a second window or start a second Firefox. The function under File/New window does not open a new window. Trying to start Fire fox a second time does not work.
    Unchceking "Open new window in a new tab under Tools/Options/Tabs " did not help.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • AddressBook - Is there a way to change multiple addresses at the same time?

    To be clear....I have 25 contacts at 1 company and that company moved.
    Is there a way to link the cards together so that when I change the address on one card it automatically updates the other 24 cards?? Rather than having to change each contact individually, which is time consuming and annoying.
    I have created a "Smart Group" for the company and all of the contacts place themselves in the group but it still won't sync the addresses.
    Can someone tell me how to do this, if it's even possible? And if it's not, I really wish it was!!
    Thanks!

    Open your Photos App > Camera Roll > At the top right corner you will see a rectangle with a right arrow, select that. Now you can select as many photos as you want and you can hit the red Delete button on the bottom right.

  • Is there any possibility to bookmark multiple tabs at the same moment in the firefox 5? Becouse this is a very important function for me.

    That function was in the Firefox 3, and it was ultra effective. Why do Firefox 5 do not have it? It should be progress, not downgradation.

    You can access bookmark all tabs by right-clicking on a tab, or use the keyboard shortcut Control+Shift+D

  • Is there a way to allow two users on the same itunes account to see their individual contacts and calendars

    I'm just looking for away to allow my wife and I to see our contacts, emails, and calendars on the macbook pro. We have a single itunes account, with two different iphones. How do we do this? Right now the computer only shows my wifes information.
    Thanks
    Josh

    Thanks GB,
    Ok, so I've gone ahead and setup another Apple ID for my Iphone so now we have two Apple IDs and two Icloud accounts. My Iphone is on my Apple ID, her Iphone, Ipad and Macbook Pro are on her ID.
    Could you give me some direction as to how to add my information to the Macbook Pro.
    - I'd like to be able to see my her and my calendars by clicking on the calendar icon dock.
    - Same with Email, can we see both emails by clicing on the email icon in the dock - I was able to do this on the Ipad but can't figure it out on the Macbook Pro
    - Contact would also be nice but I'm not sure its possible
    I know I could probably setup a second user on the computer, but that would mean logging in and out of user groups all the time which we don't really want to do.

  • Is there a way to add multiple images at the same time to Keynote 6.0?

    I just brought keynote after searching online about adding multiple images to a presentation all in one go - I couldn't do this on the powerpoint version I was using but there were multiple references on google to being able to do this on keynote. I purchased it and now can't get it to work! Any ideas anyone? Thanks

    Do you mean like dragging in multiple images and having one image go on each slide? If so, you just drag the images into the Slide List on the left instead of onto the slide. From this prior post.
    https://discussions.apple.com/message/9068283#9068283

Maybe you are looking for

  • Itunes like, shut down after i down loaded itunes 9. it wont open. HELPP!!

    So i have (or had) over 2000 songs on my itunes. its my life. so i downloaded the newest version of itunes (itunes 9) and now when i try to open itunes, it bounces once and dosent open. i tryed restarting the computer and re down loading itunes 9. my

  • Db2 multiple instances in a single host

    Hi, os - windows 2008 db - db2 9.1 fp7 if i want to install 2 sap instances in a single machine in windows how to proceed? 1) I have read the documents where installation doc saying default db s/w path is /db2/db2sid/db2_software.is this the s/w path

  • Can't control color sensor in LabView for Mindstorms

    Hello!  New here. I'm trying to bone up on LabView via "LabView for Lego Mindstorms" for a possible job in the near future and I've run into a problem early on. I'm programming my Lego brick in LabView to simply turn on the color sensor which is easy

  • Is JDBC  thin driver 10.1.0.3 compatible with ORACLE-10.2.0.2.0 ?

    Hi Everyone, Please let me know whether the JDBC thin driver 10.1.0.3 Driver compatible with the oracle server 10G version 10.2.0.2.0? We are facing some issues with the compatibility. The Errors we are getting is : StaleConnectionException while we

  • Download dynpro fields to flat file

    Hi, I have a requirement to capture the value of fields like customer, job name and functional location from a service notification (IW51-create/ IW52- change/ IW53 - display) and download them to a flat file. As it is a common requirement for create