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: Party On!  (Read 3403 times)

0 Members and 1 Guest are viewing this topic.

Goose

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 15
  • Last login:October 05, 2012, 06:04:26 pm
  • I want to Build My Own Arcade Controls!!
Party On!
« on: May 02, 2002, 08:15:27 pm »
I have Party On! in my start up directory so that it starts when windows begins.

Frobozz

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 111
  • Last login:November 15, 2002, 03:16:45 am
  • I've been sane, but then I got better.
Re: Party On!
« Reply #1 on: May 02, 2002, 09:38:34 pm »
Please excuse my ignorance, but what is Party On?
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

Zipper

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 92
  • Last login:November 26, 2022, 12:32:50 pm
  • I've Built My Own Arcade Controls!!
Re: Party On!
« Reply #2 on: May 03, 2002, 02:38:12 am »
It's a FE.

It sounds like your problem is that something is loading AFTER Party On when you start-up, and that is shifting focus away from it.
Maybe clear any unwanted stuff out of your Start-Up folder and see if that works. Maybe there is a way of re-ordering the sequence in which they load?
Hope this helps.
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

Skeleton

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 25
  • Last login:September 26, 2002, 05:45:22 pm
    • Skeleton's Arcade
Re: Party On!
« Reply #3 on: May 03, 2002, 05:25:49 am »
Yep, I had the same problem with PartyOn. I also had trouble getting focus back to PartyOn after launching some programs from it. I solved it was by creating an AutoIt script that restores focus to PartyOn.  You'll need to download AutoIt (great, free, simple to use scripting program for windows) at http://www.hiddensoft.com/AutoIt/  Download the AutoIt script I wrote from the Magma downloads section of my site at http://www.geocities.com/emu_skeleton/  

To use it on startup, launch PartyOn from a batch file along with the script. To use it when launching stuff from PartyOn, launch programs from a batch file with the start /wait option and place the script on the next line of the batch file. Example:
start /wait c:\fido\fido.exe
c:\AutoIt\AutoIt Partyon.aut

When "fido.exe" is done, the batch file will resume and restore focus to PartyOn. The software page on my site may explain this a little better.

This is sort of a clunky way to do it, but it works well for me.
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

jginiso

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 70
  • Last login:January 23, 2009, 01:41:17 pm
  • I want to Build My Own Arcade Controls!!
Re: Party On!
« Reply #4 on: May 03, 2002, 09:05:40 am »
Did you guys have any luck getting PartyOn to work with other emmulators? I could not get it to work with Mame32 and a few others...

Thanks
James
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

Goose

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 15
  • Last login:October 05, 2012, 06:04:26 pm
  • I want to Build My Own Arcade Controls!!
Re: Party On!
« Reply #5 on: May 03, 2002, 11:58:42 am »
Thanks Skeleton.  I will try that and let you know how I made out.

James: I have gotten Party On to run quite a few mame32 games.  You just have to be very careful with the code.  One small mistake and it won't work.  I also have Party On running some pc games, arcade jukebox, winamp and some other proggies.  I'm just in the progress of trying to get some other emulators to work with it.  Give us an example of the code that you use to launch a game and then I can compare it with my own.

Regards,

Goose
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

jginiso

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 70
  • Last login:January 23, 2009, 01:41:17 pm
  • I want to Build My Own Arcade Controls!!
Re: Party On!
« Reply #6 on: May 03, 2002, 12:14:16 pm »
Thanks I'll post an example of what Ive got when I get home. Ive gotten some Win/Dos programs to run but not others. IM trying to make it launch the emmulators themselves instead of specific games. According to the docs there is a -menu command that would let you do this but I cant get that to work either.
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

Goose

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 15
  • Last login:October 05, 2012, 06:04:26 pm
  • I want to Build My Own Arcade Controls!!
Re: Party On!
« Reply #7 on: May 03, 2002, 04:12:46 pm »
Well...that AutoIt proggie did the trick.  Thanks Skeleton.

I have another question for you.  I notice on your screenshots of Party On! that at the top of each screen you were able to put Magma.  Party On! defaults by saying Arcade Pc at the top and I have no idea how to change it.  Could you tell me how you did that?

Another question for Skeleton: How did you get your magma logo to shimmer in that Windows startup picture?

Finally a question for everyone: How do you get windows to stop asking for a login and password when it loads up?

Thanks for your help

Goose
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

Goose

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 15
  • Last login:October 05, 2012, 06:04:26 pm
  • I want to Build My Own Arcade Controls!!
Re: Party On!
« Reply #8 on: May 03, 2002, 04:18:11 pm »
James:  Here is an example of some of my code from Party On!  Hopefully some of it will be of use to you.

This is my code to load a single game for mame32.

Outrun|C:\snap\outrun.jpg|E:\My Documents\New Folder\Stretchmame32asm-037b15b| Stretchmame32a outrun -quit

This is my code to load the mame32 emulator frontend and not just a single game.

M.A.M.E|C:\snap\starmame1.jpg|E:\My Documents\New Folder\Stretchmame32asm-037b15b\|mame32.exe

This is my code to load up a winamp playlist.
WinAmp Playlist (new)|C:\snap\winamp1.bmp|c:\games\mame\help\astdelux.hlp|C:\proggies\Winamp\|winamp newmusicplaylist.m3u -quit

« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

Skeleton

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 25
  • Last login:September 26, 2002, 05:45:22 pm
    • Skeleton's Arcade
Re: Party On!
« Reply #9 on: May 06, 2002, 06:18:03 am »
Quote
Well...that AutoIt proggie did the trick.
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

jginiso

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 70
  • Last login:January 23, 2009, 01:41:17 pm
  • I want to Build My Own Arcade Controls!!
Re: Party On!
« Reply #10 on: May 06, 2002, 08:32:28 am »
Thanks Goose! I knocked my head against this again this weekend for  awhile and got nowhere. I'll try your code tonight and see if I can make it work. Using batch files like skeleton suggests sounds interesting but I have no clue, so one thing at a time...
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »