New Post: Calling TryClose from ContextMenu on TaskbarIcon leaves process...
I am seeing the following inconsistant behavior: Calling TryClose from a ContextMenu in a TaskbarIcon control (via Message.Attach) closes the window but does not always exit the process. I have two...
View ArticleNew Post: Calling TryClose from ContextMenu on TaskbarIcon leaves process...
Is your shell view the TaskbarIcon itself? If not, what are you attaching it to? Are you disposing the TaskbarIcon on exit? I am currently using the same control, and I have no issues on exit (got...
View ArticleNew Post: Calling TryClose from ContextMenu on TaskbarIcon leaves process...
No I have a standard View/ViewModel for a main window, and then a sub-View/ViewModel inside the Shell. The Taskbar is just placed inside the ShellView. According to the TaskbarIcon's project page, it...
View ArticleNew Post: Having Trouble Getting Started on Windows Phone 8
...and now I feel like an idiot. I was positive I had tried that naming convention, but as soon as I changed the names in the View it worked instantly. Thanks!
View ArticleNew Post: Having Trouble Getting Started on Windows Phone 8
No panic, I still do it every so often! You learn after a while to check your conventions first.
View ArticleNew Post: UI takes time to referesh
I Have tried with OnViewReady method but no luck . Can you check from your side why it is happening? Here we are just getting control not video.
View ArticleCreated Unassigned: Callisto Settings Window for WinRT floats away from right...
I've found a problem with the settings window displayed when using the Settings Service to register a settings command. I imagine the problem may occur with other Callisto windows as well, but I...
View ArticleCreated Unassigned: Loading Views from different assembly [310]
Hi,I have a WP8 main project which is linked to a library where all my views (pages included) are located, all of them under a Views folder. ViewModels are placed in the main project.I'm trying to...
View ArticleEdited Unassigned: Loading Views from different assembly [310]
Hi,I have a WP8 main project which is linked to a library where all my views (pages included) are located, all of them under a Views folder. ViewModels are placed in the main project.I'm trying to...
View ArticleNew Post: Views as User Controls or Windows
I am new to this and as such probably being an idiot...that said, do I want my Views to be UC's or Windows? I'm guessing it depends on my usage scenario. I have a main view that has "buttons" on it for...
View ArticleNew Post: Views as User Controls or Windows
I have 1 window for the shell and the rest of my "windows" are UCs that will be dropped onto a generated window with the use of the WindowManager, simple and complex in one package. ShowDialog creates...
View ArticleNew Post: Views as User Controls or Windows
Thanks, that is the path I had already gone down as well. I am REALLY enjoying Caliburn.Micro, I just wish there was more documentation. Thanks
View ArticleCommented Unassigned: Callisto Settings Window for WinRT floats away from...
I've found a problem with the settings window displayed when using the Settings Service to register a settings command. I imagine the problem may occur with other Callisto windows as well, but I...
View ArticleClosed Unassigned: Callisto Settings Window for WinRT floats away from right...
I've found a problem with the settings window displayed when using the Settings Service to register a settings command. I imagine the problem may occur with other Callisto windows as well, but I...
View ArticleCommented Unassigned: Loading Views from different assembly [310]
Hi,I have a WP8 main project which is linked to a library where all my views (pages included) are located, all of them under a Views folder. ViewModels are placed in the main project.I'm trying to...
View ArticleCommented Unassigned: BindableAppBar and using Pivot in WP8 [308]
When I use the BindableAppBar in a Pivot, the BindableAppBar does not show up initially unless you first scroll between the Pivot pages.Are there any issues to the BindableAppBar and Pivot? I am not...
View ArticleCommented Unassigned: Loading Views from different assembly [310]
Hi,I have a WP8 main project which is linked to a library where all my views (pages included) are located, all of them under a Views folder. ViewModels are placed in the main project.I'm trying to...
View ArticleClosed Unassigned: Loading Views from different assembly [310]
Hi,I have a WP8 main project which is linked to a library where all my views (pages included) are located, all of them under a Views folder. ViewModels are placed in the main project.I'm trying to...
View ArticleClosed Unassigned: BindableAppBar and using Pivot in WP8 [308]
When I use the BindableAppBar in a Pivot, the BindableAppBar does not show up initially unless you first scroll between the Pivot pages.Are there any issues to the BindableAppBar and Pivot? I am not...
View ArticleClosed Issue: Caliburn Micro doesn't play nice with the...
Caliburn Micro has its own ApplicationBar implementation to support binding, but it's a bit limited, because you can't use binding for Text and IconUri properties, which are very common scenarios (for...
View Article