I’ve implemented a table view in my racing app to list out the various tracks the driver has raced, along with some stats. When I scroll up, however, it seems that the top entry in the table only gets clipped when the bottom of that row passes the y value specified as the “top” of the tableview.
Strange. I shrunk the mask and table size to 480x200. It masks correctly at the bottom, but not at the top. At the top it still fails to mask until the entire row is above “top”.
Resolved. I recreated with a small sample and opened a bug, and the good folks at Ansca promptly looked into it and discovered that my mask file was all butchered up. I created a proper one and it is working as expected now.
I think I’m *finally* grokking how tables/scrolls and masks are supposed to work.
Wrong size, no black border. That seems like an obvious thing, and maybe it should have been, but I still don’t get why the clipping worked at the bottom of the list when I scrolled down.
Anyway, it’s working now and I’m really grateful to Ansca for the prompt help. [import]uid: 58455 topic_id: 26346 reply_id: 107052[/import]