Really large groups

2013-06-28 Thread Geoff Canyon
Has anyone created a library to handle groups 32k pixels wide/tall? I'm thinking of something that stores the coordinates of controls relative to a larger space and allows scrolling through that larger space -- maybe by placing/removing them in an actual group so normal scrolling can still be

Re: Really large groups

2013-06-28 Thread Richard Gaskin
Geoff Canyon wrote: Has anyone created a library to handle groups 32k pixels wide/tall? I'm thinking of something that stores the coordinates of controls relative to a larger space and allows scrolling through that larger space -- maybe by placing/removing them in an actual group so normal

Re: Really large groups

2013-06-28 Thread Geoff Canyon
I agree that it seems challenging, but I think if it's done right it could be fairly transparent and robust. I wrote some code to display the number of factors of each number from 1..N. It uses a graphic and draws a single-pixel-width vertical bar for each number. It creates a new graphic for