Code: Alles auswählen
ldir = new eTextInputField(this,lldir);
ldir->resize(eSize(320, fd+10));
ldir->setUseableChars("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-.,:|!?/");
ldir->loadDeco();
ldir->setHelpText(_("Name of local mount point with a trailing slash"));
The default mount point gets set at "/mnt" if the existing key is not present.
I would like to lock the eTextInputField so that the value cannot be changed.
Any ideas?