Robert Gowland
|
Registered User
|
|
|
Nov 20 |
comment |
Can a Func<> call itself recursively? Same as stackoverflow.com/questions/1079164/… ? |
|
Nov 18 |
answered | Are there any Debugging Patterns? |
|
Nov 13 |
answered | Users asking for denormalized database |
|
Nov 9 |
comment |
Ways to prevent over-engineering? This is critical. However it requires the person who brings the design to have the humility to accept input from fellow employees. |
|
Oct 20 |
awarded | ● Popular Question |
|
Oct 19 |
answered | How to refactor this? |
|
Oct 7 |
comment |
Dealbreakers for new programming jobs? @Spence, yes, but that's true of every answer to this question. |
|
Sep 23 |
answered | What’s your process for dealing with database schema changes in a dev team? |
|
Sep 23 |
awarded | ● Yearling |
|
Sep 16 |
comment |
C# - Printing a .NET DataGridView Updated my answer with a link. Hope this helps! |
|
Sep 16 |
revised |
C# - Printing a .NET DataGridView Added link to code examples |
|
Sep 15 |
revised |
Python Class Decorator clarified what I am looking for |
|
Aug 31 |
comment |
First Agile Project - What should I write first? OK, assuming he knows what TDD is, where would he start writing tests? |
|
Aug 25 |
comment |
Do you ever talk about programming to non-programmers? Agreed. Most people find my company's products fascinating, but glaze over when I get even the slightest bit technical. |
|
Aug 18 |
comment |
What are your favorite Vim tricks? In addition to <> and "", this also works with [], {}, and (). |
|
Jul 13 |
comment |
does an incorrect comment smell? @n8wrl - Except that the discrepancy in this case could have led to the bug right away, which, in my opinion, means that the commented code was better than uncommented code would have been, even though the comment was wrong. |
|
Jul 13 |
comment |
What is a less pleasing sounding name for the waterfall process? Or No Going Back. |
|
Jul 9 |
comment |
C# UserControl.VerticalScroll.Value not being set I'd have to test it to up-vote it. Since the project was completed in May, you'll have to wait until I get a free moment. |
|
Jun 26 |
comment |
C# prevent Delete key on custom widget from triggering short-cut on menu @marr75, I have to disagree with the statement that using Delete as a short-cut key is a bad idea. We're simply applying it to a widget that doesn't have default handling. We have the exact same problem with Ctrl-C, Ctrl-V, and Ctrl-X, but lots of programs use those as short-cut keys to menu items, the difference is that they somehow are able to know when the user intends them to be applied to the main window rather than on a widget in a side-bar. (Actually, not all handle it well. We recently discovered that Microsoft Project has the same bug as us.) |
|
Jun 26 |
comment |
C# prevent Delete key on custom widget from triggering short-cut on menu @C-Pound Guru, For just the Delete key shortcut that's fine, but also do copy and paste (Ctrl-C, and Ctrl-V respectively). These are the standard short-cuts for these operations; changing them to Shift-Ctrl-C and Shift-Ctrl-V just so that the action is performed only when the user intends to perform the action on the main widget seems to make the application clunky and non-standard. The second option would be find if there was only one text box, but there are several widgets and adding an event to each one to try to guess the user's intent would be cumbersome. |
|
Jun 26 |
comment |
C# prevent Delete key on custom widget from triggering short-cut on menu Correction to my previous comment: just handling the keypress when the widget we care about is active would not show the short-cut keys on the menu beside their respective actions so that is not a valid solution either. |
|
Jun 26 |
revised |
C# prevent Delete key on custom widget from triggering short-cut on menu Formatting, rewording |
|
Jun 26 |
answered | C# prevent Delete key on custom widget from triggering short-cut on menu |
|
Jun 24 |
answered | Is there a Workflow tool that increases productivity |
|
Jun 23 |
comment |
C# prevent Delete key on custom widget from triggering short-cut on menu @marr75, the more I look at this issue, the more I agree that using Delete as a global shortcut was a bad idea; the amount of code we'd have to add in order to make sure that we perform the delete only when we suspect the customer wants it is staggering. Conversely, we could just handle the keypress when the widget we care about is active would get us very close to our original intention. |
|
Jun 22 |
comment |
Can you delete a column of text in Vim / Vi / gVim? Note that if using Vim under Windows, this won't work (perhaps with the right config it may). |
|
Jun 22 |
comment |
C# prevent Delete key on custom widget from triggering short-cut on menu @LBushkin - we're using WinForms |
|
Jun 22 |
comment |
C# prevent Delete key on custom widget from triggering short-cut on menu @RBarryYoung - Turns out KeyPreview is not on at the time that the call is made. The main menu must get some sort of special preview privilege separate from the main form. |
|
Jun 19 |
asked | C# prevent Delete key on custom widget from triggering short-cut on menu |
|
Jun 11 |
comment |
C# UserControl.VerticalScroll.Value not being set @Aowyn, thanks a tonne, I just had a chance to test this and it works great. |
|
Jun 11 |
comment |
DataGridView ToolTipText not showing Thanks, fyasar, but it's a desktop app (see question), so Jquery isn't going to be of much help to me. |
|
Jun 10 |
comment |
Ever done a total rewrite of a large C++ application in C#? I agree. While not C++ to C#, we're in year 5 of a 1 year project to rewrite our legacy app. Could've been done in chunks without the customer knowing. Of course, that's not as hype-worthy as a brand new system. |
|
Jun 9 |
answered | Is function point analysis still used for estimates? |
|
Jun 8 |
revised |
Useful BASH code snippets Clarified that I was refering to BASH script rather than BASH command line |
|
Jun 8 |
answered | Useful BASH code snippets |
|
Jun 4 |
comment |
What are the five priorities for software development? 1 is only satisfied by 2-6 IFF the functional spec truly captures the stakeholders' needs. |
|
Jun 2 |
awarded | ● Civic Duty |
|
Jun 2 |
answered | How can I avoid pitfalls passing the finished product to the install team? |
