Click here to Skip to main content
15,887,214 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionMessage Queue Pin
Member 997471330-Jun-13 1:06
Member 997471330-Jun-13 1:06 
AnswerRe: Message Queue Pin
Pete O'Hanlon30-Jun-13 10:57
mvePete O'Hanlon30-Jun-13 10:57 
GeneralRe: Message Queue Pin
Member 997471330-Jun-13 23:19
Member 997471330-Jun-13 23:19 
GeneralRe: Message Queue Pin
Pete O'Hanlon1-Jul-13 3:01
mvePete O'Hanlon1-Jul-13 3:01 
QuestionCan not move controls over a user control Pin
dSolariuM29-Jun-13 9:53
dSolariuM29-Jun-13 9:53 
QuestionDiscussion on Screen Size and MDI Pin
Ron Beyer26-Jun-13 12:20
professionalRon Beyer26-Jun-13 12:20 
AnswerRe: Discussion on Screen Size and MDI Pin
Sergey Alexandrovich Kryukov26-Jun-13 13:33
mvaSergey Alexandrovich Kryukov26-Jun-13 13:33 
GeneralRe: Discussion on Screen Size and MDI Pin
Ron Beyer26-Jun-13 14:03
professionalRon Beyer26-Jun-13 14:03 
The type of information display (getting a little off topic I guess) is indeed not the most efficient or concise way to display it I do agree, however I don't think that we can also make a statement that its not useful in all situations. The industry I work in for example (similar to yours), its much easier to interpret quickly a needle pointing to a red range on a gauge than look at a number and ask if its within normal range or getting close to something dangerous. I don't believe that in the industrial automation world that there will ever be a replacement for analog gauges even digitally represented.

A good case study of this is glass cockpits (I'm also a pilot), where it takes a lot longer to interpret numeric data than graphical. Pilots have a few seconds to scan gauges before getting eyes back outside where they need to be. To me, glass cockpit gauges are the best representation because if you notice, they don't have numbers on them, just a needle and colors. The numeric data is underneath. The scale is distracting and doesn't give any additional information...

That being said (and more back to the point), sometimes the best way to represent data isn't the one that makes the most efficient use of space. On top of that we need to logically group data so that its presented in a way that doesn't require the user to switch displays too often.

Maybe a "single form" UI design is the answer to some of that, and maybe WPF is another piece of the puzzle because it's more vector based than raster, but in the world of industrial automation we just aren't there yet.

MDI was a useful container for what we were attempting to accomplish. It provided a container for forms so that they couldn't be moved outside the assigned display (the IA applications we use sometimes use multiple screens from the same computer for 2 users). I still haven't found another way to accomplish this without code-behind.

I'm still not convinced (not saying you aren't convincing, just in general Smile | :) ) that the single form UI Microsoft is moving to is increasing productivity or usability. If we all worked on tablets I would say yes, but we all still work on multiple monitor, multi-tasking computers and the concept doesn't seem well thought out yet...
GeneralRe: Discussion on Screen Size and MDI Pin
Sergey Alexandrovich Kryukov26-Jun-13 16:55
mvaSergey Alexandrovich Kryukov26-Jun-13 16:55 
SuggestionRe: Discussion on Screen Size and MDI Pin
TnTinMn27-Jun-13 8:00
TnTinMn27-Jun-13 8:00 
GeneralRe: Discussion on Screen Size and MDI Pin
Ron Beyer27-Jun-13 8:39
professionalRon Beyer27-Jun-13 8:39 
GeneralRe: Discussion on Screen Size and MDI Pin
TnTinMn27-Jun-13 13:47
TnTinMn27-Jun-13 13:47 
QuestionCan not load dlls in project Pin
Nooredin25-Jun-13 23:49
Nooredin25-Jun-13 23:49 
AnswerRe: Can not load dlls in project Pin
Eddy Vluggen26-Jun-13 0:11
professionalEddy Vluggen26-Jun-13 0:11 
GeneralRe: Can not load dlls in project Pin
Nooredin26-Jun-13 0:24
Nooredin26-Jun-13 0:24 
GeneralRe: Can not load dlls in project Pin
Eddy Vluggen26-Jun-13 1:12
professionalEddy Vluggen26-Jun-13 1:12 
GeneralRe: Can not load dlls in project Pin
Dave Kreskowiak26-Jun-13 2:23
mveDave Kreskowiak26-Jun-13 2:23 
AnswerRe: Can not load dlls in project Pin
Nooredin26-Jun-13 2:31
Nooredin26-Jun-13 2:31 
QuestionProblem with accessing Asp.net web application through other system Pin
ven75325-Jun-13 20:49
ven75325-Jun-13 20:49 
AnswerRe: Problem with accessing Asp.net web application through other system Pin
Bernhard Hiller25-Jun-13 21:07
Bernhard Hiller25-Jun-13 21:07 
AnswerRe: Problem with accessing Asp.net web application through other system Pin
MaulikDusara26-Jun-13 8:52
MaulikDusara26-Jun-13 8:52 
AnswerRe: Problem with accessing Asp.net web application through other system Pin
Manu V Nath3-Jul-13 23:11
professionalManu V Nath3-Jul-13 23:11 
QuestionExecutable not running from the System32 directory Pin
Dotnetifier24-Jun-13 5:46
Dotnetifier24-Jun-13 5:46 
AnswerRe: Executable not running from the System32 directory Pin
Bernhard Hiller24-Jun-13 21:56
Bernhard Hiller24-Jun-13 21:56 
GeneralRe: Executable not running from the System32 directory Pin
Dotnetifier25-Jun-13 3:29
Dotnetifier25-Jun-13 3:29 

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.