david33470
4th February 2003 16:45 UTC
installOption problem
Hello I have another problem now!
I have done an ini file to display a new windows with installOption. The window appear correctly when I compile with NSIS V 2.B0 but doesn't appear correctly when I compile with the CVS Version (Updated this day) (The control are very big???)
I hope for your help thank you in advance!!!
kichik
4th February 2003 16:53 UTC
In the latest CVS version InstallOptions uses dialog units instead of pixels. This assures the dialog will look good on every possible DPI setting and with every font. It's not a bug, it's a feature :p
It will stay this way so you'll need to adjust your numbers in the INI sooner or later.
Joost Verburg
4th February 2003 17:08 UTC
You can also design your dialog using a resource editor and copy the values to the INI file.
david33470
5th February 2003 10:03 UTC
ok Thank you for the information!