Hi, I have a directory containing images with filenames as:
abc (1).jpg, abc (2).jpg, abc (3).jpg, ... abc (10).jpg, abc (11).jpg, ... , abc (99).jpg
But when I load the images into my custom UI using 'ImageServer', it orders the images as:
abc (1).jpg, abc (10).jpg, abc (11).jpg, abc (12).jpg ... abc (2).jpg, abc (20).jpg, abc (21).jpg, ...
Is there any way to influence how ImageServer
sorts the images before displaying? Thanks.