PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → LOOPER SCROLLBAR issues
LOOPER SCROLLBAR issues
Started by BALTASAR, Jun., 19 2019 1:47 PM - 1 reply
Registered member
52 messages
Popularité : +3 (3 votes)
Posted on June, 19 2019 - 1:47 PM
in Windev24 I create a LOOPER, insert an static (STC_1) and fill it (programmatically or via query) with 1000 rows

programmatically:

nCount is int = 1
WHILE nCount<=1000
LooperAddLine(LOOPER_pruebas)
LOOPER_pruebas[nCount].STC_1=nCount
nCount++
END

then I launch the application and show this behaviour: move to middle of looper (say row 400 or 500) so vertical scrollbar moves to half of looper height, all coorrect ... then click on a row and move mouse pointer to vertical scrollbar .... when mouse pointer reachs vertical scroll bar it moves automatically to top of looper (just the scrollbar, not the rows)

It's annoying

same code on windev21 works fine, it fails on windev24

(there are more strange behaviour with looper control, but this one is the most annoying)

thanks
Registered member
52 messages
Popularité : +3 (3 votes)
Posted on August, 09 2019 - 1:36 PM
Solved in 24.0.140.2

thanks PC-SOFT !