-
I got a dialogue box with an error containing this information when I tried to switch audio devices from my USB headphones to my speakers. I tried to switch right after starting to play a song in Spot…
-
it simple create Window instead of the expected UserControl
``` xaml
```
instead of
``` xaml
```
-
At the moment I'm using a helper like this:
``` js
/**
* Returns a new `callingAll` function, which calls all given `functions` in a series.
*
* Each of the `functions` is bound to `thisArg` and g…
-
Could be great to create a visual studio template, to generate the project with all the default pre-installed folder, against radical default conventions (Presentation, Partial, Messaging, Handler, ..…
-
How are the main classes setup? When comparing them to `Launch Pad`, I noticed some differences. Which class is the top-level one, the `MainWindowVM` equivalent? And, how do we reference other classes…
-
I am pulling together some Helix work through a WPF document centric view. What I would like to do is dynamically replace the model(s) depending on the state of the view model in the document's DataCo…
-
for some reason mimosa isn't using a baseUrl to create includes. not only that but it cuts off the p from public.
```
Debug - Config for r.js run:
{
"optimize": "none",
"logLevel": 3,
"baseUrl"…
-
Hi,
What about creating a repo which contains a set of reusable UI components? something like [Angular-UI](https://angular-ui.github.io/) or [Khan Acacdemy](http://khan.github.io/react-components/)
…
-
We're typically quite conservative about adding significant new features to Knockout core, since we highly value keeping it as a small focused library, and not a big heavy framework.
This is good, bu…
-
Hi I have problem in conductor page, I thing it may be a bug.
I have `Conductor` that is holding one and only active viewModel (DashboardViewModel or LoginViewModel)
In xaml I have:
```