DelphinSoftware / vcl-styles-utils

Automatically exported from code.google.com/p/vcl-styles-utils
0 stars 0 forks source link

MultiLanguage setup #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add VCL code to language.iss from Inno setup examples 
2.
3.

What is the expected output?
-All pages styled
What do you see instead?
-All pages styled except first: choosing setup language.

What version of the product are you using? On what operating system?
Windows 7 x64

Please provide any additional information below.
Any workaround will be good.

Original issue reported on code.google.com by malu...@gmail.com on 6 Feb 2014 at 2:26

GoogleCodeExporter commented 9 years ago
Unfortunately the  Select Setup language Dialog is show before the execution of 
the InitializeSetup event (where is loaded the skin). So for the moment is not 
possible apply the style to that dialog.  

Original comment by Rodrigo.Ruz.V@gmail.com on 8 Feb 2014 at 10:12

GoogleCodeExporter commented 9 years ago
Is there any workaround around this? I mean I can create my own  Select Setup 
language Dialog but I dont see any way to set language. And have a setup with 
one not localized form isnt cute. Any ideas here?

Original comment by malu...@gmail.com on 11 Feb 2014 at 10:52

GoogleCodeExporter commented 9 years ago
Why not just avoid the Select Setup language Dialog and use the 
LanguageDetectionMethod 
(http://www.jrsoftware.org/ishelp/index.php?topic=setup_usepreviouslanguage) 
property instead?

Original comment by Rodrigo.Ruz.V@gmail.com on 11 Feb 2014 at 4:46

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Because some people still may wanna use different language.

Original comment by malu...@gmail.com on 13 Feb 2014 at 1:33

GoogleCodeExporter commented 9 years ago
How I said this is Inno setup limitation. So there is not a workaround for the 
moment.

Original comment by Rodrigo.Ruz.V@gmail.com on 13 Feb 2014 at 9:49

GoogleCodeExporter commented 9 years ago
I tried to fix Inno setup, but what I get that Non-client area of SSl dialog is 
still not VCL'ed, if you have any possible idea why, please tell me. I whote my 
try in your question here 
http://stackoverflow.com/questions/21612920/how-execute-code-before-which-the-in
no-select-language-dialog-is-shown

Original comment by malu...@gmail.com on 17 Feb 2014 at 10:18