Share

NatTable

Subscribe

Nattable row/column limits

You are viewing a single message from this topic. View all messages.

  1. 2009-10-28 10:29:53 UTC

    After digging around in the code, the problem (or at least one of them) seems to be that the CompositeLayer uses ints to represent the size of the layer in pixels, which means that if I have a layer of 1 billion rows each 20 pixels high, it will overflow and become negative.

    Are there any known problems in changing this to long instead of int? Are there any SWT limitations which can cause problems?

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.