Exit fullscreen with mouse (1 Viewer)

yochaytzur

New Member
December 29, 2007
4
0
My HTPC has only mouse connected to it. no kbd or remote.
I'm using Mediaportal as frontend in fullscreen mode by default. Is there a method to leave the fullscreen mode using the mouse only? (alternative to alt+enter)?
Thanks.
 

milhouse

Portal Pro
November 9, 2006
363
54
52
Raleigh, NC U.S.
Home Country
United States of America United States of America
I've looked, but can't seem to find a way. I believe the answer is "No".

A question, though: what good is windowed mode if you don't have a keyboard hooked up, anyway?


I always VNC into my HTPC to change any settings. Prior to that, I kept a USB keyboard around and plugged it into a front USB port when needed.
 

yochaytzur

New Member
December 29, 2007
4
0
I also VNC my HTPC when needed.
I don't want to keep a keyboard in my living room. all I want is to leave full screen with the mouse, for example to open a webpage or making a skype call. no need a kbd for this. For typing, I'm using winXP on-screen keyboard.
Please developers: how to leave full screen mode with the mouse? I can't believe you havn't thought about it!
 

PVRJunky

MP Donator
  • Premium Supporter
  • November 19, 2007
    16
    0
    I am Using a combination of the Multishortcut Plugin and AutoIt.
    The Multishortcut plugin adds an menuitem in the homemenu and starts the compiled AutoIt-Script:

    ; exit from Fullscreen
    send("!{ENTER}")
    Sleep(2500)
    ; minimize Mediaportal
    WinSetState ( "MediaPortal", "", @SW_MINIMIZE )
    EXIT

    So with that I can switch to the mainmenu and select "Dekstop" and there we are.

    But you wrote, that you are using vnc with the media portal. I am using UltraVNC and when I l log on to the htpc mediaportal stops playing music and the window of the mediaportal is only showing a black window. What am I doing wrong? And which kind of VNC are you using?

    Greetings
    Andi
     

    SMa

    Retired Team Member
  • Premium Supporter
  • June 15, 2007
    194
    13
    Helsinki - Finland
    Home Country
    Belgium Belgium
    But you wrote, that you are using vnc with the media portal. I am using UltraVNC and when I l log on to the htpc mediaportal stops playing music and the window of the mediaportal is only showing a black window. What am I doing wrong? And which kind of VNC are you using?
    Hmm, that's strange.
    I'm also using UltraVNC and I haven't encountered any problems yet.

    I use UltraVNC 1.0.4 RC3 (which is far from the latest version available),
    and MP 0.2.3.0 (no SVN's)
     

    Users who are viewing this thread

    Similar threads

    I don't think so, because MP has no way of knowing at which timestamp the external player stopped playback. Best way to achieve this would be to use an auto-resume feature in your external player itself. (MPC-HC can do that, I don't know about VLC)
    I don't think so, because MP has no way of knowing at which timestamp the external player stopped playback. Best way to achieve...
    Hello Folks, Is it possible to enable MP to resume in an External Player, where it left off ? I guess the question also is, can...
    Replies
    2
    Views
    1K
    Are the media/video folders on the Mint host?
    Are the media/video folders on the Mint host?
    I've used Mediaportal for years on a Windows Host with restricted online-access. Lately I reinstalled...
    Replies
    1
    Views
    1K
    I do not know why this xml was in my theme folders, it must have sneaked in some time ago (years?). I simply removed the file. The Latest Media Handler plugin seems to be working as expected. I've had no lock-ups.
    I do not know why this xml was in my theme folders, it must have sneaked in some time ago (years?). I simply removed the file. The...
    Before you create this bug report: Make sure that your system (windows, codecs and drivers) is up to date, matching the...
    Replies
    13
    Views
    4K
    Your timing is great.....I just got home myself!! :) A little confusion for me here! There are 2 x files in the folder......one is x86, and other is x64 Wondering if I should be selecting the x64.....since I'm installing the 64bit version? UPDATE Transferred both files to the destination folder, and labelled appropriately. This way...
    Your timing is great.....I just got home myself!! :) A little confusion for me here! There are 2 x files in the folder......one is...
    Am a long time MP1 user, and have successfully been running the x64 version since it first appeared. Recently, problem of black...
    Replies
    10
    Views
    2K
    Sorry, it's my fault -- I did not notice that you are using MP2. :( MP1 has a separate configuration utility, similar to "TV Server Config". I have tried MP2 only a couple of times, and have never used it seriously. I don't know what MP2 supports with regard to adjusting audio delay, but I do know that all of the adjustments of...
    Sorry, it's my fault -- I did not notice that you are using MP2. :( MP1 has a separate configuration utility, similar to "TV...
    Hi. I recently upgraded my home cinema AVR which also meant changed from sending audio from my HTPC as 5.1 using optical to 7.1...
    Replies
    5
    Views
    2K
    Top Bottom