05-08-2007 01:57 PM
05-08-2007 02:03 PM
05-08-2007 02:25 PM
yes i kind of new that .
what i am hoping for is to get ideas for alternative solutions. i am thinking to try to create an xcontrol.
05-08-2007 02:26 PM
05-08-2007 02:38 PM
05-08-2007 09:44 PM
05-09-2007 01:06 AM
Mike,
That sounds pretty much exactly what i want to do. but it seems, after playing around, that it is an herculeous task to make the thing work nicely...
Do you have an example (would you mind sharing your code?), so i could look and see if i could have easier implementation?
Gabi
05-09-2007 02:33 AM
OK i have found a way, which aint pretty:
prepare in advance a cluster of clusters as you propose.
create for every cluster and every subcluster a property node in which the visible property is selected.
in my system, that account for 24 (big cluster ) * 5 (sub cluster). just to note, every sub cluster has between 3 to 7 controls in.
up to now, still feasabe. the problem comes when i want to add (insert) a big cluster in the middle. cant do it, unless i define an array of clusters, but then i loose the independant control...
i think i need a completely different solution.
05-09-2007 06:28 AM
05-09-2007 11:06 AM
yep, thats the way i did it. however not every control is found directly. the way i did it was to put the whole ensemble inside of a big cluster. from its properties i got the control array, and from then on it was ok. seems to work ok in my example. just need to implement in my prog and see if it works. will use it inside a vit.
i have an idea how to "insert" a cluster in the middle: will add a button with index. once it is pressed the data from this point on is shifted one cluster below. sound doable.
thanks for the trics.