Build Your Own Arcade Controls Forum

Front End Support => MaLa Frontend => Topic started by: capitaineflam25 on July 22, 2010, 08:38:16 am

Title: In cab help screen
Post by: capitaineflam25 on July 22, 2010, 08:38:16 am
Hi everyone,

i would like to show an help image for my cab players when they press a certain button, anyone know if that is already possible ? If not, is this a feature that someone else would like ?

Actually i'm directly showing in the layout background what each cab buttons are intended to do when browsing games in MalaFe but it's a bit messy.
I would prefer to include a small hint like "Press yellow button to show help" and when pressing the button it will bring you a fullscreen image explaining you how to navigate in my MalaFe setup.
Title: Re: In cab help screen
Post by: empardopo on July 26, 2010, 04:32:35 am
Perhaps, you can use AutoHotKey to launch a images viewer!
Its link is http://www.autohotkey.com/ (http://www.autohotkey.com/)
Greetings
Title: Re: In cab help screen
Post by: empardopo on July 27, 2010, 07:35:23 am
Run this program in your computer; press the desired button and tell me its number.
Title: Re: In cab help screen
Post by: capitaineflam25 on July 27, 2010, 07:44:34 am
Thanks for this good idea !

For the button number, there is a problem with TestJoystick.zip which seems corrupted.
Title: Re: In cab help screen
Post by: empardopo on July 27, 2010, 07:51:15 am
Upload again in rar format!
I've just check it and It's OK.
Run and press your button. An icon will appear in your system tray.
Check it and tell me.
I'm using Windows XP Servipack 3.

Links to download http://empardopo.dyndns.info/Programas/AutoHotkey/ (http://empardopo.dyndns.info/Programas/AutoHotkey/)
Title: Re: In cab help screen
Post by: capitaineflam25 on July 27, 2010, 08:12:29 am
This time it works (from your server not from the rar you put in the forum which CRC is wrong. Maybe there's an problem with file upload on the forum)

So the button is #4.
Title: Re: In cab help screen
Post by: empardopo on July 27, 2010, 08:22:31 am
OK perfect.
Now you must wait until you make a small program that when you press your botton number 4 you can view your photo.
Be patient, please. I'm a newbie.

I'm sorry for my bad english.
Title: Re: In cab help screen
Post by: empardopo on July 27, 2010, 08:49:22 am
I'm going to upload to my server a file called LaunchViewver.rar (It's a beta version but it must work)
You'll must unrar in c:\mala. My program called LaunchViewver.exe when you run it, needs a file called photo.jpg and cpv2.exe in the c:\mala directory to to work properly.
This program only works when Mala is running; If MALA isn't running my program should not do anything.

Please try it and tell me.

If you want i can put another botton to close my program. Tell me other botton using the previous program.
Title: Re: In cab help screen
Post by: capitaineflam25 on July 27, 2010, 09:09:43 am
Thanks a lot !
Unfortunately nothing happens when i press the button (your programm is in the tray and Mala is launched)

maybe you can show me the ".ahk" so i can try to modify it and republish it on the forum
Title: Re: In cab help screen
Post by: empardopo on July 27, 2010, 05:59:57 pm
I'm sorry but I've been very busy!
Is your layout uses videos? I've tried my script with a layout that uses videos and not work. Perhaps this will be happening!
Remember, you must unrar my file in c:\mala!

My script is:
#IfWinActive MaLa
~1Joy4::
Run, c:\mala\CPV2.exe -b=c:\mala\photo.jpg
sleep 20000
Winkill, CPV2 Viewer ahk_class ThunderRT6FormDC

A script works for me, hopefully it works for you.

Try and tell me.

Greetings
Title: Re: In cab help screen
Post by: empardopo on July 27, 2010, 07:01:19 pm
You can find a new version of my scritp called LaunchViewver2.exe (http://empardopo.dyndns.info/Programas/AutoHotkey/LaunchViewver2.exe).
Now I'm pretty sure it works fine!  ;D

Remember:

+ Your photo to show must be called photo.jpg and must be in c:\mala
+ CPV2.exe must be in c:\mala directory
+ The script works when MALA is running

Try and tell me. please.

Greetings
Title: Re: In cab help screen
Post by: capitaineflam25 on July 28, 2010, 04:08:26 am
Thanks a lot, i will test it on friday, since then i do not have access to my cab.
Title: Re: In cab help screen
Post by: empardopo on July 28, 2010, 09:29:22 am
Then wait to Friday. ;D
Title: Re: In cab help screen
Post by: capitaineflam25 on July 31, 2010, 02:35:56 pm
It works great thanks a lot empardopo !!  :applaud:
Title: Re: In cab help screen
Post by: empardopo on August 01, 2010, 04:38:30 am
You're welcome!