Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Mala - Need both History and CP Viewer using a keypress  (Read 3906 times)

0 Members and 1 Guest are viewing this topic.

SGT

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1146
  • Last login:May 31, 2025, 10:10:32 pm
Mala - Need both History and CP Viewer using a keypress
« on: January 12, 2007, 07:54:16 pm »
This is probably a stupid question, but I just can't seem to find the solution.   :dizzy:

In Mala, I want to be able to bring up both the History(Info) window by pressing a button AND the CPViewer by pressing another button.  It seems like you can have either one or the other but not both.

I know that I can bring up the History window by pressing one button and having the CPViewer automatically come up before every game starts, but I don't want to have to see the CPViewer every time I play a game.

I looked at external applications but MALA does not seem to pass the %ROM% variable to the application.  I hate to try to figure out how to create a plugin just to be able to activate the History viewer and the CPViewer from keystrokes.

Now please tell me what I'm overlooking. :banghead:

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4306
  • Last login:May 26, 2024, 05:14:32 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: Mala - Need both History and CP Viewer using a keypress
« Reply #1 on: January 12, 2007, 08:45:59 pm »
I don't think it is a stupid question.  ;)

I could be wrong but this is on SWINDUS to do list  :dunno

Yeah at the moment it's one or the other for keystroke access.

But as you say you can have history (and other info) pop up with a keystroke and also have CPV2 launch upon game start

SGT

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1146
  • Last login:May 31, 2025, 10:10:32 pm
Re: Mala - Need both History and CP Viewer using a keypress
« Reply #2 on: January 12, 2007, 09:22:19 pm »
Thanks loadman.  Could I could use a plugin to launch CPV2 via a key press?  After looking at the plugin SDK doc, I was not sure that a "key press" event could be trapped. :dunno

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4306
  • Last login:May 26, 2024, 05:14:32 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: Mala - Need both History and CP Viewer using a keypress
« Reply #3 on: January 12, 2007, 09:41:07 pm »
Thanks loadman.  Could I could use a plugin to launch CPV2 via a key press?  After looking at the plugin SDK doc, I was not sure that a "key press" event could be trapped. :dunno
Hmmm A Plugin could keep track of the last selcted game rom name and send that detail somewhere such as the windows registry or a txt/batch file file.

So then you could launch CPV2 with the currently selected game via the keystroke of your choice using the  External Ap options

So yes I think that is possible if you really want that