Ian Branch 127 Posted February 27, 2019 Hi Team, I am updating an old project ex D2007, to Rio. Have it all working fine. I went to select a style, 'Iceberg Classico' which was selected and built OK. When I run the App in either the IDE or stand alone it tells me "Style 'Iceberg Classico' not found.". What could be stopping it please. The Style is fine on my newer projects. Regards & TIA, Ian Share this post Link to post
ByteJuggler 45 Posted February 27, 2019 Probably something in the .dproj file. It's worth taking a peek at where "Iceberg" occurs in the old .dproj file vs new ones and making suitable adjustments. Perhaps get rid of the theme specification entirely and then add it back in. Share this post Link to post
Ian Branch 127 Posted February 27, 2019 Hi ByteJuggler, I couldn't find anything. I deleted the original .dproj files and rebuilt them from the .dpr but no good. Something deep in there. I rebuilt the App from scratch cross copying the components and code. All good now. Thanks for your thoughts. Regards, Ian Share this post Link to post