CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: AlanROrr

Search: Search took 0.02 seconds.

  1. Binding to ObservableCollection for Visibility. What is wrong with this XAML or ?

    Hi,

    If you could help that would be great!

    The XAML line with visibility for the chart is as follows
    <chartingToolkit:Chart Visibility="{Binding BrightnessValueList,...
  2. Replies
    4
    Views
    15,373

    Re: Single or Many ViewModels (WPF/MVVM)?

    Got it and thanks for the insights! I appreciate it. I especially like your point on the hub!
  3. Replies
    4
    Views
    15,373

    Re: Single or Many ViewModels (WPF/MVVM)?

    Great explanation - thank you!

    In response to your last paragraph, (1) yes, the currently single ViewModel adequately represents the View (as well as the multiple tabs/user controls). What I...
  4. Replies
    4
    Views
    15,373

    Single or Many ViewModels (WPF/MVVM)?

    Hi,
    I currently have a single ViewModel decomposed internally into regions based on areas: ConnectingToFocuserMethods, ConnectingToCameraMethods, etc.

    What advantages/disadvantages are there to...
  5. Replies
    0
    Views
    2,949

    Tool to Add Validation Code

    Hi,
    Does anyone know of a tool to add validation code to a viewmodel class based on supplied criteria? It seems like it would be easier to enter the criteria and less error prone than had coding it....
  6. Replies
    3
    Views
    869

    Tracking User Events

    Hello,

    Just wondering what software is available for tracking user events (e.g. mouse clicks, text entered into edit boxes, etc.). It would be a program that logs all user interaction with an...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured