Slow popup to scroll


  Hi,

  I am using a popUp to show items from a TableView, the tableview have 110 items, and it is too slow to scroll,
It takes 9 seconds to scroll down.

 Is there something to make it faster? Each table view item have 30 characters.

 I really like the way popUp works, 

I am using Xcode 4.3.2 IOS 5.1 XE2 ups 5 hot fix 1

Thanks,

Jose Carlos.

  

Xcode 4.3.2 IOS 5.1 XE2 update 4 hot fix 1

popUp version 1.1.1.4

  How to use the popUp without a tableView?

  I need to populate the popUp with a few items, Do I need a control to do this?  Can I use any control?

 With tableView I have a header and a footer and I can't disable them.

For the scrolling issue, you can disable some elements that you do not need with TMSFMXTableView.ItemOptions.

And decrease the BufferSize, so the scrolling is faster. The Buffersize and other performance related tweaks are explained in the documentation.

To disable the header / footer you need to edit the custom style and set the header.visible to false and the footer.visible to false in the StyleBook editor. This is also explained in the documentation found on http://www.tmssoftware.com/site/manuals/TMSFMXTableViewDevGuide.pdf

Kind Regards, 
Scheldeman Pieter

 I got it.

Thanks.