Results 1 to 6 of 6

Thread: Hiding Mouse Cursor in MDX

  1. #1
    Newbie
    Join Date
    Aug 2008
    Posts
    15

    Hiding Mouse Cursor in MDX

    Just wondering if it is possible (via an option / command line switch) to hide the mouse cursor when running MDX? I have a touchscreen so can control all my buttons with it; the mouse cursor is actually redundant.

  2. #2
    Fusion Brain Creator 2k1Toaster's Avatar
    Join Date
    Mar 2006
    Location
    Colorado, but Canadian!
    Posts
    9,851
    No there isnt a way to hide the cursor. Are you using it in a frontend, or by itself?

    I can add it as an option pretty quickly. I'll try to incorporate it into the next release.
    Fusion Brain Version 6 Released!
    1.9in x 2.9in -- 47mm x 73mm
    30 Digital Outputs -- Directly drive a relay
    15 Analogue Inputs -- Read sensors like temperature, light, distance, acceleration, and more
    Buy now in the MP3Car.com Store

  3. #3
    Newbie
    Join Date
    Aug 2008
    Posts
    15
    That would be awesome

    Using it in a frontend, hence would like to disable the mouse cursor. Perhaps a setting in the xml file or a command line switch? I'm not sure how my frontend (Centrafuse) handles passing on parameters to an embedded app though.

  4. #4
    Maximum Bitrate bratnetwork's Avatar
    Join Date
    Oct 2007
    Location
    Haledon, NJ
    Posts
    501
    Ride Runner hides it still when you embed MDX into a skin

  5. #5
    Fusion Brain Creator 2k1Toaster's Avatar
    Join Date
    Mar 2006
    Location
    Colorado, but Canadian!
    Posts
    9,851
    Quote Originally Posted by QuickSSilver View Post
    That would be awesome

    Using it in a frontend, hence would like to disable the mouse cursor. Perhaps a setting in the xml file or a command line switch? I'm not sure how my frontend (Centrafuse) handles passing on parameters to an embedded app though.
    Quote Originally Posted by bratnetwork View Post
    Ride Runner hides it still when you embed MDX into a skin
    That's what I thought...

    I would have figured CF did the same.
    Fusion Brain Version 6 Released!
    1.9in x 2.9in -- 47mm x 73mm
    30 Digital Outputs -- Directly drive a relay
    15 Analogue Inputs -- Read sensors like temperature, light, distance, acceleration, and more
    Buy now in the MP3Car.com Store

  6. #6
    Fusion Brain Creator 2k1Toaster's Avatar
    Join Date
    Mar 2006
    Location
    Colorado, but Canadian!
    Posts
    9,851
    Ok, it is done.

    In the main graphics part of the configuration file add: HideCursor="True" (or "False" which is the default so it isn't needed).

    So my main graphics section starts like this:

    Code:
    ...
      <graphics>
      <!-- Begin Global Graphic Settings -->
          <main_display designed_for_size="800,600" show_at_size="800,600" menubar="Sizeable" RunInSystemTray="False" MinimizeToSystemTray="True" HideCursor="True"></main_display>
      <!-- End Global Graphic Settings -->
    ...
    This has not been released yet but next release should include it. Any exe with a version number of 5.0.0.130 or higher will include this feature.
    Fusion Brain Version 6 Released!
    1.9in x 2.9in -- 47mm x 73mm
    30 Digital Outputs -- Directly drive a relay
    15 Analogue Inputs -- Read sensors like temperature, light, distance, acceleration, and more
    Buy now in the MP3Car.com Store

Similar Threads

  1. Real solution to G4 GPS being detected by Windows as crazy serial mouse?
    By johnk in forum Mp3Car Infill G4 - Double Din Car Computer
    Replies: 18
    Last Post: 03-18-2010, 07:11 PM
  2. How to use a configuration file created by the Configurator with MDX
    By 2k1Toaster in forum FB Documentation and Tutorials
    Replies: 15
    Last Post: 09-08-2008, 05:36 PM
  3. Hiding the mouse
    By Speg in forum Media Engine
    Replies: 1
    Last Post: 06-22-2005, 02:58 AM
  4. PS2 3 Button(Rotary Wheel) Mouse Properties?
    By nFiniteTuning in forum Input Devices
    Replies: 4
    Last Post: 03-12-2005, 10:43 PM
  5. hiding the mouse when its not needed
    By Alives in forum General MP3Car Discussion
    Replies: 8
    Last Post: 07-07-2002, 12:42 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •