Why don't you try SetItemColor() ?Bitblazer wrote:Nice module, but is it possible to create lines with different colors?
With ListIconGadget(), you would also need to use SetGadgetItemColor() and not SetGadgetColor().

Why don't you try SetItemColor() ?Bitblazer wrote:Nice module, but is it possible to create lines with different colors?
I think this is very complicated and it would probably confuse the data.tatanas wrote:About the drag and drop functionality between rows, to reorganize them, do you think it's doable ?
It could be just one row at a time.
Fixed!tatanas wrote:Edit : What do you think about closing the string edit field when escaping ?
What order are you using? It works in my example.tatanas wrote: : I just tried to make 2 "button columns", when I apply an image to one of the 2 buttons, it applies to the other button too.
I understand.I think this is very complicated and it would probably confuse the data.
Code: Select all
ListEx::Sort(#list,2, #PB_Sort_Ascending,listex::#SortString|ListEx::#Deutsch)