281264 Messages: 272 Registered: June 2010 Location: Spain
Experienced Member
Hi,
Some simple queries regarding ArrayCtrl, such as:
1.- Once the controls have been created by using Ctrls method, how can I:
1.1..-detect that an specific control has been updated (i.e. modified by the user);
1.2.- retrieve the new introduced value (for instance, the new value might be a new string);
1.3.- detection of user click on the array. I have noticed that GetClickPos method does not work when the click is made on an control within the array. Am I mistaken?
2.- How can everything be handled by WhenCtrlsAction callback? are there other ways to do this?.
281264 Messages: 272 Registered: June 2010 Location: Spain
Experienced Member
Actually I am interested in knowing the differences between the diverse mechanisms for “adding” controls to an ArrayCtrl. As I became frustrated with the Ctrls feature (and related widget factory features) I am solving my specific task by creating external controls (I use an Array container, as indicated in the examples) and adding them to the Arrayctrl. Is this the correct/elegant way to fill in an Arrayctrl? Any answer to my specific queries?