Click here to Skip to main content
15,909,898 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: Thought of the day Pin
Basildane16-Feb-17 6:28
Basildane16-Feb-17 6:28 
GeneralRe: Thought of the day Pin
Bryian Tan16-Feb-17 6:48
professionalBryian Tan16-Feb-17 6:48 
GeneralRe: Thought of the day Pin
TNCaver16-Feb-17 8:59
TNCaver16-Feb-17 8:59 
GeneralRe: Thought of the day Pin
Vivi Chellappa16-Feb-17 16:39
professionalVivi Chellappa16-Feb-17 16:39 
GeneralRe: Thought of the day Pin
CPallini16-Feb-17 20:48
mveCPallini16-Feb-17 20:48 
GeneralAPOD Pin
R. Giskard Reventlov16-Feb-17 4:33
R. Giskard Reventlov16-Feb-17 4:33 
GeneralRe: APOD Pin
jeron116-Feb-17 4:49
jeron116-Feb-17 4:49 
RantHalf a day lost due to a missing 5 mS delay. Pin
Cornelius Henning16-Feb-17 3:37
professionalCornelius Henning16-Feb-17 3:37 
I am currently working on my first Prism 6 MVVM project and ran into a sticky situation yesterday: To navigate between views, I use a tab control across the main window. As the user clicks on the tabs, different UserControl views are loaded. All went well, until I started clicking on certain controls in a particular view. At times the framework decided I was on the wrong view and would click a different tab for me, causing an unwanted change in the current view.

It drove me nuts for hours. Nothing I did seemed to make any difference. Mad | :mad:

After several hours I decided to try every available parameter option in the tab binding statement. Eventually I stumbled on a parameter that is new since .NET 4.5: The "Delay=xxx" parameter that causes a delay of xxx mS in the binding action. It worked! Even setting the delay to 1 mS works, but not if you set it to zero.

The frustrating part is that I don't understand why it works. However, I not complaining too much as long as it works. But as Thomas Carlyle said: "There is nothing more terrible than activity without insight." Sigh | :sigh:
Get me coffee and no one gets hurt!

GeneralRe: Half a day lost due to a missing 5 mS delay. Pin
CDP180216-Feb-17 3:54
CDP180216-Feb-17 3:54 
GeneralRe: Half a day lost due to a missing 5 mS delay. Pin
Cornelius Henning16-Feb-17 4:28
professionalCornelius Henning16-Feb-17 4:28 
GeneralRe: Half a day lost due to a missing 5 mS delay. Pin
Roger Wright16-Feb-17 6:09
professionalRoger Wright16-Feb-17 6:09 
GeneralRe: Half a day lost due to a missing 5 mS delay. Pin
CDP180216-Feb-17 6:46
CDP180216-Feb-17 6:46 
GeneralRe: Half a day lost due to a missing 5 mS delay. Pin
Roger Wright16-Feb-17 7:52
professionalRoger Wright16-Feb-17 7:52 
GeneralRe: Half a day lost due to a missing 5 mS delay. Pin
CDP180216-Feb-17 8:19
CDP180216-Feb-17 8:19 
GeneralRe: Half a day lost due to a missing 5 mS delay. Pin
Ron Anders16-Feb-17 4:05
Ron Anders16-Feb-17 4:05 
GeneralRe: Half a day lost due to a missing 5 mS delay. Pin
Cornelius Henning16-Feb-17 4:30
professionalCornelius Henning16-Feb-17 4:30 
GeneralRe: Half a day lost due to a missing 5 mS delay. Pin
Ron Anders16-Feb-17 5:40
Ron Anders16-Feb-17 5:40 
GeneralRe: Half a day lost due to a missing 5 mS delay. Pin
lopatir16-Feb-17 4:09
lopatir16-Feb-17 4:09 
GeneralRe: Half a day lost due to a missing 5 mS delay. Pin
Cornelius Henning16-Feb-17 4:32
professionalCornelius Henning16-Feb-17 4:32 
GeneralRe: Half a day lost due to a missing 5 mS delay. Pin
Marc Clifton16-Feb-17 7:16
mvaMarc Clifton16-Feb-17 7:16 
GeneralRe: Half a day lost due to a missing 5 mS delay. Pin
#realJSOP16-Feb-17 4:22
professional#realJSOP16-Feb-17 4:22 
GeneralRe: Half a day lost due to a missing 5 mS delay. Pin
Cornelius Henning16-Feb-17 4:26
professionalCornelius Henning16-Feb-17 4:26 
GeneralEDI frustrations Pin
FatCatProgrammer16-Feb-17 3:35
FatCatProgrammer16-Feb-17 3:35 
GeneralRe: EDI frustrations PinPopular
Jochen Arndt16-Feb-17 3:40
professionalJochen Arndt16-Feb-17 3:40 
GeneralRe: EDI frustrations Pin
CDP180216-Feb-17 3:43
CDP180216-Feb-17 3:43 

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.