Poll

Do you prefer the new dialog in FB Alpha 0.2.97.22 or the smaller one from previous versions?

New (bigger)
5 (45.5%)
Old (smaller)
6 (54.5%)

Total Members Voted: 10

Author Topic: FB Alpha Game Selection Dialog  (Read 6747 times)

Offline Barry Harris

  • dontbeabarry
  • *
  • Posts: 1785
  • Karma: +0/-65535
  • I'm Barry Harris and I like to f*** people over
FB Alpha Game Selection Dialog
« on: March 06, 2012, 05:57:54 AM »
It seems that the bigger game selection dialog isn't that popular. You can see a lot more of the longer game titles, and a lot more of the filters, but it is big.

Let us know which one you prefer.
Account of Barry Harris; the traitor.
Send me an e-mail at barry@fbalpha.com letting me know how big of a piece of sh** I am.

Offline money_114

  • Jr. Member
  • **
  • Posts: 53
  • Karma: +4/-0
Re: FB Alpha Game Selection Dialog
« Reply #1 on: March 06, 2012, 06:33:51 AM »
I think height is ok, but rom dialog is longer, should adjust Length appropriate.

Or add support users adjust selection dialog themselves.
« Last Edit: March 06, 2012, 06:45:05 AM by money_114 »

Offline KaaMoS

  • Member
  • ***
  • Posts: 136
  • Karma: +1/-0
Re: FB Alpha Game Selection Dialog
« Reply #2 on: March 06, 2012, 07:06:41 AM »
Well... my idea could be so vague, but...
...what if you add a feature to maximize button (or perhaps a resize one) to the Game Selection window?

Once maximized, some areas could change its percentile by being flexible items, while others could keep a fixed size.
This is an example:


Game List itself: 
· Change height and width.
· Left and Bottom flexibility only.

Game Info (below):
· Change width.
· Left flexibility only.

Game List features (Show items, IPS managing, etc):
· Change width.
· Left flexibility only.

Game titles, previews, etc:
· Nothing.
· Fixed size, no matter which height/width was set.

Hardware List, filters, etc:
· Change height.
· Bottom flexibility only.


This way anyone could customize window size (or keep it as is).
In this case, FBA should keep a registry about which size was set before closing window.
« Last Edit: March 06, 2012, 07:13:04 AM by KaaMoS »

Offline JacKc

  • FBNeo Dev
  • ******
  • Posts: 1677
  • Karma: +56/-0
  • Hasta la vista, Baby !
Re: FB Alpha Game Selection Dialog
« Reply #3 on: March 07, 2012, 09:34:28 AM »
I vote for old one...Not because new one is bad but a bit too large :wink:


Offline Barry Harris

  • dontbeabarry
  • *
  • Posts: 1785
  • Karma: +0/-65535
  • I'm Barry Harris and I like to f*** people over
Re: FB Alpha Game Selection Dialog
« Reply #4 on: March 07, 2012, 05:00:39 PM »
Resizing is a good idea. I've had a play with it (win32 api dialog programming is a pain in the arse!) and got most of the way there.

I redesigned the box a little and made all the elements that need to stay static in size be together to help things along. Anyway the default game selection dialog will look something like below (which is the same size as the old dialog).
« Last Edit: March 07, 2012, 05:01:48 PM by Treble Winner »
Account of Barry Harris; the traitor.
Send me an e-mail at barry@fbalpha.com letting me know how big of a piece of sh** I am.

Offline Barry Harris

  • dontbeabarry
  • *
  • Posts: 1785
  • Karma: +0/-65535
  • I'm Barry Harris and I like to f*** people over
Re: FB Alpha Game Selection Dialog
« Reply #5 on: March 07, 2012, 05:03:50 PM »
Here is what it looks like after I drag it out a bit. :)

There is still some work to do. The dialog needs to support a minimum size (the default) and not shrink below it. I also need to save the dialog size in the ini and restore the size on dialog init. There is also a niggling issue with the resize of the gamelist which doesn't quite go wide enough.

All in all though, not a bad start, and most of the win32 api stuff is done. :)
Account of Barry Harris; the traitor.
Send me an e-mail at barry@fbalpha.com letting me know how big of a piece of sh** I am.

Offline KaaMoS

  • Member
  • ***
  • Posts: 136
  • Karma: +1/-0
