|
|
|
#1
|
||||
|
||||
|
Quote:
Level = Shift of items to the right. Group = They are created automatically at each Level =, only in some cases you will need to use this key (When you have other larger Levels within the group). P.S. Groups are incremented by changing to a higher or lower Level = by grouping the RadioButtons so that when selecting one deselect the others in the same group. View the Tasks page of the CIU theme installer to better understand. |
| The Following 3 Users Say Thank You to Cesar82 For This Useful Post: | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
Hello What i had to do for an dialog of install directory
|
|
#3
|
||||
|
||||
|
Explain further, I at least did not understand the question.
Update the same previous post with more details. |
|
#4
|
||||
|
||||
|
CIU 3.0.0.1.b6
Can someone help with the following font -
Layer 1.png Layer 2.png It's getting cut at the end.. Following font is being used...
__________________
Um... My busy life.... |
|
#5
|
||||
|
||||
|
just problem size bro
increase button size or reduce font size test the font size with German or Rus language not English only
__________________
The world has become so cruel that the animal has become nicer than humans Last edited by houcine80; 14-08-2020 at 02:56. |
|
#6
|
||||
|
||||
|
Same for all language...
__________________
Um... My busy life.... |
|
#7
|
||||
|
||||
|
__________________
Um... My busy life.... |
|
#8
|
||||
|
||||
|
@PRETTYBOY099
Check if the same error happens with the font "Arial". If not, and using right alignment, try moving the label, using LabelX=-5 or more. Last edited by Cesar82; 14-08-2020 at 04:10. |
|
#9
|
||||
|
||||
|
@Cesar82
I have tried as you said. 'Arial' looks fine. But problem with the font. I have changed font size but all seems same. I have send the project via PM.
__________________
Um... My busy life.... |
|
#10
|
||||
|
||||
|
Quote:
the width of the label is defined by obtaining the caption with the font defined by the user. But since the font you used is an italic font, the width does not include the slant of the text. I'll put a key in the button group sections to increase the width when necessary (When using Italic fonts). I will not have time for this now, only at night (noon now here). Wait for a hotfix that I will post here with this correction and also with the error correction of the finish page. @Prettyboy099 I downloaded your project, and from what I saw, all labels that have self-adjusting width were cut (Checkbox, Buttons, labels). Perhaps the correction is a little more complex than I imagined, requiring a different width addition for each fontsize. Then I see what I can do. The error was not in my code. Inno Setup's own TLabel with the AutoSize= True property cuts the end of the label when using this font from your project. ------------------------------------------------------------ I added a new key in all sections where it has the Font= key. The new key added was: Code:
FontItalicFix=1 // 0 / 1 Add the scripts to the folder and rename the AutorunScript_3.0.0.1.b6 script date to the same date as the hotfix script. 1) One of them contains the correction changes when using italic fonts for testing. 2) Other Includes only a few fixes which are listed below. 3) A third party includes the fixes and also correction changes when using italic fonts (More complete). Possibly one or the other section may not respond to the command because I didn't have time to analyze each independent label. Code:
CHANGES: - Added key FontItalicFix=0 (0 / 1) to all sections that have the Font= key. - Fixed to use VideoBG.bmp (RGN) / VideoBG.png (Frame) when using only online video (DirectLink or Youtube Link). - Fixed DesktopCheckbox that didn't work as it should. >> Now it is displayed disabled when it has no executables configured for the type of installation being performed (such as when using GOG + STEAM and not configuring an executable for one of them). - Fixed error in ProgressBar mode when canceling progressbar mode on the Pre-Requiriments page. - Fixed not to pause the music when minimizing the installer while installing. - Fixed to display the components of the fullscreen screen (slide, Frame, Logo) before attempting to load the video file (Visible mainly when using online video). - Fixed OneLiner key = of the [SmallButton] section to make it independent with default value False. >> Maximum value 100 (100%) is set in the Opacity key of the equalizers. - Fixed font of special thanks labels on the about page. I was using the same font size as the translator labels. - Fixed Left=, Width=, FontColor= keys of the [PageBigTitle] section that did not work. For your project I think the key should be activated using value 1 at least in the sections: [StandardButton], [StandardButtonAR], [SmallButton] (If you have a smallinstaller), [TextStage] (For labels). In the [LauncherSettings] section (Checkboxes fonts) is optional because if [TextStage] is enabled it activates as the default value. Example. If you use a non-italic font on one button and italic on another, you can enable or disable the key (If enabled in the button group section) on the corresponding button. P.S. I'm redoing a large part of the button code for beta 7 so these changes to fix italic will have to be redone later so I won't do many tests just correcting the errors that arise regarding this fix. Last edited by Cesar82; 14-08-2020 at 20:39. |
| The Following 6 Users Say Thank You to Cesar82 For This Useful Post: | ||
Gehrman (16-08-2020), Grumpy (15-08-2020), houcine80 (16-08-2020), mausschieber (15-08-2020), omdj (15-08-2020), Prettyboy099 (14-08-2020) | ||
|
#11
|
||||
|
||||
|
Thanks for ur hard work.....
I have checked with the script [ALL FIXES]. Problem has been fixed at all places except - Untitled-1.jpg
__________________
Um... My busy life.... |
|
#12
|
||||
|
||||
|
@Prettyboy099
Corrected the default value of the OneLiner key for SmallInstaller buttons to True (It was wrong). If possible, test attached script in your project with SmallInstaller. You will need to add the key OneLiner = 0 in the [SmallMusicButom] section to display the button text on two lines. Check if the SmallMusicButtom button error continues with error and let me know. Last edited by Cesar82; 15-08-2020 at 16:12. |
| The Following 3 Users Say Thank You to Cesar82 For This Useful Post: | ||
|
#13
|
||||
|
||||
|
Thanks, now there is no cutting end..
__________________
Um... My busy life.... |
|
#14
|
|||
|
|||
|
|
|
#15
|
||||
|
||||
|
Quote:
I am analyzing this, but here it seems to work perfectly. At least with the old source of your project. For it to work you cannot change the name of the scripts of this format like: InstallerScript_?.?.?.?.?? [????.??.??]*.iss Not change the version within the script (Like "3.0.0.1.b6"), or change in both scripts before compile both exes. Preferably both scripts (AutorunScript / SetupScript) must have the same date, or the most current script will always be read. P.S: Autorun icon is optional if using different icon (not required) Do the following... Delete or move all scripts from the source code folders of your conversion. Extract the attachment files to the source folder. Compile both script files. If the error persists, let me know. Last edited by Cesar82; 16-08-2020 at 14:06. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| [GSERIES] Custom Installer Ultimate V2g | Gupta | Conversion Tutorials | 226 | 01-06-2018 13:12 |
| Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 07:19 |