RE: [SetupXP] PropertyPage::OnInit

2003-07-20 Thread Gary R. Van Sickle
I would like to propose NOT moving the global font settings into PropertyPage::OnInit, and consequently not requiring Call base class OnInit() changes in all derived classes. Don't quite follow the former, agree with the latter if there's another way to do it. The pages themselves are

Re: [SetupXP] PropertyPage::OnInit

2003-07-20 Thread Max Bowsher
Gary R. Van Sickle wrote: I would like to propose NOT moving the global font settings into PropertyPage::OnInit, and consequently not requiring Call base class OnInit() changes in all derived classes. Don't quite follow the former, agree with the latter if there's another way to do it. The

[SetupXP] PropertyPage::OnInit

2003-07-19 Thread Max Bowsher
I would like to propose NOT moving the global font settings into PropertyPage::OnInit, and consequently not requiring Call base class OnInit() changes in all derived classes. Since the font settings are *already* set up to fail silently if the relevant control is not present, I don't think we

Re: [SetupXP] PropertyPage::OnInit

2003-07-19 Thread Robert Collins
On Sat, 2003-07-19 at 23:33, Max Bowsher wrote: I would like to propose NOT moving the global font settings into PropertyPage::OnInit, and consequently not requiring Call base class OnInit() changes in all derived classes. Since the font settings are *already* set up to fail silently if the

Re: [SetupXP] PropertyPage::OnInit

2003-07-19 Thread Max Bowsher
Robert Collins wrote: On Sat, 2003-07-19 at 23:33, Max Bowsher wrote: I would like to propose NOT moving the global font settings into PropertyPage::OnInit, and consequently not requiring Call base class OnInit() changes in all derived classes. Since the font settings are *already* set up to