Author Topic: NeoGeo CD  (Read 2846 times)

Offline p4blo.ac

  • Newbies
  • *
  • Posts: 12
  • Karma: +1/-0
Re: NeoGeo CD
« Reply #15 on: January 16, 2024, 02:29:34 PM »
Great friend Dink, I used the newest build and now everything is fine.  :biggrin:
I checked the code and there are actually 121 games. Best regards.

Offline dink

  • Administrator
  • *****
  • Posts: 5024
  • Karma: +449/-1
  • pie? I nearly bought one!
Re: NeoGeo CD
« Reply #16 on: January 24, 2024, 01:40:24 AM »
Hi p4blo.ac,
That's great news!  Thanks for testing :)

I have been experimenting to make a fix for the game listing with long rom-names, the problem is a lot more difficult than it seems. The game listing uses "TreeView", which can't have moveable columns.  In NeoCD games list, it uses "Listview", which can have moveable columns - but, its only for a simple list.  Which it can't do the parent/clone stuff like "TreeView"..  Well, I will keep experimenting - let's hope for some luck! :)

So far, one experiment looks like this, it cuts off romname with "..." instead of overlapping to the game name:

best regards,
- dink
« Last Edit: January 24, 2024, 01:44:54 AM by dink »

Offline p4blo.ac

  • Newbies
  • *
  • Posts: 12
  • Karma: +1/-0
Re: NeoGeo CD
« Reply #17 on: January 29, 2024, 01:45:31 PM »
Dink, I only saw your post today. This correction you made greatly improved the visualization of the game list, it was great. It's a shame that implementing resizable columns is difficult in "TreeView", as the interface would be ideal. Best regards.

Offline Robert

  • MAME Devs
  • *****
  • Posts: 48
  • Karma: +27/-0
Re: NeoGeo CD
« Reply #18 on: February 01, 2024, 04:26:17 AM »
Listview can have an indent, it's what is used in mameui for example.