Re: FB Alpha Game Selection Dialog
« Reply #6 on: March 07, 2012, 06:52:25 PM »
I suppose that the 1st image is window on its default size, while the 2nd. one is the same window, but resized.

· Keeping this in mind, I think you could move "Game Images" at the top of the window, being "Game List" below.
· Then move these images to be left aligned and swap places between "Title" and "Preview" in order to make "Title" the first one.

· Also, I think you could allow window to show MORE or LESS "Game Images", depending of window size (I'm talking about width, since you've managed to show window contents appearance correctly, despite of their height).
· · In this case, default window size, would show 2 images ("Titles" and "Preview"), as you've shown on your first pic.
· · While resizing (or, probably better, using a "maximize" button), if screen allows, it could show more images at the right ("Select", "Highscores", "Bosses", etc) in order to avoid that "whitespace" you've shown on your second pic.
« Last Edit: March 07, 2012, 06:56:11 PM by KaaMoS »

Offline money_114

  • Jr. Member
  • **
  • Posts: 53
  • Karma: +4/-0
Re: FB Alpha Game Selection Dialog
« Reply #7 on: March 08, 2012, 02:58:59 AM »
I think images is best in original position.  I'd like show 2 images only,  if it have more images, selection dialog  isn't beautiful.

Or maybe others have a better idea.

Offline BisonSAS

  • Expert
  • *****
  • Posts: 210
  • Karma: +27/-0
  • [NGBRT]
    • NeoGeo BR Team
Re: FB Alpha Game Selection Dialog
« Reply #8 on: March 08, 2012, 06:40:00 AM »
The new dialog is very bad for me. :redface: My netbook uses resolution 1024 x 600. The FB Alpha 0.2.97.22 is unplayable. :p
Look:

Offline KaaMoS

  • Member
  • ***
  • Posts: 136
  • Karma: +1/-0
Re: FB Alpha Game Selection Dialog
« Reply #9 on: March 08, 2012, 10:39:02 AM »
Well, seems to be that Game Selection window definitely has to be flexible (at least its height).
Fortunately Treble_Winner was already working on it :)

I put an image about how contents could move if they were resized.
I hope Treble_Winner could work on it (just to see if it works), this way main appearance wouldn't change. 

Offline Barry Harris

  • dontbeabarry
  • *
  • Posts: 1785
  • Karma: +0/-65535
  • I'm Barry Harris and I like to f*** people over
Re: FB Alpha Game Selection Dialog
« Reply #10 on: March 08, 2012, 03:51:34 PM »
Thanks for the suggestion of putting the images at the top - much cleaner. I'm not planning on supporting more than those two though.

Anyway, by default the dialog now looks like the image attached to this post. It's small enough to fit in a 800x600 screen.
Account of Barry Harris; the traitor.
Send me an e-mail at barry@fbalpha.com letting me know how big of a piece of sh** I am.

Offline Barry Harris

  • dontbeabarry
  • *
  • Posts: 1785
  • Karma: +0/-65535
  • I'm Barry Harris and I like to f*** people over
Re: FB Alpha Game Selection Dialog
« Reply #11 on: March 08, 2012, 03:53:40 PM »
And this is it stretched. All issues are fixed now - you can't over-minimise it, and the dialog size is saved in the ini.

I also fixed the issue where the preview image would disappear after you went to a different window and came back, since this also made the image disappear when resizing.
Account of Barry Harris; the traitor.
Send me an e-mail at barry@fbalpha.com letting me know how big of a piece of sh** I am.

Offline Barry Harris

  • dontbeabarry
  • *
  • Posts: 1785
  • Karma: +0/-65535
  • I'm Barry Harris and I like to f*** people over
Re: FB Alpha Game Selection Dialog
« Reply #12 on: March 08, 2012, 03:54:54 PM »
Oh, and the voting was much closer than I imagined. Still, now everyone has plenty of choice about the size of the dialog. :)
Account of Barry Harris; the traitor.
Send me an e-mail at barry@fbalpha.com letting me know how big of a piece of sh** I am.

Offline KaaMoS

  • Member
  • ***
  • Posts: 136
  • Karma: +1/-0
Re: FB Alpha Game Selection Dialog
« Reply #13 on: March 09, 2012, 01:00:33 AM »
It looks pretty good, thanks!
Uhm... what do you think about changing places between "Title" and "Preview" images?