Visual Designer feature Request
Posted: Sun Feb 29, 2004 12:58 pm
I would really like that Visual Designer would do a check to only include in the generated code 1 image if it is repeated several times...
Example:
Now
With Feature
Example:
Now
Code: Select all
;- Images
DataSection
Image0:
IncludeBinary "E:\Documentos\Code\Apps\IPGest\gfx\001.ico"
Image1:
IncludeBinary "E:\Documentos\Code\Apps\IPGest\gfx\cliente.bmp"
Image2:
IncludeBinary "E:\Documentos\Code\Apps\IPGest\gfx\cliente.bmp"
Image3:
IncludeBinary "E:\Documentos\Code\Apps\IPGest\gfx\cliente.bmp"
Image4:
IncludeBinary "E:\Documentos\Code\Apps\IPGest\gfx\cliente.bmp"
EndDataSection
Code: Select all
;- Images
DataSection
Image0:
IncludeBinary "E:\Documentos\Code\Apps\IPGest\gfx\001.ico"
Image1:
IncludeBinary "E:\Documentos\Code\Apps\IPGest\gfx\cliente.bmp"