New Post: windowsManage.showdialog() - tryclose does nothing
Where you calling the TryClose() from?
View ArticleNew Post: windowsManage.showdialog() - tryclose does nothing
Forgive me i had forgotten about this post, i turns out i had a leftover view.bind.model from when i was doing view first, and it ended up creating a second viewmodel therefore breaking the binding so...
View ArticleNew Post: Neither BindableAppBar Background nor BackgroundColor seem to work
Hello everyone, If I'm using the standard Windows Phone ApplicationBar and set the BackgroundColor value to any color, I can see that colour set properly. However, when I'm using the BindableAppBar...
View ArticleNew Post: Neither BindableAppBar Background nor BackgroundColor seem to work
its a design constraint you have to live with you can't change the background color, part of the specification from MS with respect to Windows Phone "look & feel"
View ArticleNew Post: Neither BindableAppBar Background nor BackgroundColor seem to work
With all respect, that's not true... the guidelines are just guidelines for a reason, other wise Microsoft would've enforced them as mandatory requirements. Sometimes you're into a situation where you...
View ArticleNew Post: Neither BindableAppBar Background nor BackgroundColor seem to work
I remember now why I was under the impression of the constraint so I never bothered to follow up on it.. Basically since the ApplicationBar was "non-bindable" (code behind wasn't something I wanted to...
View ArticleNew Post: Neither BindableAppBar Background nor BackgroundColor seem to work
I'm trying to set the colour the "normal" way :) ... I tried BackgroundColor="Brown", BackgroundColor="{StaticResource BrownColour}", Background="{StaticResource BrownBrush}" ... etc. in short, I tried...
View ArticleNew Post: Stealing focus
Hey BronwenZ, I think I'm having the exact same problem. Showing my window never steals focus away. I described my problem more in detail on this StackOverflow post:...
View ArticleNew Post: Neither BindableAppBar Background nor BackgroundColor seem to work
since it has the ability to be bound have you tried a color binding yet?
View ArticleNew Post: Neither BindableAppBar Background nor BackgroundColor seem to work
If you mean BackgroundColor="{Binding BrownColour}", that didn't work either
View ArticleNew Post: Neither BindableAppBar Background nor BackgroundColor seem to work
My apology; I was under the impression that BindableAppBar is part of Caliburn.Micro while it isn't... obviously I'm asking my question in the wrong forum :)
View ArticleNew Post: Stealing focus
Hey @mleroy - Haven't found a way yet. Let me know if you find a workable solution
View ArticleNew Post: Message.Attach on a custom event
Hi, I've made a user control that has it's own Click Event. The control sits inside an items control I can hook to this event in xaml/code behind as normal fine. e.g. <ItemsControl Grid.Column="1"...
View ArticleNew Post: EventAggregator.cs
Hi, Would it be OK if I lifted the EventAggregator class out and added it solely into one of my projects? I will add an entry into my about box as I certainly want to credit the people who did the...
View ArticleNew Post: Stealing focus
I ended up on this article: http://blog.jorgearimany.com/2010/10/win32-setforegroundwindow-equivalent-in.html It suggests to call view.Activate(). It works my demo code and I'll confirm on the SO post...
View ArticleNew Post: Stealing focus
Not for me. My case that doesn't work is when they re-open a view using something outside of the application i.e. using a hot key when they have focus set to a different application e.g. notepad.
View ArticleNew Post: EventAggregator.cs
it's on nuget as a separate source drop in, I believe, as indicated on the downloads page...https://caliburnmicro.codeplex.com/releases/view/108277
View ArticleNew Post: EventAggregator.cs
Hi, Thanks for the reply. I shall look into NuGet when I next can. Thanks again, Simon Sent from my Windows Phone
View ArticleNew Post: Binding dependency properties outside of the visual tree
Hi, I am fairly new to Caliburn.micro, so I'd first like to apologize if what I ask ends up being too simple... but I have done my fair bit of research and can't seem to find an answer. I have a view...
View Article