.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
winSPMBT: Main Battle Tank- Save $5.00

   







Go Back   .com.unity Forums > The Camo Workshop > WinSPWW2
Notices


Reply
 
Thread Tools Display Modes
  #1  
Old January 13th, 2021, 06:09 PM

Larry2017 Larry2017 is offline
Private
 
Join Date: Mar 2017
Posts: 12
Thanks: 1
Thanked 4 Times in 4 Posts
Larry2017 is on a distinguished road
Default Re: War Cabinet 0.8.3 is available!

I did see: PreferencesHelp1.png. The words "game folder" are at least part of what led me astray. I didn't even think to look at: PreferencesHelp2.png. But the words "installation folder" in that note would have put me on the right track. If I may suggest a note:

"This is the installation folder of the game, something like: ...\WinSPWW2 or ...\Steel Panthers World At War"

I don't think you need to add the words "game config" to the end of the note. If you're a glutton for punishment, you could customize the path reference in the note depending on the type field value.

Even better, you could put your note in the path field as backgound text. When the user clicks on the path field, the backgound text disappears and they type the proper path into the field. Or you could put the game's default installation folder in the field and the user could customize it as needed. You've probably seen those ideas in forms that you've run across on the internet.

About the mechanism for displaying: PreferencesHelp2.png. That mechanism: "select the question mark icon at the top of the dialog box and click on the input field" doesn't seem like a standard UI interface process to me. I can't say that I've ever seen it used.

In my opinion, helpful hints need be obvious; background text or a question mark icon to the right of the field. Having to click twice to see a hint is at least one click too many. But that's just my opinion and I'm not the programmer, you are.
Reply With Quote
The Following User Says Thank You to Larry2017 For This Useful Post:
  #2  
Old January 14th, 2021, 01:02 PM
ErikCumps's Avatar

ErikCumps ErikCumps is offline
Corporal
 
Join Date: Jan 2019
Location: Leuven, Belgium
Posts: 70
Thanks: 27
Thanked 89 Times in 29 Posts
ErikCumps is on a distinguished road
Default Re: War Cabinet 0.8.3 is available!

Quote:
Originally Posted by Larry2017 View Post
I did see: PreferencesHelp1.png. The words "game folder" are at least part of what led me astray. I didn't even think to look at: PreferencesHelp2.png. But the words "installation folder" in that note would have put me on the right track. If I may suggest a note:

"This is the installation folder of the game, something like: ...\WinSPWW2 or ...\Steel Panthers World At War"
Hi Larry2017,

Again, thanks for your feedback.

Meanwhile work has started on improving this:

Click image for larger version

Name:	PreferencesNotesNew.png
Views:	318
Size:	58.1 KB
ID:	16272

Done:
  • The item name has changed from "Path:" to "Installation:"
  • The note now explicitly mentions "installation folder"

I agree with your suggestion to remove references to "game config".

Busy:
  • Highlight individual items in red, instead of the whole game config box
  • In the note of an item, include an explanation for why an item is highlighted in red

Regarding your suggestion for preseeding each field with its note in a background color, I will keep that on hold for now.

Erik
Reply With Quote
  #3  
Old January 19th, 2021, 11:24 AM
ErikCumps's Avatar

ErikCumps ErikCumps is offline
Corporal
 
Join Date: Jan 2019
Location: Leuven, Belgium
Posts: 70
Thanks: 27
Thanked 89 Times in 29 Posts
ErikCumps is on a distinguished road
Default Re: War Cabinet 0.8.3 is available!

Quote:
Originally Posted by ErikCumps View Post
Meanwhile work has started on improving this:

Done:
  • The item name has changed from "Path:" to "Installation:"
  • The note now explicitly mentions "installation folder"

I agree with your suggestion to remove references to "game config".
In the mean time I have made further improvements:

Reworked the "Incomplete preferences" Error dialog box:
  • It is no longer an Error, but a Warning instead.
  • It now offers a "Review" button to return to the Preferences.
  • It now offers a "Continue" button to dismiss the Preferences and continue anyway.

Improved the look&feel of the Preferences dialog box:
  • Added explicit label about the expectations for the game configurations.
  • Better feedback for incomplete/incorrect fields.
  • Renamed "Default game config" to "Preferred game config".
  • Slight reorganization of the Preferences items.

Improved the "New dossier" action behavior:
  • If the Preferences are still incomplete when this action is invoked, a Warning dialog box is shown.
  • This Warning dialog box offers a "Review" button to return to the Preferences so they an be completed/corrected.
  • This Warning dialog box offers a "Continue" button to dismiss the Warning and stop the action.

Because I did not want to force users in an endless loop between the Preferences dialog
box and the "Incomplete Preferences" Warning box, I gave them a way out.

But that means that it becomes possible to try to create a New (empty) dossier, even if
no game configurations are filled in at all.

Without any game configurations, War Cabinet can not know for which OOB the dossier
should be made and from which savedir it should present savegames to add to the dossier.

