Jump to content

Recommended Posts

Posted

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

Posted

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

Posted

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...