281264 Messages: 272 Registered: June 2010 Location: Spain
Experienced Member
Your example is quite fine.
I have some queries regarding Ctrls:
1.- for example, how do you know what control has been updated?. To me that is a kind of an enigma. From your example, after an event on a ctrl, all the rows are read and written to l.
2.- What is DUMP(1)?;what is its role in the destructor?
I am enclosing what I have done. I am afraid that there are much better ways to do it (basically I dismissed Ctrls and opted for SetCtrl; I have created several Arrays of controls and then I have to update all the Arrays every time a layer is added or removed: it looks convoluted; am I overcomplicating this?).
So, the question lingers: if you want to fine control the array’s content (i.e. to modify the content of a cell after a click or execute some code after and in accordance with the click’s outcome) is it possible to do it with Ctrls and/or widgetfactories?.