This is why this action must be blocked in that case, while still giving the user the opportunity
to fix the issue by fixing the Preferences.

I wanted to add some screenshots of the new dialog boxes, but that doesn't seem to work
at the moment. I'll try again later...

Erik
Reply With Quote
  #4  
Old January 19th, 2021, 11:33 AM
ErikCumps's Avatar

ErikCumps ErikCumps is offline
Corporal
 
Join Date: Jan 2019
Location: Leuven, Belgium
Posts: 70
Thanks: 27
Thanked 89 Times in 29 Posts
ErikCumps is on a distinguished road
Default Re: War Cabinet 0.8.3 is available!

Quote:
Originally Posted by ErikCumps View Post
Quote:
Originally Posted by ErikCumps View Post
Meanwhile work has started on improving this:

Done:
  • The item name has changed from "Path:" to "Installation:"
  • The note now explicitly mentions "installation folder"

I agree with your suggestion to remove references to "game config".
In the mean time I have made further improvements:

Reworked the "Incomplete preferences" Error dialog box:
  • It is no longer an Error, but a Warning instead.
  • It now offers a "Review" button to return to the Preferences.
  • It now offers a "Continue" button to dismiss the Preferences and continue anyway.

Improved the look&feel of the Preferences dialog box:
  • Added explicit label about the expectations for the game configurations.
  • Better feedback for incomplete/incorrect fields.
  • Renamed "Default game config" to "Preferred game config".
  • Slight reorganization of the Preferences items.

Improved the "New dossier" action behavior:
  • If the Preferences are still incomplete when this action is invoked, a Warning dialog box is shown.
  • This Warning dialog box offers a "Review" button to return to the Preferences so they an be completed/corrected.
  • This Warning dialog box offers a "Continue" button to dismiss the Warning and stop the action.

Because I did not want to force users in an endless loop between the Preferences dialog
box and the "Incomplete Preferences" Warning box, I gave them a way out.

But that means that it becomes possible to try to create a New (empty) dossier, even if
no game configurations are filled in at all.

Without any game configurations, War Cabinet can not know for which OOB the dossier
should be made and from which savedir it should present savegames to add to the dossier.

This is why this action must be blocked in that case, while still giving the user the opportunity
to fix the issue by fixing the Preferences.

I wanted to add some screenshots of the new dialog boxes, but that doesn't seem to work
at the moment. I'll try again later...

Erik
All feedback is welcome!

Here are the Screenshots
(these screenshots are based on the same kind of situation Larry2017 was in earlier,
trying to use the "PBEM Games" folder to configure the game path)

The new "Incomplete Preferences" Warning:
Click image for larger version

Name:	new_00_IncompletePreferencesWarning.png
Views:	289
Size:	12.5 KB
ID:	16292

The new feedback for incomplete/incorrect fields:
Click image for larger version

Name:	new_01_IncompletePreferences.png
Views:	263
Size:	38.9 KB
ID:	16293

'Hover' notes for the game path:
Click image for larger version

Name:	new_02_IncompletePreferencesNote1.png
Views:	305
Size:	46.8 KB
ID:	16294

'Hover' notes for the game type:
Click image for larger version

Name:	new_03_IncompletePreferencesNote2.png
Views:	262
Size:	72.3 KB
ID:	16295

The new Warning when trying to create a new dossier while the Preferences are still incomplete:
Click image for larger version

Name:	new_04_NewDossierIncompletePreferences.png
Views:	246
Size:	13.2 KB
ID:	16296

Erik
Reply With Quote
The Following 2 Users Say Thank You to ErikCumps For This Useful Post:
  #5  
Old January 14th, 2021, 01:07 PM
ErikCumps's Avatar

ErikCumps ErikCumps is offline
Corporal
 
Join Date: Jan 2019
Location: Leuven, Belgium
Posts: 70
Thanks: 27
Thanked 89 Times in 29 Posts
ErikCumps is on a distinguished road
Default Re: War Cabinet 0.8.3 is available!

Quote:
Originally Posted by Larry2017 View Post
About the mechanism for displaying: PreferencesHelp2.png. That mechanism: "select the question mark icon at the top of the dialog box and click on the input field" doesn't seem like a standard UI interface process to me. I can't say that I've ever seen it used.

In my opinion, helpful hints need be obvious; background text or a question mark icon to the right of the field. Having to click twice to see a hint is at least one click too many. But that's just my opinion and I'm not the programmer, you are.
Larry2017,

This is not a mechanism that I invented.

It's the "What's This?" help feature, for which the Qt framework has standard support.
It seems this feature has gone out of fashion, which is why you don't see it very often
anymore.

Except in War Cabinet, but that's simply because it is old: the first implementation
of the preferences dialog box dates from... 2005.

Yes, 15 years of War Cabinet already!

For more info about the "What's this?", see here.

Erik
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 07:41 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.