Hi Felipe
That is correct. SelectedImage works on the image index whether it is filtered or not. Are you looking to highlight an image or set the active image?
You can return an unfiltered image index as follows:
// Return the third visible frame
idx := NextUnfilteredIndex( 0, 1, 3 );
Note: From 12.2.0 (coming soon) this is exposed as GetUnfilteredImage()
Nigel
Xequte Software
www.imageen.com