TTMSFMXTableView: not refreshing with iOS

Hello!

I have a problem when deleting items from the tableview under iOS and Delphi XE6.
It works fine on Windows but on iOS no refresh is done.

Some example:
I have 2 items in the tableview.
  xlist.BeginUpdate;
  xlist.Items.Clear;
  xlist.EndUpdate;
--> no refresh - still all items visible in the xtable (iOS)!
I tried already
- xlist Visible false/true
- xlist.Repaint
- xlist UpdateTableView
- without Begin/EndUpdate

Any ideas??

Hi, 


We have investigated this here and have applied a fix for this, the next version will have this issue fixed.

Kind Regards, 
Pieter

Pieter Scheldeman2014-07-29 02:36:10

Hello Pieter,
thanks for the investigation.
The only work-around what is working is "xlist.resize". :)

Best regards,
   Werner

I have exactly the same problem under Android and XE5.

When do you think is this next version available?

Burkhard

We released v2.5.1.0 yesterday.