Our Network

Documentation

Checkbox Properties

Checkboxes work by the user checking or unchecking the option. It can give one of two results, a boolean result with 0 being off and 1 being on or a non-boolean result with false being off and true being on.

Config File
Select the config file this checkbox is in reference to. You can configure the config files from the catalog.

Group
The INI group this setting belongs to.

Item
The item name this setting belongs to.

Caption
The text to be displayed for this checkbox.

Font
The Font to be used for the text on this checkbox.

Size
The font size to be used for the text on this checkbox.

Color
The text color to be used for the text on this checkbox.

BG Color
The background color to be used for the text on this checkbox.

Boolean Output
Leave this box unchecked for boolean output (0 or 1). Check this box for string output (false or true).

Run Scripts
Check this property to enable the running of scripts (below) when the user clicks the checkbox.

Run Script when OFF
The batch file or executable file you specify here, will be run when the user clicks this checkbox to OFF.

Run Script when ON
The batch file or executable file you specify here, will be run when the user clicks this checkbox to ON.

The following file types are supported: Batch Files/Registry Files/Powershell Scripts/Executable Files/URLs.

Related Docs

GLCV2 Minecraft Bridge

Config File Creator allows you to create a custom login screen for your Minecraft servers. You simply create your custom Minecraft launcher in Game Launcher

GO TO DOC

Basic Flow Using CFC

Config File Creator enables you to create your own standalone applications where your users can modify settings from INI or INF files (or text files).

GO TO DOC

Build Project

Building your project with CFC is very easy. Just access the build project dialog from the menu (Build > Project). Once you are in the

GO TO DOC

List Options

The list options can be found via the menu (View > List Options). The list options are global, changes you make here will reflect all

GO TO DOC

Global Options

The Global Options dialog can be accessed via the menu (View > Global Options). The Global Options dialog allows you to specify a series of

GO TO DOC