TigerLilly 16 Posted April 27, 2023 I have information from a customer that the message "EResNotFound Ressource PREVIEWGLYPH not found" is sometimes thrown as an exception when creating a form. But this is not reproducible and not always/often/with every user. I have not had this with any other customers. The software is operated via terminal server on several TS with load balancing. Doesn't depend on the actual TS either. I don't understand how the message can come up at all. The resource is there or not. AFAIK the ressource belongs to TopenPicDialog, if this helps. Thanks for any hints! Share this post Link to post
programmerdelphi2k 237 Posted April 27, 2023 18 minutes ago, TigerLilly said: The resource is there or not. did see this: https://docwiki.embarcadero.com/Libraries/Sydney/en/System.Classes.EResNotFound try re-construct the form again with same components/etc... but a new form!!! Share this post Link to post
TigerLilly 16 Posted April 28, 2023 The resource is there. The form can be created in the IDE and at runtime, except sometimes. But anyway, I will work around the TOpenDialog and willl wait what will happen. Share this post Link to post