Skepsis IT Posted April 21, 2015 Posted April 21, 2015 Hi, I have a MainForm that I place a UniImageList that I want to use it at all toolbars in the app. So, I placed than on the unitoolbar.images on AForm for example MainForm.UniImageListA, till here works fine. If I close the form and reopened it ImageList is missing and I have to retype it again. Does anybody else have also this problem? Thanks
Tim Posted April 27, 2015 Posted April 27, 2015 Hi, When you say "close the form and reopened it" i assume you mean at design time. If the TUniImageList will be used in many different places in the app, might it not make more sense to place it on UniMainModule rather than on a form? This is what i've done in my project and i've never had any problems with TUniImageLists disappearing. I hope this helps a bit, Tim
Skepsis IT Posted April 28, 2015 Author Posted April 28, 2015 Hi Tim, thanks for your answer. Actually I had this problem after I updated unigui after version 0.98.xxx, till then works fine. I tried your approach and works fine. Thanks for your help
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now