Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
LCL
»
Progress bar operated by the mouse wheel
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
installation warning
by
trev
[
Today
at 03:54:49 am]
Help needed for usage of ...
by
william
[
Today
at 03:33:06 am]
Frame reception problem i...
by
crisares
[
Today
at 03:14:57 am]
Open Application with sta...
by
speter
[
Today
at 02:40:23 am]
MOVED: Frame reception pr...
by
trev
[
Today
at 01:23:12 am]
MOVED: Regex conversion e...
by
trev
[
Today
at 01:20:23 am]
MOVED: Raylib4.0 don't wo...
by
trev
[
Today
at 01:19:51 am]
Raylib4.0 don't work eith...
by
dsiders
[May 22, 2022, 11:51:22 pm]
HTML to text
by
wp
[May 22, 2022, 11:00:03 pm]
Lazarus Release 2.2.2
by
folkeu08
[May 22, 2022, 09:31:08 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Progress bar operated by the mouse wheel (Read 1326 times)
Pe3s
Full Member
Posts: 145
Progress bar operated by the mouse wheel
«
on:
January 20, 2022, 11:56:39 am »
Hello, how can I make the progress bar show the status every 5 percent. from zero to one hundred
Logged
winni
Hero Member
Posts: 3045
Re: Progress bar operated by the mouse wheel
«
Reply #1 on:
January 20, 2022, 02:44:20 pm »
Hi!
Code: Pascal
[Select]
[+]
[-]
var
percent
:
integer
;
.....
if
percent
mod
5
=
0
then
Progressbar1
.
position
:
=
percent
;
Winni
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
LCL
»
Progress bar operated by the mouse wheel
TinyPortal
© 2005-2018