Page loading

Share your opinion
What do you think about gambaslinux.fr?
 
Interesting
It miss some informations
Excellent website
Results
WIDGETS GAMBAS
GAMBAS 3 SOFTWARES
TUTORIALS
Library
_gb3.pngSPINNER - How to use spinner
  Spinner




 spinner is like progress bar who give information during user is waiting.

To use spinner is so simple, i give you this simple code :


Public Sub Form_Open()
Spinner1.Start()
Spinner1.Label = True
Spinner1.Value = 0.23
Spinner1.Foreground = Color.Yellow
Spinner1.Background = Color.Black
End



label is property, who when it's TRUE ,you display percent stored in VALUE property.


Creation date : 18/03/2022 @ 00:01
Last update : 18/03/2022 @ 00:01
Category : SPINNER
Page read 1241 times


Print the article Print the article


react.gifReactions to this article

Nobody gave a comment yet.
Be the first one to do it!


QUICK MENU
SEARCH




LANGUAGE
COMPONENTS
Other
LANGUAGE
Where, who?
VISITS

   visitors

   visitors online

ARCHIVES GAMBAS 1/2
^ Top ^