|
|
|
#1
|
||||
|
||||
|
Quote:
Last edited by BLACKFIRE69; 03-04-2023 at 12:32. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
What's new:
Code:
* Introduced smooth scrolling option to ScrollBoxes. * Minor improvements. * Compiled in the latest version of RadStudio. |
|
#3
|
||||
|
||||
|
Quote:
Added three additional options. Code:
procedure SmoothHideScrollbars(FEnable: Boolean); procedure SmoothRate(FRate: Double); procedure SmoothInterval(FInterval: Word); Code:
Example: ScrollBox.SmoothScroll(True); ScrollBox.SmoothHideScrollbars(True); ScrollBox.SmoothRate(0.2); ScrollBox.SmoothInterval(2); |
|
#4
|
||||
|
||||
|
Quote:
regarding the response time of scrolling with the mouse wheel, there might be a delay and it may not be instantly responsive. however, the behavior comes from Delphi itself. so i've nothing to do with it.
Last edited by BLACKFIRE69; 04-04-2023 at 18:29. |
|
#5
|
||||
|
||||
|
Quote:
would it be possible for you to provide an example for testing purposes? . Last edited by BLACKFIRE69; 14-07-2024 at 01:56. |
|
#6
|
||||
|
||||
|
Quote:
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. |
|
#7
|
||||
|
||||
|
Quote:
upon applying this fix, the highlighting will no longer be permanent. . Last edited by BLACKFIRE69; 14-07-2024 at 01:56. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Fluent Effects Standalone API - InnoSetup / VCL / FXM | BLACKFIRE69 | Conversion Tutorials | 0 | 15-11-2023 17:35 |
| Windows Phone Installer similar to razor12911's original design? | Kitsune1982 | Conversion Tutorials | 0 | 02-07-2020 13:04 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |