Hi,
I thought that with having the ComboBox invisble and disabled with pressing the checkbox, the info linked to the ComboBox would not appear in the further steps.
Let me explain:
I have a SettingsDlg and in this, I have 3 combo box... Server, Proxy 1 and Proxy 2. Proxy 2 is optional and only showed upon pressing the checkbox ( this part works flawlessly).
What this settingsDLG does to is gathering information about Server, Proxy1 and Proxy2 and sets it into vars that will be used later in Files and Folders to do a search and replace of strings ... now what it does , it sets the Proxy=proxy1:port,proxy2:port no matter if the proxy 2 is disabled .... there is a , between the 2 proxy in the replace file that needs to go too if there is only 1 proxy ... I was looking to implement some IF condition but I am not sure I am looking the right way ... would it be possible to call many TXT Update Set depending on if Proxy2 is enabled or disabled ? something like that ?
Thanks