View Single Post
  #216  
Old 05-04-2023, 12:07
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
So I messed up somewhere. view this example with a problem? when you're free


i can offer you two solutions, but it's important to keep in mind that due to the limitations in Delphi, they may not be 100% perfect.


Option 01:

Code:
Page4CheckboxTree.Selectable(True);


> imperfection:

when you click on an item, it'll be selected/highlighted. ( you'll observe that the same occurrence takes place in Razor12911's wpi1801 installer )





Option 02:

this can be seen as a trick i used to find a solution. (checkout the iss file)




> imperfection:
on checkboxes and radiobuttons, scrolling may not function perfectly.



.

Last edited by BLACKFIRE69; 02-09-2023 at 09:19.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (05-04-2023), hitman797 (05-04-2023)