View Single Post
  #3  
Old 07-02-2019, 12:39
kocchi96x's Avatar
kocchi96x kocchi96x is offline
Registered User
 
Join Date: Aug 2016
Location: USA
Posts: 29
Thanks: 14
Thanked 14 Times in 12 Posts
kocchi96x is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Open Settings.iss and add this to somewhere

Code:
#define Value ReadIni(SourcePath + "\Settings.ini", "INISettings", "Value", "")
Open Settings.ini and add this to [INISettings] section
Code:
Value=yourname
Because you don't have a type-in field in compact mode.
it worked now thanks

Quote:
Originally Posted by Titeuf View Post
Hello KaktoR,
Is it me who forgot something but in normal mode the input field is not displayed!
hmm maybe i'm so tired! lol
i was going to say this to because i didn't see it as well when I converted that compact one i did to a normal one. I'll check with your Post to test.
Reply With Quote