View Single Post
  #658  
Old 15-01-2021, 07:05
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Another bug

[AutorunSettings]
Music=0

Music will not play after Autorun (on Installer stage). Equalizer is visible and animated but no music.

Edit: After click on Equalizer to stop music and click again, the music will be played.
I will fix the music problem soon. Wait for a hotfix in my previous post that contains the source code.

Quote:
Originally Posted by KaktoR View Post
[LangBox]
Center=1
Position=horizontal

language flags are not centered if you define Left=x (Center=1 should be always used above Left=x).
Check the changelog.
Code:
- Added key name Alignment= to [LangBox], [Equalizer], [EqualizerSI], [EqualizerAR], [Logo], [LogoAR]. 
  >> This key has an alignment functionality in relation to the installer on the X and Y axes.
  >> If you do not use the default value of this key it will be: Alignment=Left,Top
  >> The key Center= is still working, but the key Alignment= has priority over the key Center= but must be set to Left=0, otherwise it will be incremented.
  ** Alignment=<X>,<Y>      //Supported values to "X" is "left", "center" and "right". Spported values to "Y" is "top", "center" and "bottom".
Example: To align the langbox 20 pixels before the end of the autorun page use:
Left = -20
Alignment = right

If you use this way, 10 pixels will be positioned to the right center (20/2 = 10):
Left = 20
Alignment = center

If you use key Alignment= a key Center= will be ignored.
The Center= key was kept for compatibility only.
Center = 1

Last edited by Cesar82; 20-01-2021 at 14:32.
Reply With Quote
The Following 3 Users Say Thank You to Cesar82 For This Useful Post:
houcine80 (15-01-2021), KaktoR (15-01-2021), mausschieber (15-01-2021)