Poll

If you split a window horizontally, you end up with...

a left and right pane.
1 (7.7%)
a top and bottom pane.
12 (92.3%)

Total Members Voted: 6

Author Topic: If you split a window horizontally, you end up with...  (Read 3239 times)

Offline goodguy

  • Heavy Poster
  • *****
  • Posts: 1464
  • Colleen West never liked the first light of day.
    • View Profile
If you split a window horizontally, you end up with...
« on: July 06, 2009, 04:14:53 PM »
Sometimes little things drive me crazy. I just spend almost two hours (that's another movie I didn't watch) researching GUI terminology, because my own stance on this is at odds with the usage of these terms in some major products. Of course, I didn't find a conclusive answer, so I just thought to share the fun.

My own answer is (spoiler):
(click to show/hide)

If you choose the other option, feel free to add an explanation.
« Last Edit: July 06, 2009, 04:33:44 PM by goodguy »
Matthias

Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6719
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: If you split a window horizontally, you end up with...
« Reply #1 on: July 06, 2009, 05:22:52 PM »
I chose top and botton, because a horizontal split means a splitline from left to right (horizontal) and that means it results in a top and bottom pane.

PS: Excel agrees with me. Open two empty sheets and chose Window -> Arrange -> Horizontal
« Last Edit: July 06, 2009, 05:24:34 PM by DJ Doena »
Karsten

Abraham Lincoln once said The trouble with quotes from the internet is that you never know if they're genuine.

my Blog | my DVD Profiler Tools


Offline goodguy

  • Heavy Poster
  • *****
  • Posts: 1464
  • Colleen West never liked the first light of day.
    • View Profile
Re: If you split a window horizontally, you end up with...
« Reply #2 on: July 06, 2009, 05:35:57 PM »
PS: Excel agrees with me. Open two empty sheets and chose Window -> Arrange -> Horizontal

I know. But now write and run a little Excel VBA macro like this:
Sub Test()
  ActiveWindow.SplitHorizontal = 100
End Sub

 :o
Matthias

Touti

  • Guest
Re: If you split a window horizontally, you end up with...
« Reply #3 on: July 06, 2009, 07:20:59 PM »
I agree with Karsten.  Your split bar is horizontal so it has to be top and bottom, regardless of the axis on which it moves.

Najemikon

  • Guest
Re: If you split a window horizontally, you end up with...
« Reply #4 on: July 06, 2009, 08:26:44 PM »
I agree with Karsten.  Your split bar is horizontal so it has to be top and bottom, regardless of the axis on which it moves.

Yes, that's the common sense answer, but I can see what Microsoft mean because it's from a coding perspective.

The line is horizontal, which means it can only move up and down.

The line is vertical, which means it can only move from side to side.

Therefore in the perverse world of programming, it is actually easier to think in terms of where you want the bar, not what shape it is.

You think this is bad, just ask Microsoft what day it is!  :hysterical: (they have a radical approach to the how many weeks are in a particular month; and I can't remember exactly what now, but there was something very odd about the way VBA calculated time... :hmmmm: )

Offline goodguy

  • Heavy Poster
  • *****
  • Posts: 1464
  • Colleen West never liked the first light of day.
    • View Profile
Re: If you split a window horizontally, you end up with...
« Reply #5 on: July 06, 2009, 08:45:55 PM »
I agree with Karsten.  Your split bar is horizontal so it has to be top and bottom, regardless of the axis on which it moves.

Yes, that's the common sense answer, but I can see what Microsoft mean because it's from a coding perspective.

I did the poll on the other forum as well. Someone nailed the contradicting view points as looking at the process versus looking at the results. If I look at the process of splitting along the horizontal axis, I end up with top and bottom parts. If I look at the resulting panes, left to right panes are created from a split that occurs on the horizontal axis.

And as I also explained there:
If you don't use a menu command to split a window, but the little spacer or grip on the scrollbar (assuming the program has such a feature), then, to get top and bottom parts, you have to drag the spacer on the vertical scroll bar. To get left and right parts, you have to drag the spacer on the horizontal scroll bar (I hope we agree that the vertical scrollbar is the one at the right side, while the horizontal scrollbar is the one at the bottom).

BTW, Microsoft mostly uses your kind of "common sense" in their terminology - which always confused me, since I'm a result-oriented guy. Not until someone explained the "process" line of thinking to me, I was even able to understand where the majority was coming from.
« Last Edit: July 06, 2009, 08:49:40 PM by goodguy »
Matthias

Najemikon

  • Guest
Re: If you split a window horizontally, you end up with...
« Reply #6 on: July 06, 2009, 09:11:25 PM »
I agree with Karsten.  Your split bar is horizontal so it has to be top and bottom, regardless of the axis on which it moves.

Yes, that's the common sense answer, but I can see what Microsoft mean because it's from a coding perspective.

I did the poll on the other forum as well. Someone nailed the contradicting view points as looking at the process versus looking at the results.

That's the phrase I was trying to remember! :thumbup: It's not a bad line for any budding programmer to think of because it comes up in all sorts of subtle ways.

Offline Achim

  • Mega Heavy Poster
  • *******
  • Posts: 7179
  • Country: 00
    • View Profile
Re: If you split a window horizontally, you end up with...
« Reply #7 on: July 07, 2009, 06:46:44 AM »
Obviously (?) I also voted for the result ;) being a top and a bottom pane.

