Author Topic: Any way to hide lists?  (Read 3717 times)

akafox

  • Hero Member
  • *****
  • Posts: 985
    • View Profile
Any way to hide lists?
« on: May 27, 2015, 09:25:27 AM »
I want to say this has been asked..but I could not find it. Sorry if I made a duplicate thread.

Back in my Windows days I was using MameWah. With it I could "skip" lists. In other words it would not cycle to be seen but it was still there. Normally I used that feature because in the main list nothing could be deleted from it. So I made another "all games" list that was edited to my tastes and then set it up to where the "master list" never showed.

I'd like do that with attract mode. What I am doing is I have my games split by category (e.g. maze, fighting, platform ect.) but the "all games" list cycles right along with them. I would like to hide that list so people can just cycle by category instead.
People want life easy..then complain about it

omegaman

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 880
    • View Profile
Re: Any way to hide lists?
« Reply #1 on: May 28, 2015, 10:29:10 AM »
I don't think you can do anything with the fe.class from a script standpoint but I've been wrong before.

checkist

  • Jr. Member
  • **
  • Posts: 22
    • View Profile
Re: Any way to hide lists?
« Reply #2 on: May 30, 2015, 04:48:48 AM »
How about making two lists, which shares same romlist file?

list   master
   layout               basic
   romlist              mame
   filter               All
   filter               Favorites
      rule                 Favourite equals 1
list   category
   layout               basic
   romlist              mame
   filter               Fighter
      rule                 Category contains Fighter
   filter               Puzzle
      rule                 Category contains Puzzle


Then you can normally stay in 'category' list, that people can cycle through (by next_filter / prev_filters).

If you intend to 'manually pick some games, and only those games are shown to people', you can use tags.



list   master
   layout               basic
   romlist              mame
   filter               All
   filter               Favorites
      rule                 Favourite equals 1
list   category
   layout               basic
   romlist              mame
   global_filter       
      rule                 Tags contains handpicked
   filter               Fighter
      rule                 Category contains Fighter
   filter               Puzzle
      rule                 Category contains Puzzle



Then you can manually pick games in 'master' list, by putting 'handpicked' tags to them. These games will be shown in 'category' list.

akafox

  • Hero Member
  • *****
  • Posts: 985
    • View Profile
Re: Any way to hide lists?
« Reply #3 on: June 03, 2015, 08:22:33 AM »
I may have to try that...I'll let you know.
People want life easy..then complain about it