|
| windev LOOPER lineheigth vs heigth |
| Iniciado por BALTASAR, 12,ago. 2019 13:10 - 4 respuestas |
| |
| | | |
|
| |
Miembro registrado 52 mensajes |
|
| Publicado el 12,agosto 2019 - 13:10 |
when I set lineheigth to a looper, every rows change their heigth, it's normal behaviour.
If I set a single row heigth then this row is always that heigth even if I use lineheigth. Is there any way to reset heigth of a single row to be ruled by lineheigth?
The worst is when I collapse/expand a breakheader, then those rows that where expanded became fixed heigth and won't ever change using lineheigth
thanks |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 52 mensajes |
|
| Publicado el 18,octubre 2019 - 11:04 |
still not working at today's version (update2 - October 2019 - 01A240077f)
lineheight is STRONGER than row..height Collapse / Expand a breakheader blocks every lineheight so row..height has no effect.
please help !Mensaje modificado, 18,octubre 2019 - 11:05 |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 935 mensajes |
|
| Publicado el 18,octubre 2019 - 17:38 |
Hi. If you want to be able to assign a different size to each of the lines of the Looper you must do so by assigning an Internal Window to each line of the Looper. That way the size of each line can be different depending on the size of its contents.
Look at https://depot.pcsoft.fr/resource.awp… for a example
Rubén |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 52 mensajes |
|
| Publicado el 21,octubre 2019 - 10:17 |
I CAN have different height for every looper row with no problem, this is not the issue.
I need to "recover" lineheight for a previously height change.
You have a looper, you assign height to a single row, it changes its height, that's right. Then I want that row to be like before height assignation, I want this row height to be ruled by lineheight ... it doesn't work ( at least I can't)Mensaje modificado, 21,octubre 2019 - 10:30 |
| |
| |
| | | |
|
| | |
| |
| Publicado el 06,enero 2020 - 11:00 |
Baltasar,
I'm having the same problem I think. Assigning a different lineheight to a looper does not become visible immediately, Since I had to find a solution I found a way around. I Restore and maximize the window and the looper has the assigned lineheight.
WIN_???.Restore() WIN_???.Maximize() |
| |
| |
| | | |
|
| | | | |
| | |
|