I had to read the explanation for the other line of thinking 2-3 times to understand where that's coming from...

Offline goodguy

  • Heavy Poster
  • *****
  • Posts: 1464
  • Colleen West never liked the first light of day.
    • View Profile
Re: If you split a window horizontally, you end up with...
« Reply #8 on: July 07, 2009, 05:26:14 PM »
Obviously (?) I also voted for the result ;) being a top and a bottom pane.

Well, at least I'm feeling like a very special person now...
Matthias

Najemikon

  • Guest
Re: If you split a window horizontally, you end up with...
« Reply #9 on: July 07, 2009, 06:41:11 PM »
Obviously (?) I also voted for the result ;) being a top and a bottom pane.

Well, at least I'm feeling like a very special person now...

"Special", maybe, but your new avatar is freaking me out!  :laugh:

Offline goodguy

  • Heavy Poster
  • *****
  • Posts: 1464
  • Colleen West never liked the first light of day.
    • View Profile
Re: If you split a window horizontally, you end up with...
« Reply #10 on: July 07, 2009, 07:30:56 PM »
"Special", maybe, but your new avatar is freaking me out!  :laugh:

 :weep: Aww, that's sad. For the first time, I wanted to join the "guys with a girl avatar" club.

BTW, it's from the best animated feature of 2008.
Not that I'm really qualified to make such a bold statement, but still...
Matthias

Najemikon

  • Guest
Re: If you split a window horizontally, you end up with...
« Reply #11 on: July 07, 2009, 07:52:33 PM »
"Special", maybe, but your new avatar is freaking me out!  :laugh:

 :weep: Aww, that's sad. For the first time, I wanted to join the "guys with a girl avatar" club.

BTW, it's from the best animated feature of 2008.
Not that I'm really qualified to make such a bold statement, but still...

It's only freaking me out, because it couldn't be more different to the old one! I tended to think that was actually you...  :P But abyway, onto to the new one, I don't remember seeing her in WALL.E...  :headscratch:  :tease:

Offline goodguy

  • Heavy Poster
  • *****
  • Posts: 1464
  • Colleen West never liked the first light of day.
    • View Profile
Re: If you split a window horizontally, you end up with...
« Reply #12 on: July 07, 2009, 08:18:11 PM »
But abyway, onto to the new one, I don't remember seeing her in WALL.E...  :headscratch:  :tease:

Yeah, well, Anne Hathaway wasn't in The Dark Knight either. So stop watching the wrong movies.  :tease:
Matthias

DVDsRGreat

  • Guest
Re: If you split a window horizontally, you end up with...
« Reply #13 on: July 08, 2009, 03:33:52 AM »
Top and bottom panes for me too. My head was :stars: thinking along the other line. Even as a programmer I've never come across a horizontal split that could be left-right  :P

Offline Achim

  • Mega Heavy Poster
  • *******
  • Posts: 7179
  • Country: 00
    • View Profile
Re: If you split a window horizontally, you end up with...
« Reply #14 on: July 08, 2009, 06:26:06 AM »
Yeah, well, Anne Hathaway wasn't in The Dark Knight either. So stop watching the wrong movies.  :tease:
:hysterical:

Great response.

But, ...what film is it from really?