PDA

View Full Version : Component selection does not show GB


Dario06
03-11-2024, 10:21
I don't think I'm wrong, I can't understand why by default Inno 6.3.3 or dev, shows the selection of components only in mb instead of GB as in ComponentsDiskSpaceGBLabel

KaktoR
03-11-2024, 11:33
Don't know either why it's this way.

However to show the sizes in GB it is not possible in WizardForm.ComponentsList. You have to make a new components list with TNewCheckListBox and then convert MB to GB.

Dario06
03-11-2024, 11:41
Don't know either why it's this way.

However to show the sizes in GB it is not possible in WizardForm.ComponentsList. You have to make a new components list with TNewCheckListBox and then convert MB to GB.

You have to make a new components list with TNewCheckListBox and then convert MB to GB. yes I know this

but something so simple because it hasn't been implemented in components I still don't understand :confused:

Cesar82
03-11-2024, 16:55
I don't think I'm wrong, I can't understand why by default Inno 6.3.3 or dev, shows the selection of components only in mb instead of GB as in ComponentsDiskSpaceGBLabel

Previously all labels were in mb, so maybe when they were changed to gb the inno setup developers forgot to change the internal values of the checklistbox. But you can intercept these values in initializewizard and change the texts shown in the checklistbox.

Dario06
03-11-2024, 18:55
obviously everything is resolved I know, but there is always a bug, even the translation doesn't work I think, it only works by default, I tried to insert in the messages and it works but I think they should release an update. I don't like using something that doesn't work 100% cesar :D