Posté le 30/05/2025 21:36
Planète Casio v4.3 © créé par Neuronix et Muelsaco 2004 - 2025 | Il y a 148 connectés | Nous contacter | Qui sommes-nous ? | Licences et remerciements
Planète Casio est un site communautaire non affilié à Casio. Toute reproduction de Planète Casio, même partielle, est interdite.
Les programmes et autres publications présentes sur Planète Casio restent la propriété de leurs auteurs et peuvent être soumis à des licences ou copyrights.
CASIO est une marque déposée par CASIO Computer Co., Ltd
Citer : Posté le 30/05/2025 22:27 | #
barleft, bartop represent the location on screen (x, y), so the last 4 members indicate a rectangle. This is the rectangle for the entire bar area.
The first 3 members specify where the scrollbar handle should be positioned in that rectangle. The units are more flexible than pixels; you specify the range with indicatormaximum and then height and pos indicate how many units are visible on-screen and how many units far down the top of the screen is.
For instance if you have a document with lines of text, you could set indicatormaximum to how many lines there are in the document, indicatorheight to how many are visible on-screen, and indicatorpos to the number of the first line currently visible at the top of the screen.
Or you can set indicatormaximum equal to barheight in which case the other two indicators will count in pixels.
Citer : Posté le 30/05/2025 23:17 | #
Thank you that clears things up.