Questions tagged [supervisingcontroller]

6 questions
5
votes
1 answer

Humble View/MVP with WinForms and a collection of UserControls

I'm refactoring a WinForms (.NET 4) application that makes use of a TabControl to contain a UserControl--the UserControl is instantiated in each TabPage with the end result being editors in each tab. These are editing a collection of items that…
Melissa Avery-Weir
  • 1,357
  • 2
  • 16
  • 47
5
votes
2 answers

Implementation differences between MVP Passive View and Supervising Controller for collections

I've started to wrap my head around the whole MVP pattern and despite I'm doing fine with single objects it starts getting difficult when it comes to collections. So let's say we're architecting a simple WinForms application that consists of a…
Nano Taboada
  • 4,148
  • 11
  • 61
  • 89
3
votes
4 answers

Complex Supervising Controller examples for winforms

Sorry if this has already been asked before but I couldn't find any help. I was wondering if anyone had any good examples of complex winforms created using the supervising controller MVP pattern. I have read a lot of examples but they are really…
Nathan W
  • 54,475
  • 27
  • 99
  • 146
2
votes
4 answers

Data binding in passive view approach

As it mentioned in "Build your own CAB" blog post series when you are rolling on Passive View design pattern it's not possible to take advantages of Data Binding. It is not so clear for me as I want it be. So, could any one of you guys show any…
kseen
  • 359
  • 8
  • 56
  • 104
1
vote
2 answers

Model View Presenter and Repeater

I'm building an application using the Supervising Controller pattern (Model View Presenter) and I am facing a difficulty. In my page I have a repeater control that will display each item of a collection I am passing to it. The reapeater item…
Sebastien Lachance
  • 1,927
  • 2
  • 17
  • 24
-1
votes
2 answers

angular controller not returning result

{{name}}
app.js file angular.module('myApp',[]); var mainController =…
Deadpool
  • 7,811
  • 9
  • 44
  • 88