Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 21-01-2019, 12:06
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,705
Thanks: 1,106
Thanked 7,358 Times in 2,849 Posts
KaktoR is on a distinguished road
Here is beta 3. I think if all is OK i will post this on post #1 soon.

Changes since last beta
Code:
- Changed background color of License and Info before memo to a bright color
  > On dark themes you couldn't read text properly before
- Made Installer window a bit bigger for better reading
- Added missing dll to ztool

KNOWN BUGS
- ScrollBar on LicensePage and InfoBeforePage are broken if you use cjstyle skin
I still have to figure out why the scrollbars are broken on codejock styles
Attached Files
File Type: 7z 7.1.1b.beta3.7z (492.6 KB, 17 views)
File Type: 7z 7.1.1b.beta3_FIX.7z (492.6 KB, 24 views)
__________________
Haters gonna hate

Last edited by KaktoR; 22-01-2019 at 01:55.
Reply With Quote
The Following 4 Users Say Thank You to KaktoR For This Useful Post:
kocchi96x (22-01-2019), mausschieber (21-01-2019), pakrat2k2 (21-01-2019), Titeuf (21-01-2019)
Sponsored Links
  #2  
Old 21-01-2019, 23:03
Schabik Schabik is offline
Registered User
 
Join Date: Dec 2008
Location: Somewhere in Poland
Posts: 152
Thanks: 17
Thanked 35 Times in 32 Posts
Schabik is on a distinguished road
KaktoR there's a problem with background button in 7.1.1b.Beta3, even if I turn it off (The background I mean) in settings file while running the Installer there is a message that there is an unknown Custom message name "BackgroundON" in cm constant.


Another thing, I think that You forgot to write an IF statement to BackgroundCB and BackgroundButton to look like:


Code:
#if UseInstallBackground == "1"
  BackgroundCB := TNewCheckBox.Create(WizardForm);
  with BackgroundCB do begin
    Parent  := WizardForm;
    Left    := ScaleX(0);
    Top     := ScaleY(0);
    Width   := ScaleX(0);
    Height  := ScaleY(0);
    Visible := False;
    Checked := False;
  end;

  BackgroundButton := TNewButton.Create(WizardForm);
  with BackgroundButton do begin
    Parent  := WizardForm;
    Left    := WebsiteButton.Left - WebsiteButton.Width - 10;
    Top     := WebsiteButton.Top;
    Width   := WebsiteButton.Width;
    Height  := WebsiteButton.Height;
    Caption := ExpandConstant('{cm:BackgroundON}');
    OnClick := @BackgroundButtonClick;
  end;
#endif

Without that no matter if You enable or disable UseInstallBackground it will be enabled, if I recall.

Last edited by Schabik; 21-01-2019 at 23:30.
Reply With Quote
The Following User Says Thank You to Schabik For This Useful Post:
KaktoR (22-01-2019)
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Help] need Advanced Installer script with Razor1911's UltraArc module rez3vil Conversion Tutorials 3 15-04-2024 02:24
Portable Installer Inno Setup Script y_thelastknight Conversion Tutorials 59 23-10-2020 00:02
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Simple Arc Installer 78372 Conversion Tutorials 1 15-06-2017 15:37
MSC+Srep+lzma Simple Script Example gozarck Conversion Tutorials 10 07-09-2015 16:31



All times are GMT -7. The time now is 20:16.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com