iOS Question Adding new items into a Tableview

semar

Active Member
Licensed User
Longtime User
All,
I'm using the Tableview example, which works fine.

However, when I try to add elements to the tableview, the width of each element gets smaller each time (see the screenshot) .

I' ve uploaded the whole project to show the issue.

Try to add new elements with the button "new". If you scroll down, you will see that the new item is smaller.
Or simply clear the tableview with "clear" and press "new" to better show the result.

Toggling in both views the "handle resize" event, did not help.

I'm using B4i 4.30.

Any help would be appreciated.

Sergio.
 

Attachments

  • myDictionary.zip
    132.6 KB · Views: 197
  • tableview.jpg
    tableview.jpg
    365.9 KB · Views: 187
Last edited:
Top