Terminology

A sub-forum for players new to WIF, containing information on how to get started and become an experienced player.

Moderator: Shannon V. OKeets

Post Reply
etsadler
Posts: 148
Joined: Wed Apr 27, 2011 7:41 pm

Terminology

Post by etsadler »

This may sound like a small thing, but it has been causing me a lot of frustration. What is it? It is the use of the term Form. I have no idea where that comes from, but I have found it very confusing. To me a Form is something that I fill out, that is it requires input from me. It appears that in the manuals, and game, a Form is what I would call a Window or a Pop-Up or a Box, or just about anything but a Form. Where on earth does that term come from?
icitrom_y
Posts: 25
Joined: Sun Oct 20, 2013 7:10 pm

RE: Terminology

Post by icitrom_y »

It's a window. In development environments, a "form" is what will appear to you, an end-user, as some type of window. "Form" is not an end-user term and shouldn't be used in such contexts, such as manuals; it's a programming term.
Shannon V. OKeets
Posts: 22165
Joined: Wed May 18, 2005 11:51 pm
Location: Honolulu, Hawaii
Contact:

RE: Terminology

Post by Shannon V. OKeets »

ORIGINAL: RickInVA

This may sound like a small thing, but it has been causing me a lot of frustration. What is it? It is the use of the term Form. I have no idea where that comes from, but I have found it very confusing. To me a Form is something that I fill out, that is it requires input from me. It appears that in the manuals, and game, a Form is what I would call a Window or a Pop-Up or a Box, or just about anything but a Form. Where on earth does that term come from?
Form is a concept from the programming world. So is Windows. So is Pop-up and Box for that matter.

As referred to in MWIF, a Form is a self contained rectangular section of the screen within which a player sees information and interacts with the program. The simple OK message form is used all over the place in MWIF. There are other simple forms for Yes/No and Yes/No/Cancel decisions.

I don't know of another term that can be used in the place of Form. Windows is a fairly well defined concept popularized by Microsoft and much of the associated elements of that definition don't really apply to a Form.

I apologize if I naively thrust this concept front and center in the documentation, but I don't have anything to replace it with. Its definition can be acquired through use, with some forms being purely informational, and others being used to make decisions.
Steve

Perfection is an elusive goal.
User avatar
Gizuria
Posts: 199
Joined: Fri Apr 06, 2012 7:56 am

RE: Terminology

Post by Gizuria »

I might be wrong so feel free to correct me but I think a more familiar term would be 'screen'. The Production form is the Production screen.
User avatar
Dabrion
Posts: 740
Joined: Tue Nov 05, 2013 10:26 am
Location: Northpole

RE: Terminology

Post by Dabrion »

"Form", in the sense use in the manuals, is not even standard in programming terms. It depends what SDK you use, there are other terms like "widget", "dialog" , "window" or "wizard" or even "panel" and probably some more. I would second "screen" or "summary panel" as a more intelligible word for the informational forms, and "wizard" for the modal forms that process single game steps.

So in board game terms a MWiF "form" refers to two different things at once.
Firstly there are the informational/administrational boards like production spiral, pilot/oil tracks, DOD political map, etc. These fall in the screen/summary panel category. In MWiF you can open them ad libitum as you could look up the respective information in the board game at any time.
Secondly there are modal (interrupting the program flow until finished) forms that have no physical representation in the board game. They represent the procedural player interaction during game steps in the board game. Like when you settle down with your opponent to have an air combat, you would take the counter off the map and arrange them in columns for fighters and bombers etc. The whole process in also referred to as a "form", although strictly speaking the form/wizard is a vehicle to conduct the game step.

Hope my interpretation helps.
"If we come to a minefield, our infantry attacks exactly as it were not there." ~ Georgy Zhukov
bo
Posts: 4175
Joined: Thu Apr 30, 2009 9:52 pm

RE: Terminology

Post by bo »

ORIGINAL: Shannon V. OKeets

ORIGINAL: RickInVA

This may sound like a small thing, but it has been causing me a lot of frustration. What is it? It is the use of the term Form. I have no idea where that comes from, but I have found it very confusing. To me a Form is something that I fill out, that is it requires input from me. It appears that in the manuals, and game, a Form is what I would call a Window or a Pop-Up or a Box, or just about anything but a Form. Where on earth does that term come from?
Form is a concept from the programming world. So is Windows. So is Pop-up and Box for that matter.

As referred to in MWIF, a Form is a self contained rectangular section of the screen within which a player sees information and interacts with the program. The simple OK message form is used all over the place in MWIF. There are other simple forms for Yes/No and Yes/No/Cancel decisions.

I don't know of another term that can be used in the place of Form. Windows is a fairly well defined concept popularized by Microsoft and much of the associated elements of that definition don't really apply to a Form.

I apologize if I naively thrust this concept front and center in the documentation, but I don't have anything to replace it with. Its definition can be acquired through use, with some forms being purely informational, and others being used to make decisions.

Apology not accepted Steve, stop everything your doing right now and change the wording, NOW! [:(]

Bo
Shannon V. OKeets
Posts: 22165
Joined: Wed May 18, 2005 11:51 pm
Location: Honolulu, Hawaii
Contact:

RE: Terminology

Post by Shannon V. OKeets »

ORIGINAL: Dabrion

"Form", in the sense use in the manuals, is not even standard in programming terms. It depends what SDK you use, there are other terms like "widget", "dialog" , "window" or "wizard" or even "panel" and probably some more. I would second "screen" or "summary panel" as a more intelligible word for the informational forms, and "wizard" for the modal forms that process single game steps.

So in board game terms a MWiF "form" refers to two different things at once.
Firstly there are the informational/administrational boards like production spiral, pilot/oil tracks, DOD political map, etc. These fall in the screen/summary panel category. In MWiF you can open them ad libitum as you could look up the respective information in the board game at any time.
Secondly there are modal (interrupting the program flow until finished) forms that have no physical representation in the board game. They represent the procedural player interaction during game steps in the board game. Like when you settle down with your opponent to have an air combat, you would take the counter off the map and arrange them in columns for fighters and bombers etc. The whole process in also referred to as a "form", although strictly speaking the form/wizard is a vehicle to conduct the game step.

Hope my interpretation helps.
Actually, your two groupings correspond to section 8.7.1 and 8.7.2 in the Players Manual. The former is in volume 1 and the latter in volume 2.
Steve

Perfection is an elusive goal.
Post Reply

Return to “WIF School”