01-25-2007 07:19 AM
02-07-2007 03:30 AM
02-07-2007 04:14 AM
Hi Wolfgang,
thanks for your reply! I think I can live with that since the functions seem to be a lot faster if I display the table only after I have filled it.
Another question: Is there any possibilty to get the index of the selected element in a ring control of a table i.e something like : GetTableCellRingIndex() or better GetTableCellRangeRingIndex() ??
At the moment I get the selected ring element this way and store it in an array
for (all table rows)
{
GetTableCellVal(panel, control, actcell, &text);
GetTableCellRingIndexFromValue(panel, control, 0, actcell, &index, text);
'save index to array'
}
Thanks again for your help !
Best regards
Torsten