|
| Iniciado por BALTASAR, 19,jun. 2019 13:47 - 1 respuesta |
| |
| | | |
|
| |
Miembro registrado 52 mensajes |
|
| Publicado el 19,junio 2019 - 13:47 |
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 |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 52 mensajes |
|
| Publicado el 09,agosto 2019 - 13:36 |
Solved in 24.0.140.2
thanks PC-SOFT ! |
| |
| |
| | | |
|
| | | | |
| | |
|