Sign in to follow this  
Followers 0
SMT

Balloon popups settings page

5 posts in this topic

on windows 2003 sp1

after some expriments, i've figured, that default apex' font 'MS Shell Dlg' does not installed in win2003

changed line inside Popups::onFont(), onTitleFont()

from

CFontDialog dlg(&font, CF_EFFECTS | CF_SCREENFONTS);
into
CFontDialog dlg(&font, CF_EFFECTS | CF_SCREENFONTS | CF_FORCEFONTEXIST); // !SMT!-F

and dialog appears in debug build, but not in release (strange?).

well, then i changed SettingsManager::SettingsManager(), replaced all "MS Shell Dlg,-11,... to "Arial,-11,

now all works fine

Share this post


Link to post
Share on other sites

So I guess it is not in Vista too... Why the font is not included in Apex?

Share this post


Link to post
Share on other sites

"MS Shell Dlg" is not the font. It's only substituted name for font which is set for dialogs :P

Still is it possible to add the respective font (I intentionally avoided to name it above) in Apex install?

Share this post


Link to post
Share on other sites

use 'Arial' / 'Courier New', it works in any windows version ;-)

Share this post


Link to post
Share on other sites
Sign in to follow this  
Followers 0