View Single Post
  #2  
Old 24-10-2022, 01:57
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
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.

,

Last edited by BLACKFIRE69; 14-07-2024 at 01:40.
Reply With Quote
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (24-10-2022), ffmla (25-10-2022), Harsh ojha (24-10-2022), Jahan1373 (09-06-2023)