[WiX-users] fixed font size in installer windows

2007-05-12 Thread DE�K JAHN, G�bor
On Fri, 11 May 2007 15:29:43 -0600, Jon W wrote: Jon, > I see your point of being able to control all font settings, but > that currently equates to text being truncated and therefore the > user won't know what the installer is asking/stating. I don't see any problem if the user simply chooses a

Re: [WiX-users] fixed font size in installer windows

2007-05-11 Thread Bob Arnson
Jon W wrote: > Do you know a way to keep long strings from overstepping their > boundaries and thus being truncated when the fonts are outside the > normal settings? > Make your text fields big. There's really no alternative in the MSI UI model, which doesn't have layout capability. It also su

Re: [WiX-users] fixed font size in installer windows

2007-05-11 Thread Jon W
> > Does anybody know how to force the installer to keep its specified > > font size and not the user's font size? > > I sincerely hope you don't fine any such solution. I would never accept a > program to override my UI choices. After all, I'm the one running my computer > and deciding what pref

[WiX-users] fixed font size in installer windows

2007-05-11 Thread DE�K JAHN, G�bor
On Fri, 11 May 2007 14:22:44 -0600, Jon W wrote: Jon, > Does anybody know how to force the installer to keep its specified > font size and not the user's font size? I sincerely hope you don't fine any such solution. I would never accept a program to override my UI choices. After all, I'm the on

Re: [WiX-users] fixed font size in installer windows

2007-05-11 Thread Jon W
s. > > -- > Mike Dimmick > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jon W > Sent: 11 May 2007 18:22 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] fixed font size in installer windows > > Hi A

Re: [WiX-users] fixed font size in installer windows

2007-05-11 Thread Mike Dimmick
: wix-users@lists.sourceforge.net Subject: [WiX-users] fixed font size in installer windows Hi All. Is it possible to have a fixed font size for text within the installer windows that are not clobbered by the user's font settings? I already specify a font size, but certain user settings make th

[WiX-users] fixed font size in installer windows

2007-05-11 Thread Jon W
Hi All. Is it possible to have a fixed font size for text within the installer windows that are not clobbered by the user's font settings? I already specify a font size, but certain user settings make the text get truncated. Thanks, Jon