Click here to Skip to main content
15,891,777 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Unable to click or select TextBox in WPF? Pin
Alisaunder6-Oct-11 6:40
Alisaunder6-Oct-11 6:40 
GeneralRe: Unable to click or select TextBox in WPF? Pin
Pete O'Hanlon6-Oct-11 7:14
mvePete O'Hanlon6-Oct-11 7:14 
GeneralRe: Unable to click or select TextBox in WPF? Pin
Alisaunder6-Oct-11 8:04
Alisaunder6-Oct-11 8:04 
GeneralRe: Unable to click or select TextBox in WPF? Pin
SledgeHammer016-Oct-11 7:26
SledgeHammer016-Oct-11 7:26 
GeneralRe: Unable to click or select TextBox in WPF? Pin
Alisaunder6-Oct-11 8:02
Alisaunder6-Oct-11 8:02 
GeneralRe: Unable to click or select TextBox in WPF? Pin
SledgeHammer016-Oct-11 8:23
SledgeHammer016-Oct-11 8:23 
AnswerRe: Unable to click or select TextBox in WPF? Pin
Alisaunder23-Oct-11 2:32
Alisaunder23-Oct-11 2:32 
QuestionPRISM - When is the module catalogue's modules registered with the container? Pin
Phillip Donegan4-Oct-11 22:13
Phillip Donegan4-Oct-11 22:13 
Hi All,

As the title says really, when in PRISM are each of the modules in the module catalog registered with the container (in my case Castle). And can I override it?

Basically the problem I have is that when doing this for example:

this.ModuleCatalog.AddModule(AvailableApplicationModules.SampleModule);


At some point that module is then registered with the container. Now in castle atleast when doing this if no Name is specified (which it isn't) then the default AssemblyQualifiedName of the implementation is used. This includes the version number and is causing problems on the build server when it will always be dynamic. So my plan is the set the .Name property when the module is registered with the container so that I can retrieve the module by using:

this.windsorContainer.Resolve<object>(string Key)


But I can't find the part were the modules are registered with the container. I'm presuming that PRISM itself takes care of this so I guess I need to override something.

modified 5-Oct-11 4:31am.

AnswerRe: PRISM - When is the module catalogue's modules registered with the container? Pin
Abhinav S5-Oct-11 2:04
Abhinav S5-Oct-11 2:04 
Questionxps file Pin
Aartemis4-Oct-11 5:41
Aartemis4-Oct-11 5:41 
AnswerRe: xps file Pin
Pete O'Hanlon4-Oct-11 5:50
mvePete O'Hanlon4-Oct-11 5:50 
QuestionSilverlight DataGrid - Get Each Row Issue Pin
NTheOne4-Oct-11 1:51
NTheOne4-Oct-11 1:51 
AnswerRe: Silverlight DataGrid - Get Each Row Issue Pin
Pete O'Hanlon4-Oct-11 1:54
mvePete O'Hanlon4-Oct-11 1:54 
QuestionDynamically Loaded Modules (.xap) with Build Server Versioning Pin
Phillip Donegan3-Oct-11 23:08
Phillip Donegan3-Oct-11 23:08 
QuestionAdds in - MAF Pin
columbos149273-Oct-11 1:11
columbos149273-Oct-11 1:11 
AnswerRe: Adds in - MAF Pin
Pete O'Hanlon3-Oct-11 1:36
mvePete O'Hanlon3-Oct-11 1:36 
GeneralRe: Adds in - MAF Pin
columbos149273-Oct-11 1:42
columbos149273-Oct-11 1:42 
GeneralRe: Adds in - MAF Pin
Pete O'Hanlon3-Oct-11 2:17
mvePete O'Hanlon3-Oct-11 2:17 
QuestionNavigate between xaml page from aspx page Pin
yesu prakash2-Oct-11 20:00
yesu prakash2-Oct-11 20:00 
AnswerRe: Navigate between xaml page from aspx page Pin
Abhinav S2-Oct-11 22:28
Abhinav S2-Oct-11 22:28 
QuestionHelp me please Pin
Noor20112-Oct-11 3:03
Noor20112-Oct-11 3:03 
AnswerRe: Help me please Pin
Simon Bang Terkildsen2-Oct-11 8:14
Simon Bang Terkildsen2-Oct-11 8:14 
GeneralRe: Help me please Pin
Noor20112-Oct-11 18:03
Noor20112-Oct-11 18:03 
GeneralRe: Help me please PinPopular
Simon Bang Terkildsen2-Oct-11 18:18
Simon Bang Terkildsen2-Oct-11 18:18 
GeneralRe: Help me please Pin
Noor20112-Oct-11 22:34
Noor20112-Oct-11 22:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.