Startbeitrag von Andre Labuschagne am 11.10.2013 07:34
Hi All
Is there any way that one can place a heading at the top of a looper as in a table? Does one do this in the first row and if so how?
Cheers
Andre
Is there any way that one can place a heading at the top of a looper as in a table? Does one do this in the first row and if so how?
Cheers
Andre
Antworten:
I make custom looper items using this example:
At source code point "row display of LOOP_NoName1"
ATT_picture[3] = "picture of 3. row"
ATT_txt[3]= "text of 3. row"
Regards,
Marijan
von Marijan Tomasic - am 11.10.2013 09:34
Place a static above the looper.
Regards,
Piet
von Piet van Zanten - am 11.10.2013 16:23
Marijan - the problem is that the looper is editable and they must not edit the row that the header is in.
Piet - we do that now but on some screens it will go out of alignment. Any ideas how to fix that?
Cheers
Andre
von Andre Labuschagne - am 11.10.2013 22:22
You can check the "control can be overlaid" option in the GUI tab. Without overlay you can try putting both the looper and the static in a cell.
Regards,
Piet
von Piet van Zanten - am 12.10.2013 10:15
You can have hiden header cell, and unhide it on first cell, and hide unwanted fields.
von Marijan Tomasic - am 14.10.2013 05:26