New Posts New Posts RSS Feed: Prism explorer and prism or infrastructure commanding
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Prism explorer and prism or infrastructure commanding

 Post Reply Post Reply
Author
Niels Verkaart View Drop Down
Newbie
Newbie
Avatar

Joined: 05-Aug-2009
Location: Netherlands
Posts: 9
Post Options Post Options   Quote Niels Verkaart Quote  Post ReplyReply Direct Link To This Post Topic: Prism explorer and prism or infrastructure commanding
    Posted: 18-Nov-2009 at 6:23am
Hello,

I'm recreating a Silverlight test project from the Prism explorer example. In that I need a Prism event/command from TextBox change.

In your example I can see reference to cal:Click.Command from a button, but in a combobox you use another method: infrastructure:SelectionChanged.Command

I wanted to use the Prism way, and expected so because your readme file in the Infrastructure project says that they are no longer used. It rather seems it is used, but I would like to know how it would be possible in the Prism way.

Any help is much appriciated.

Niels Verkaart
Back to Top
WardBell View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 31-Mar-2009
Location: Emeryville, CA,
Posts: 338
Post Options Post Options   Quote WardBell Quote  Post ReplyReply Direct Link To This Post Posted: 20-Nov-2009 at 4:17pm

Sorry for the delayed response. I didn't see this for some reason.

One of the deficiencies of the Prism commanding approach is that they only wired it for Buttons. However, they do describe how you can extend commanding to other control events.
 
There is an example of that in Prism Explorer. Take a look at Infrastructure.Commanding.SelectionChanged and SelectorSelectionChangedCommandBehavior.
 
Then look at its usage in the module, ModelExplorer.Explorer.ExplorerView.xaml. Around line 278 you will find a binding of a ComboBox.SelectionChanged event to this command.
 
Use that as a model to come up with your own command behavior for binding to the TextBox changed event.
Back to Top
WardBell View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 31-Mar-2009
Location: Emeryville, CA,
Posts: 338
Post Options Post Options   Quote WardBell Quote  Post ReplyReply Direct Link To This Post Posted: 20-Nov-2009 at 4:25pm
Hi Niels - I just re-read your post and realize that you found that example. That is the Prism way as I understand it. Please post again here if there is something specific about my example that I can explain better.
Back to Top
Niels Verkaart View Drop Down
Newbie
Newbie
Avatar

Joined: 05-Aug-2009
Location: Netherlands
Posts: 9
Post Options Post Options   Quote Niels Verkaart Quote  Post ReplyReply Direct Link To This Post Posted: 23-Nov-2009 at 11:29am
okay thank you Ward,
I was a little off track from the readme, but no problem though. I will first read about these dependency properties to be sure what I'm doing. I want to learn about any performance penalties too, so there is much ahead.
Thanks again.
Niels Verkaart
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down