Quote:
Originally Posted by audiofeel
here's an example. initially, I liked Toggle because it looks more like WP, but I couldn't or didn't want to figure out what the reason for the language selection launch failure was. and that's why I made a mandatory
checkboxes. in the script, I commented everything out and did about as I originally wanted
|
sorry for the late reply. (i had to participate a webinar)
found out what was going on.
Code:
FText must be of type WideString.
FText: String; ==> FText: WideString;
Code:
Toggle CheckBox updated. now the user has more options.
- Rounded corners (optional) (FRounded: Boolean).
- Custom colors.
- Custom positions for text.
etc.
replace the old
lib and
handle.iss files with these.
,