View Single Post
  #1344  
Old 04-05-2013, 22:12
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
Question

Yener if possible answer me
Referring to the bug (bug in music button) in my conversion Darksiders 2. I think I found a solution.
In your Script CIU 1.0.0.6 (InstallScript.iss) I changed two lines in InstallScript.iss.
Lines: 3339 and 8018

Line 3339
Original command:
ImgSetVisibility(MusicBtn.Btn,False);
I changed to:
ImgSetVisibility(MusicBtn.Btn,Visible);

Line 8018
Original command:
ImgSetTransparent(MusicBtn.Btn,255);
I changed to:
ImgSetTransparent(MusicBtn.Btn,0);

I wish I knew if I can upload the modified InstallScript.iss in my post?
This change will affect on errors in other projects?