Page 1 of 1

was the record selected?

PostPosted: Tue Jun 16, 2009 1:33 am
by maria
We had a discussion in one of the topics about how good it would be to have ability to determine if the record has been selected before it was clicked on (in table view). When simulating multiple record selection (which in turn would be a nice new feature of Servoy) we need to change the color of the records as if they are selected or deselected. The rowBGColorCalculation is used for that. However if the method to process 'selected' records is triggered by onRecordSelection event then it is not called when we first select a record and want to deselect it at the next step. Putting the processing in onAction event of the record fields does the job but lacks elegance and adds complexity to code maintenance.
Do you think we could have the feature in the following releases?

Thanks,
Maria

Re: was the record selected?

PostPosted: Wed Aug 12, 2009 11:25 am
by jcompagner
the next release (tano) has multi select support build in.

Re: was the record selected?

PostPosted: Thu Aug 13, 2009 5:51 am
by maria
jcompagner wrote:the next release (tano) has multi select support build in.


Thanks Johan