The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
9 views

Object has no method 'call' when setting Backbone Model from Trigger

So, I just spent about 3 hours trying to debug this nasty thing and I'm at wits end. What I'm trying to do is fairly simple. I'm working with a search query (string) and trying to set a global model ...
0
votes
1answer
43 views

Events Only in Model of MVVM WPF Architecutre

I have request by my leadership to consolidate events in a centralized place. This is the story..... We implemented an architecture, where we are developing a system as components (say one of the ...
2
votes
1answer
149 views

Backbone EventAggregator issue and questions

I am building a Backbone app using require.js for modular loading and Marionette to help with my application structuring and functionality. I have set up a require module for the event aggregator like ...
2
votes
2answers
251 views

Simple event aggregator

I'm looking for a simple event aggregator that works with require.js. I have two modules, one containing a view model and another with a "listener" of some sort: // view model ...
0
votes
0answers
94 views

Unhandled Exception using WPF/MvvM/Prism4/Eventaggregator

We have developed an application using WPF/MvvM/Prism4/Eventaggregator. We have a big problem with unhandled exceptions in our application. We have all these trapped/implemented in the application ...
0
votes
1answer
121 views

Reactive Extensions vs Event Aggregator

I am new to Reactive Extensions. I understand that Rx observes for any changes (at runtime) to the underlying object and notifies when changed to the subscribers. Consider the Rx for events, which ...
0
votes
1answer
81 views

GetEvent<>.Subscribe of event aggregator gives exception

I am loading the dll's using reflection and I then try to execute a method in that dll. That method has this line that subscribes to an event. I get an exception at this line This line is in a dll ...
0
votes
5answers
211 views

Pattern for binding commands on a child ViewModel from a parent menu

I'm creating a WPF MVVM app using Caliburn Micro. I have a set of buttons in a menu (Ribbon) that live in the view for my shell view model, which is a ScreenConductor. Based on the currently active ...
1
vote
1answer
108 views

How can I invoke a Callback action on the publisher of a PRISM CompositePresentationEvent?

Is it possible to invoke a callback action on the publisher of a PRISM CompositePresentationEvent after it has been handled by the subscriber? If yes, how can I do it? Here is the example scenario: ...
5
votes
1answer
158 views

Comunicating between views design patterns with events

event handlers are fine when you have a view that reference another view and listens its events, thats perfect for decoupling and reusability. the problem though is sometimes I have views that is not ...
0
votes
2answers
296 views

Make View Models activation aware in Prism/Composite MVVM WPF application

In my MVVMC application I have a process which contains multiple steps, basically a wizard. My controller resolves my outer View (call it WizardView) and adds it to the main region. WizardView ...
0
votes
2answers
128 views

Using Rx with, or alongside, Prism's EventAggregator - suggested approaches?

It strikes me that there is both some overlap and conflict between Prism's EventAggregator and Rx Framework, in that both are about subscribing to event streams. Rx obviously provides much more fine ...
0
votes
0answers
40 views

Localization eventaggregator refresh view on languagechange

I have a WPF Prism-Application with 3 Modules. In one Module are about 10 views visible at the same Time. I've Connected all Views to the event i throw when the Language is changed via the ...
4
votes
2answers
666 views

Backbone.js “fat router” design conundrum

I have spent the last 2 weeks learning backbone and related tools as well as writing an application. I have hit a wall with a design issue and would like to know what kind of solutions are available ...
3
votes
2answers
84 views

Mixing enums with event classes in an event aggregator

I attempted to implement my own simple event aggregator recently. I got a lot of inspiration from the event aggregator article on MSDN. There is one thing that I notice about the event aggregator on ...

1 2 3 4 5 8
15 30 50 per page