brian.zuelke Posted April 13, 2012 Share Posted April 13, 2012 I don't understand how to use the array function of the checkbox, and I wasn't able to find anything informative on the forums. I presume its usefulness comes from being able to assign an array to the "Set Channel" box, and each checkbox would correspond to a space in the array. Regards, Brian Link to comment Share on other sites More sharing options...
AzeoTech Posted April 14, 2012 Share Posted April 14, 2012 Yes, that is correct. But remember its a 2D array. Anyhow, I've attached a very simple sample. You'll need the latest 5.87a to open the document. arrayCheckbox.ctl Link to comment Share on other sites More sharing options...
brian.zuelke Posted April 16, 2012 Author Share Posted April 16, 2012 Thank you for the example. I got this working finally. The trouble I was having is as follows: - when you first put down the checkbox component, its hashed outline (denoting selection) is the size of a single checkbox - one opens the properties, checks "Array?" and sets the size (row x column), then closes the properties to save - the outline of the checkbox component remains the same size as if it were a single checkbox - because of this, only the first check box registers This is resolved by selecting the checkbox array and resizing the outline to encompass the checkbox array. At this point, all of the checkboxes respond. Regards, Brian Link to comment Share on other sites More sharing options...
AzeoTech Posted April 17, 2012 Share Posted April 17, 2012 They are actually all drawn, but really small... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.