If your CL is gonna have a lot of lines, then creating a text file for making the list and using "CLLOAD" would be the more efficient and quickest way for RR to load and display it verse adding line & image one by one to the list.
Good for a big list of items:
Good for a few items:Quote:
0
LSTLine1||This is line 1
ICO$skinpath$Icons\test1.bmp
LSTLine2||This is line 2
ICO$skinpath$Icons\test2.bmp
Quote:
"CLADD;Line1;This is line 1"
"CLSETIMG;1;$SKINPATH$ListIcon1.BMP"
"CLADD;Line2;This is line 2"
"CLSETIMG;2;$SKINPATH$ListIcon2.BMP"
"CLADD;Line3;This is line 3"
"CLSETIMG;3;$SKINPATH$ListIcon3.BMP"
"CLADD;Line4;This is line 4"
"CLSETIMG;4;$SKINPATH$ListIcon4.BMP"
"CLADD;Line5;This is line 5"
"CLSETIMG;5;$SKINPATH$ListIcon5.BMP"

