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 how to display info window (why is documentation so crap and is dead)?  (Read 3617 times)

0 Members and 1 Guest are viewing this topic.

chucklepie

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 157
  • Last login:September 09, 2013, 08:56:54 am
  • I want to build my own arcade controls!
Hello,
In layout editor you can specify 'info window', which I assume links to controller/keyboard/info open/close button configuration which in turns somehow links to the GUI/Info Window option.

But what do you need to get this to display? do you need a text file in a particular place with a particular name?

tbh, I really don't understand why so much love and attention went into this application yet the documentation is non-existent and despite the many people using it the majority of the wiki is completely empty too. I'm documenting as much as I can figure out which I'll happily share with others when I'm finished.....

Also, I assume from the last update being 2011 and lack of contact information, nobody is developing this any further? is the code open source?
« Last Edit: March 27, 2013, 06:41:23 pm by chucklepie »

chopperthedog

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1049
  • Last login:Today at 12:56:12 pm

chucklepie

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 157
  • Last login:September 09, 2013, 08:56:54 am
  • I want to build my own arcade controls!
Ok, thanks for your help.

What I was hoping for was to be able to display an info popup at any tree/emulator level to show help rather than having to fill my layout or monitor bezel with information.

I found this: http://forum.arcadecontrols.com/index.php/topic,119945.msg1271262.html#msg1271262

But when I try it I get random crashes, even with running notepad on files I know exist and in tree view %emu% variable returns random text.

Ah well.

bmanbdaman

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 71
  • Last login:May 09, 2018, 10:03:23 pm
  • I want to build my own arcade controls!
Mala will execute these external programs just fine. I have Johnny5 show my custom help screen for each section using Mame as the external app since I use a Control Panel viewer (with %rom%). If you think there is an issue, create a batch file and see what Mala is passing as a parameter.

echo %1 %2 %3 %4 %5
pause

Then adjust accordingly.