multi-function editbox
Posted: Sat Dec 14, 2013 4:07 pm
Christmas are on the way, so here is a small contribution, that some of you may find useful. I was inspired by Nubeat7 (his multifunction slider concept showed me how certain things work), and Trog helped to solve typical to expect cross-situations.
This editbox will help to limit "clones" in your projects, which is good for gui performance and project size. Such single editbox can be used for storing and dealing with multiple values (single mode, cross mode, including/excluding policy), and it also should work better with preset manager (1 preset related prim vs 10 preset related prims). Only 1 ruby module inside, so no problems with multiple units.
While I did simple tests with "100+ presets" and it seems to be fine - it will require harder testing, under streamy load. Also - I tested it only with small arrays (16 elements), I guess the upper limit for usability may be around 30-50.
Generally it is more or less final version, I included some additional notes and thoughts. Check if there are any bugs (typical usage, preset system related). Be careful with optimizations (trigger order and distribution, relationships).
Merry Christmas!
This editbox will help to limit "clones" in your projects, which is good for gui performance and project size. Such single editbox can be used for storing and dealing with multiple values (single mode, cross mode, including/excluding policy), and it also should work better with preset manager (1 preset related prim vs 10 preset related prims). Only 1 ruby module inside, so no problems with multiple units.
While I did simple tests with "100+ presets" and it seems to be fine - it will require harder testing, under streamy load. Also - I tested it only with small arrays (16 elements), I guess the upper limit for usability may be around 30-50.
Generally it is more or less final version, I included some additional notes and thoughts. Check if there are any bugs (typical usage, preset system related). Be careful with optimizations (trigger order and distribution, relationships).
Merry Christmas!