Jump to content

UniImageList reload property request


estrify

Recommended Posts

Hi Farshad,

It's possible the adding of a "Reload" button in the ImageList Editor of the TUniImageList component?. It implies the storage of the file name and path for each image, but it should help a lot when changing, replacing, adjusting or retouching images without affecting their indexes.

And referencing to images by an alias to make images independent of their order inside the image list?

Thanks in advance.

Link to comment
Share on other sites

Hi Farshad,

It's possible the adding of a "Reload" button in the ImageList Editor of the TUniImageList component?. It implies the storage of the file name and path for each image, but it should help a lot when changing, replacing, adjusting or retouching images without affecting their indexes.

And referencing to images by an alias to make images independent of their order inside the image list?

Thanks in advance.

Hi Farshad,

Do you find these kind of options useful and easy to include in future versions?. It's just sheer convenience for graphic design.

Regards,

Link to comment
Share on other sites

  • 2 weeks later...
  • Administrators

Reload: Simply load all images from their sources (now, you have to go image by image clicking on "Replace..." button and selecting its source file)...

 

UniImageList doesn't save info regarding the source! Again even if it does, how reloading same file is same as replacing it with a new file?

Link to comment
Share on other sites

UniImageList doesn't save info regarding the source! Again even if it does, how reloading same file is same as replacing it with a new file?

Because the file name is the same, but its content has been modified. It is like a .pas file: you have one with a conrecte and normally fixed name in your project, but you change its content when you need.

 

Two examples of real nuisance we had:

 

 

Real example 1:

 

once a lot of forms were developed with one concrete theme and icons set, i.e. Picol icon set, we need to change it all to another theme and another icon set, i.e. Fugue icons set, visually very different.

 

Instead of using original icons name, we use our own name convention, so changing icons is as simple as mapping file names. Our icons file names are exaclty the same, but their contents have been changed with the substitution.

 

 

Real example 2:

 

once a lot of forms were developed with a theme and one icon set as provided to speed up develpment, many original icons doesn't meet exactly what you want, i.e. size of some details, their color or their edge contrast, so you have to retouch those icons and reload them in a kind of "refine" stage.

Link to comment
Share on other sites

Because the file name is the same, but its content has been modified. It is like a .pas file: you have one with a conrecte and normally fixed name in your project, but you change its content when you need.

 

Two examples of real nuisance we had:

 

 

Real example 1:

 

once a lot of forms were developed with one concrete theme and icons set, i.e. Picol icon set, we need to change it all to another theme and another icon set, i.e. Fugue icons set, visually very different.

 

Instead of using original icons name, we use our own name convention, so changing icons is as simple as mapping file names. Our icons file names are exaclty the same, but their contents have been changed with the substitution.

 

 

Real example 2:

 

once a lot of forms were developed with a theme and one icon set as provided to speed up develpment, many original icons doesn't meet exactly what you want, i.e. size of some details, their color or their edge contrast, so you have to retouch those icons and reload them in a kind of "refine" stage.

Hello, In Web-mode TUniImageList can Assign images from TImageList

example UniImageList1.Assign(ImageList1)

but TUnitoolButton could not affect this changes in run-time, but you can assign images to uniimagelist before create form

see example

Runtime.zip

Link to comment
Share on other sites

Hello, In Web-mode TUniImageList can Assign images from TImageList

example UniImageList1.Assign(ImageList1)

but TUnitoolButton could not affect this changes in run-time, but you can assign images to uniimagelist before create form

see example

Thanks but TImageList has the same issue that TUniImageList has. This extra functionality we request, if UniUI team find it useful, is to provide some help in situations described above.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...