Click here to Skip to main content
15,891,674 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: EDI frustrations Pin
F-ES Sitecore16-Feb-17 3:58
professionalF-ES Sitecore16-Feb-17 3:58 
GeneralRe: EDI frustrations Pin
User 842016-Feb-17 4:10
User 842016-Feb-17 4:10 
GeneralRe: EDI frustrations Pin
OriginalGriff16-Feb-17 4:19
mveOriginalGriff16-Feb-17 4:19 
GeneralRe: EDI frustrations Pin
megaadam16-Feb-17 4:49
professionalmegaadam16-Feb-17 4:49 
GeneralRe: EDI frustrations Pin
OriginalGriff16-Feb-17 4:59
mveOriginalGriff16-Feb-17 4:59 
GeneralRe: EDI frustrations Pin
Roger Wright16-Feb-17 6:11
professionalRoger Wright16-Feb-17 6:11 
GeneralRe: EDI frustrations Pin
Kyle Moyer16-Feb-17 10:37
Kyle Moyer16-Feb-17 10:37 
GeneralWTF of the day - menu handedness Pin
Marc Clifton16-Feb-17 3:25
mvaMarc Clifton16-Feb-17 3:25 
For a while now, I've been noticing that the left-right cursor key navigation of menus on my C# apps that use MenuStrip is backwards -- I press the right arrow at the top level menu, and the menu to the left is selected, and vice versa.

So after appropriate google-fu (which was a bit difficult because the search terms hit all sorts of irrelevant results for what I was looking for) I found this helpful SO:


This is a bug/misfeature in MenuStrip.
Looking at the ToolStripDropDown.ProcessArrowKey implementation with Reflector shows that the arrow keys get reversed depending on SystemInformation.RightAlignedMenus. That's not right. It should depend on the right-to-left mode of the menu strip itself, which may sometimes (usually?) match SystemInformation.RightAlignedMenus, but not always, and not on my system.
SystemInformation.RightAlignedMenus is user-configurable via Control Panel, Tablet PC Settings, Other, Handedness, and indeed if I change that to Left-handed, I get the menus to behave correctly.


So, sure enough, on my laptop, the "handedness" was set to "right-handed." Setting it to "left-handed" fixes my menu problem.

WTF Microsoft?

Now, what I really love is the accompanying description in the Tablet PC Settings dialog:


Right-handed: Menus appear to the left of your hand.

Left-handed: Menus appear to the right of your hand.


Uh, no. When I change the setting to "left-handed", the menus still are on the left, thankfully.

What an elephanting mess.

Marc
V.A.P.O.R.ware - Visual Assisted Programming / Organizational Representation

Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

Artificial intelligence is the only remedy for natural stupidity. - CDP1802

GeneralRe: WTF of the day - menu handedness Pin
Richard Deeming16-Feb-17 3:41
mveRichard Deeming16-Feb-17 3:41 
GeneralRe: WTF of the day - menu handedness Pin
Mark_Wallace16-Feb-17 3:44
Mark_Wallace16-Feb-17 3:44 
GeneralRe: WTF of the day - menu handedness Pin
S Houghtelin16-Feb-17 5:13
professionalS Houghtelin16-Feb-17 5:13 
GeneralRe: WTF of the day - menu handedness Pin
Rick York16-Feb-17 5:16
mveRick York16-Feb-17 5:16 
GeneralRe: WTF of the day - menu handedness Pin
RedDk16-Feb-17 8:25
RedDk16-Feb-17 8:25 
GeneralAnd you can stop that as well! Pin
OriginalGriff16-Feb-17 2:14
mveOriginalGriff16-Feb-17 2:14 
GeneralRe: And you can stop that as well! Pin
Mark_Wallace16-Feb-17 2:23
Mark_Wallace16-Feb-17 2:23 
GeneralRe: And you can stop that as well! Pin
CDP180216-Feb-17 2:23
CDP180216-Feb-17 2:23 
JokeRe: And you can stop that as well! Pin
Peter_in_278016-Feb-17 2:26
professionalPeter_in_278016-Feb-17 2:26 
GeneralRe: And you can stop that as well! Pin
OriginalGriff16-Feb-17 2:37
mveOriginalGriff16-Feb-17 2:37 
GeneralRe: And you can stop that as well! Pin
raddevus16-Feb-17 7:49
mvaraddevus16-Feb-17 7:49 
GeneralRe: And you can stop that as well! Pin
OriginalGriff16-Feb-17 8:11
mveOriginalGriff16-Feb-17 8:11 
GeneralRe: And you can stop that as well! Pin
raddevus16-Feb-17 8:51
mvaraddevus16-Feb-17 8:51 
QuestionRe: And you can stop that as well! Pin
megaadam16-Feb-17 2:27
professionalmegaadam16-Feb-17 2:27 
GeneralRe: And you can stop that as well! Pin
Cornelius Henning16-Feb-17 2:36
professionalCornelius Henning16-Feb-17 2:36 
GeneralRe: And you can stop that as well! Pin
Member 1168325116-Feb-17 2:40
Member 1168325116-Feb-17 2:40 
QuestionRe: And you can stop that as well! Pin
Maximilien16-Feb-17 2:44
Maximilien16-Feb-17 2:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.