Rotating windows or display

Is there a program that rotates a given window 90 degrees (or other arbitrary value), without changing the orientation of the screen itself?
I figure with screen savers like "Fenetres Volantes" there should be a way to rotate windows in real-time using Quartz or something...
I've tried SMSRotateD, but in current form it's too sensitive (or my SMS isn't locked down enough); even a little tap will cause it to switch around. It's also not accurate on my MB; I can have it sitting perfectly flat, and it'll think it's upside down! My third issue with it, is that in rotated mode it only shows about a quarter of the screen it should; e.g. if bottom of windows point to the right of the screen, it's the top-right of the properly-oriented screen. I don't understand how it decides to display what it does.
It's too bad the MB graphics chips don't support rotated displays; the holding down option while selecting the Displays system pref doesn't have any effect.
Thanks for any pointers!
Macbook 2 GHz C2D   Mac OS X (10.4.8)   1 GB RAM

XPlay's what you're looking for: http://www.mediafour.com/products/xplay/

Similar Messages

  • Rotate the computer display by 90 degrees

    Hi all,
    Does anybody know how to rotate the computer display by 90 degrees programmatically in Labview?
    I searched on the internet and got an idea to use user32.dll to do that.
    They used EnumDisplaySettings() and ChangeDisplaySettings() to do that.
    However I'm not quite familiar with C.
    Looking for help to do it with Call Library Function Node.
    Thanks.
    (windows 7 64bit, labview 32bit)

    Here's an example of what I was thinking.  Of course with an array of picture controls that means all columns would need to be the same width.  Of course if you don't have horizontal scrolling you could get away with fixed images.
    Now that I think about it what is wrong with just some string comments on the front panel of the column text doesn't change, and no horizontal scrolling.?
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.
    Attachments:
    Example Vertical Column text.vi ‏12 KB

  • How to change the default window size display font size on Lync 2013 main window?

    Hi champs,
    Just a simple non-technical question: How to change the default window size display font size on Lync 2013 main window on Windows 7 desktop?
    Thanks,

    Hi,
    Did you mean change the Lync: Change the Default Font and Color of Instant Messages just as Edwin said above?
    If not, as I know, there is no natural way to change it.
    If yes, on the latest version of Lync 2013 client, there is a new option “IM” on Lync client “Options” list. And you need to change the default Font and Color of IM in the interface of “IM”.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Want to open a new browser window and display the html file in locale disk.

    Hi,
    I want to open a new browser window and display the html file in local drive. The below html applet work in local system successfully. But i deploy the same in web server (Tomcat) and try the same in client machine it does not work. Please help.
    Note:
    The class below fileopen.FileOpen.class i make it as a jar and put it in jre\ext folder at the client machine.
    ------------------------------------FileOpen.html(Tomcat)-----------------------------------------------------
    <html>
    <body >
    <applet code="OpenFile.class" archive="loadfile.jar" width="100" height="100">
    <param name="path" value="file://c:/open.html" />
    </applet>
    </body>
    </html>
    -------------OpenFile.java in server(Tomcat)--------------------------------------------
    public class OpenFile extends Applet implements ActionListener{
    String path = "";
    fileopen.FileOpen open = null;
    Button b = null;
    public void init(){
    path = getParameter("path");
    b = new Button("Open");
    b.addActionListener(this);
    add(b);
    public void actionPerformed(ActionEvent ae){
    try
    open = new fileopen.FileOpen(this,path);
    catch (Exception e){
    e.printStackTrace();
    -------------------------------------------FileOpen.java /Client JRE/ext----------------------------------------------------
    package fileopen;
    public class FileOpen
    AppletContext context = null;
    URL url = null;
    public FileOpen(Applet applet,String path)
    try
    if(null != applet){
    context = applet.getAppletContext();
    if (null != path)
    url = new URL(path);
    context.showDocument(url, "_blank");
    }catch(Exception ex)
    ex.printStackTrace();
    Please help to solve this issue very urgent.
    Thanks in advance.
    By,
    Saravanan.K.

    zzsara wrote:
    I want to open a new browser window and display the html file in local drive. ...Did you ever pause to consider how ridiculous that is?
    The best audience for applets is people off the internet. 'People off the internet' might be using a computer that has no (what was it?) 'open.html' in the root of the C: drive. In fact (shock horror) they may not even be running Windows, and would therefore probably have no 'C:' drive at all.
    If you do not intend to distribute this to people off the web, an application makes a lot more sense, but even then, you cannot rely on the document being there unless you 'put it there' (during installation, for instance).
    As the other poster intimated, applets can load documents off the local disk as long as they are trusted. Here is an example*, but note that it is not so rash as to presume any particular path or file, and instead leaves it to the user to choose the document to display.
    * The short code can be seen at SDNShare on the [Defensive Loading of Trusted Applets|http://sdnshare.sun.com/view.jsp?id=2315] post.
    On the other hand, a sandboxed applet can load any document coming from its own server via URL, or get showDocument(URL) to work. In that case, the JRE must recognize that the URL is from its own server, so the best way to form URLs for applet use is via the URL constructor
    new URL(getDocumentBase(), "path/to/open.html");That is how I form the URL in this [ sandboxed example of formatting source|http://pscode.org/fmt/sbx.html?url=/jh%2FHelpSetter.java&col=2&fnt=2&tab=2&ln=0]. Of course, in this case the applet loads the document, then parses the text to draw the formatted version, but the point is that an URL produced this way will work with showDocument(URL).
    I am pretty sure showDocument() in an applet off the internet will work with an URL pointing to a foreign (not its own) server, but it will not be able to load documents off the end user's local disks.
    I suggest a couple of things.
    - Try to express this problem in terms of what feature it is that you want to offer the end user. Your question jumps directly to a bad strategy for achieving ..who knows what? An example of a feature is "Shows the applet 'help' files on pressing F1".
    - A good way to indicate interest in a solution is to offer [Duke stars|http://wikis.sun.com/display/SunForums/Duke+Stars+Program+Overview] to match that interest.
    Edit 1:
    ..and please figure out how to use the CODE tags.
    Edited by: AndrewThompson64 on Sep 12, 2008 11:14 PM

  • System.ArithmeticException by Windows.System.Display.DisplayRequest.RequestRelease()

    Could anyone shed some light on whey Windows.System.Display.DisplayRequest.RequestRelease()
    occasionally throws System.ArithmeticException?
    The error message is: Overflow or underflow in the arithmetic operation.
    Hong

    Hello,
    I think we will need a lot more information to be able to really help you. A dump file would be a good place to start.
    That said my first guess is that the internal reference counter is underflowing because you have more releases than requests. I would start by instrumenting your code and making sure you have exactly the same number of requests as you do releases.
    I hope this helps,
    James
    Windows SDK Technologies - Microsoft Developer Services - http://blogs.msdn.com/mediasdkstuff/

  • Topic area: Apple Mail.  Question:  How do I get the message preview window to display to the right of my list of email messages?

    Topic area: Apple Mail.  Question:  How do I get the message preview window to display to the right of my list of email messages? i.e. to preview whatever message is currently highlighted in the center window list of messages?

    At present there is no preference option available to move the preview
    pane to right side of the mail window.
    Best.

  • Mini window/adjustment display

    I am using Lightroom 2.0 beta. Whenever I make any adjustment (sharpen etc) a small mini adjustment window is displayed over the photo. Can anyone please tell me how to make this window go away - it stays there no matter what I do (even shows through on other apps).
    This thing is really bugging me and I'm this close to removing this from my system. its driving me nuts.
    thanks

    By details window do you mean the popup/zoomed in window I get when I try and sharpen? The only arrow on this is the callout arrow to the right. I've clicked every part of this window and every other option I can find and nothing gets rid of this window.
    thanks

  • How On mouse click  on the table [0][m] the pop up window will display

    hi ,
    I need your help I am working on a application in which in a table when i click on the first column cell i.e. column must be first and the row may be any then the pop up window will display in swing .For exp if I click on the second row and the first column then information about that perticular row will display in the pop up window . That popup window have the all the information about that perticular row and some extra field informatimn also . should I create the another model for that or I can use existing datamodel of the existing table.We are not using any database at this time . how I can do that please help me . It is urgent.
    Thanks in advance
    anum

    Add a MouseListener to the table. Use the rowAtPoint(...) and columnAtPoint(...) to determine which cell was clicked. This display a JDialog with the required information.

  • Ff24, windows 8: displaying bookmarks in a sidebar no longer resizes the web pages to the remaining viewable area. ff24 does do it on my other windows 7 pc's

    ff24, windows 8: displaying bookmarks in a sidebar no longer resizes the web pages to the remaining viewable area. ff24 does do it on my other windows 7 pc's

    Are you sure that you are opening the Bookmarks sidebar and aren't using the Bookmarks Menu button that show the bookmarks in a drop-down list?
    Firefox has two bookmark buttons with a star in the Customize window.<br />
    One star button has a drop-marker that open the Bookmark menu and may appear on the Navigation Toolbar or on the Bookmarks Toolbar if the menu bar is hidden.<br />
    The other star button without the drop-marker opens the bookmarks in the sidebar (View > Sidebar > Bookmarks).
    You can drag the Bookmarks menu button with the drop-marker in the Customize window from the toolbar palette on a toolbar (e.g. Navigation Toolbar or Tab Bar or to the left side of the Bookmarks Menu Items).<br />
    If you do not see the drop-marker then try them both to see which works.
    *https://support.mozilla.org/kb/How+to+customize+the+toolbar
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing
    *You can toggle the Bookmarks sidebar via View > Sidebar > Bookmarks (Ctrl+B)
    *You can toggle the History sidebar via View > Sidebar > History (Ctrl+H)

  • Create new external window and displays the viewdata as pdf?

    Hi,
    I have developped an application that will display some textviews and one table that displays 5 records,
    for this I want display as new External window and dispay in PDF the data what we have in view.
    advise me how to approach for external window and diplay as PDF.
    Thanks,
    Lohi.
    Message was edited by:
            Lohitha M

    Thanks for your reply,
    Here my problem is now I am getting the table values as output in the Jsp.
    In Jsp I want to create Button when I click that button I need to display an external window and display the table data what ever is available that will display new external pdf.
    I have developped the applcation by using of the three files table.java,tablebean.java,table.jsp and in portalapp.xml cretated the component.
    Now  how can I perform my action in that existed Jsp page and how to display extenal window i that how to generate the PDF.
    I am in learning stage in this.
    please elobarate with atleast some snippests.
    Thanks,
    Lohi.
    Message was edited by:
            Lohitha M

  • Can I rotate the keyboard display on my i phone 4s?

    Can I rotate the keyboard display on my 4s?

    This may not be very practicable for you, but I changed my language to French. That works.

  • Where is the window that displays midi chord names played on my controller??

    I can't seem to locate the pane in the transport window that displays chords/notes played on the midi controller that was present in past versions.
    Any ideas, please????

    "The display will show chords as played by incoming MIDI data, but Logic has never shown chords from the playback of the sequencer data."
    "I used Cubase for years and this was a feature. Surprised it's not one in Logic but it's just a niggle."
    That's not good enough for me.
    I find this lack of chord display in Logic Pro X to be more than a minor inconvenience. It's a very helpful tool, when say, I'm sitting down with a guitar player to review the structure. A quick look at a chord names as they are sounded can get the guitar player started quickly, on their own.  I too used and sometimes still do use good ole Cubase. My version of Cubase is 20 years old :-), yet Logic can't display sequenced chords? Wow. Bummer.
    Well, I've heard Logic has it's shortcomings.
    Louise

  • Design Window Not Displaying Correctly

    In MX 2004, I have a layout in which the column structure is
    set forth in CSS, but the columns then contain HTML-defined tables.
    Is this mixture problematic in MX 2004? If I hit F12 or upload, the
    result is fine, but in the Design window, the display is thoroughly
    broken. Elements are skewed left-right-up-down, or don't appear at
    all. I'm flying blind.
    Is this problem known in MX 2004? If so, is it one of the
    things that "expanded CSS support" of Dreamweaver 8 fixes? I'm
    loath to upgrade if all I get is the same limitation.
    Thanks in advance

    > Is this mixture problematic in MX 2004?
    No. Most likely your code is 'troubled', even if it looks OK
    in the
    browser. Can you post a link to the page? Does the page
    validate?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "anabasis37" <[email protected]> wrote in
    message
    news:evpi7j$b3i$[email protected]..
    > In MX 2004, I have a layout in which the column
    structure is set forth in
    > CSS,
    > but the columns then contain HTML-defined tables. Is
    this mixture
    > problematic
    > in MX 2004? If I hit F12 or upload, the result is fine,
    but in the Design
    > window, the display is thoroughly broken. Elements are
    skewed
    > left-right-up-down, or don't appear at all. I'm flying
    blind.
    >
    > Is this problem known in MX 2004? If so, is it one of
    the things that
    > "expanded CSS support" of Dreamweaver 8 fixes? I'm loath
    to upgrade if
    > all I
    > get is the same limitation.
    >
    > Thanks in advance
    >
    >

  • Windows 7 display driver error on Satellite L300D

    Hey guys, I have recently upgraded the OS on my Satellite L300D (PSLC8A), from Vista 32bit to Win7 32bit, but I need a better driver for the graphics card, an ATI Radeon 3100 256MB, and every time I try and run either the Win7 driver from the ATI website, or even the graphics drivers from the Toshiba websites (Ive tried the Vista display driver, the display driver for the Satellite L300D-ST3501 from the European website for windows 7 display driver etc etc) and every time I try, I get the same message, it goes through the entire process, then says it fails, always failing at the same part, at the ATI Display Driver installation
    Am I trying the wrong driver? Is there not one out for my laptop for 7? I dont quite understand, and any help would be appreciated
    Also like to point out, that Ive attempted to allow it to tell me when Win7 finds something new and needs permission, and have tried running *every* time in admin mode.

    Hi
    First of all you should find out what graphic card is built-in.
    Install an free hardware diagnostic tool. You could use Everest Home Edit. for example.
    This would help you to get more details about your GPU.
    After that you could investigate a little bit what Toshiba notebooks have been equipped with the same graphic card chip.
    I noticed that many series use the same devices like the same graphic card or chipset
    Anyway. The Toshiba US driver page contains many Win 7 drivers you will find also some Win 7 drivers on Toshiba European driver page
    Download the ATI driver for a notebook which has been equipped with the same graphic chip and you would get the compatible one!
    Then install the driver in device manager! Yes, go to device manager and use the advanced installation this allows you to point to the ATI driver files.
    This installation procedure should work

  • Files Window always displays in front

    Since upgrading to CC (might have also been an issue in CS6, can't remember), the files window always displays as the top window. I like to have it fill a good portion of my monitor so that I can easily see the ftp file next to the local files and also view dates of files. If I want to work in a particular file I have open, I have to close out my sites window. More so, when I leave Dreamweaver open in the background and switch to another application, the files window will still display over top of everything else on my monitor.
    Is there any way to change this behaviour or should it be reported as a bug. I am working on an iMac running Mountain Lion.

    Hi Amikin,
    Can you provide a video cast of what you are experiencing?
    You can use jing as its free and fast to set-up so I can help investigate this further for you.
    - http://www.techsmith.com/jing.html 
    Thanks,
    -SIdney

Maybe you are looking for