search for: setitemicon

Displaying 1 result from an estimated 1 matches for "setitemicon".

Did you mean: getitemicon
2006 Apr 24
0
table.getItem(1,1).icon=ic
...) on ic2 before using it: ic2.create @table.getItem(1, 1).icon = ic2 If this does not solve your problem, please try to express your question more clearly. Hope this helps, Lyle On Apr 24, 2006, at 1:36 AM, Helmut Hagemann wrote: > High > ? > i have trouble with FXTable > > setItemIcon(row, column, icon) > Modify cell icon, deleting the old icon if it was owned. Raises > IndexError if either row or column is out of bounds. > where is owned find > ? > first Picture > @table.getItem(1,1).icon=ic > the first Picture is displayed > ? > Second Picture >...