xilay
22nd August 2005 10:54 UTC
Make faster the loading of a IO page
Hello,
First, sorry for my english, I don't use it a lot so, I hope you're going to understand me (and my problem).
Well, in my setup, I have a custom page made with InstallOptions, there are 10 fields in this page (2 radioButtons, 1 text, 2 comboBox, 5 labels and 1 goupBox).
But this page take a lot of time to display, in fact, I can see the window without my fields, and after 4-5 secs, my fields are here.
And if I deleted the last 4 fields, it's ok, but if these fields are in comment, the problem is back.
Have you got an idea?
Thanks
Afrow UK
22nd August 2005 11:00 UTC
I don't understand why it should take that long.
Please attach your INI file.
And your English is perfect ;)
-Stu
xilay
22nd August 2005 11:58 UTC
This is my .ini file, say me if you need an other thing.
And thanks for my english :)
Joost Verburg
22nd August 2005 12:16 UTC
If using solid compression you should resserve the file and extract it in .onInit.
xilay
22nd August 2005 12:23 UTC
Yes, thanks a lot, I did my extraction in the main function of my custom page, now, in the .onInit, the loading is perfect.
Thanks to Afrow UK and Joost Verburg for your help. ;)
JasonFriday13
23rd August 2005 06:08 UTC
Just food for thought, I have not used reservefile for a long time, and my installers come out just fine. Probably because I put my .oninit function at the top of the script. Also, you have eleven fields in your ini file, not ten.