Page 1 of 1

Visual Designer feature Request

Posted: Sun Feb 29, 2004 12:58 pm
by Num3
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

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
With Feature

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"

Re: Visual Designer feature Request

Posted: Sun Feb 29, 2004 1:56 pm
by GPI
Or maybe so (when it is easier)

Code: Select all

;- Images
DataSection
Image0:
  IncludeBinary "E:\Documentos\Code\Apps\IPGest\gfx\001.ico"
Image1:
Image2:
Image3:
Image4:
  IncludeBinary "E:\Documentos\Code\Apps\IPGest\gfx\cliente.bmp"
EndDataSection

Posted: Mon Mar 01, 2004 7:20 pm
by Berikco
I will put this unbload functionality on my todo list....with pain in my heart :(

Oh my, how can anyone ask "lazy Berikco" to do thi

Posted: Tue Mar 02, 2004 12:13 am
by Fangbeast
Berikco wrote:I will put this unbload functionality on my todo list....with pain in my heart :(
After I fell out of my chair laughing (Thanks a lot Berikco!!) I remembered so many references on your site to lazy. I am sorry they are asking you to go against your nature and work some:):)

(Nearly snorted soy milkout if my nose then and fell out of the chair again, this is just too funny)

Posted: Tue Mar 02, 2004 10:27 am
by Fred
Berikco :lol: