Re: [qooxdoo-devel] Icon (images) and memory footprint

2008-11-26 Thread Petr Kobalíček
2008/11/26 Jean-Baptiste BRIAUD -- Novlog <[EMAIL PROTECTED]>: > Hi Alex, > On 26 Nov 2008, at 09:13, Alexander Back wrote: > >> Hi Jean-Baptiste, >> >> Jean-Baptiste BRIAUD -- Novlog wrote: >>> Hi, >>> >>> I'm trying to manage memory footprint for all that icons on screen >>> where 80% could be th

Re: [qooxdoo-devel] Icon (images) and memory footprint

2008-11-26 Thread Jean-Baptiste BRIAUD -- Novlog
Hi Alex, On 26 Nov 2008, at 09:13, Alexander Back wrote: > Hi Jean-Baptiste, > > Jean-Baptiste BRIAUD -- Novlog wrote: >> Hi, >> >> I'm trying to manage memory footprint for all that icons on screen >> where 80% could be the same shared instance of Image. >> >> I just realize I can't set the image

Re: [qooxdoo-devel] Icon (images) and memory footprint

2008-11-26 Thread Alexander Back
Hi Jean-Baptiste, Jean-Baptiste BRIAUD -- Novlog wrote: > Hi, > > I'm trying to manage memory footprint for all that icons on screen > where 80% could be the same shared instance of Image. > > I just realize I can't set the image instance on tabview.Page, on > Image itself ... the API appear

[qooxdoo-devel] Icon (images) and memory footprint

2008-11-25 Thread Jean-Baptiste BRIAUD -- Novlog
Hi, I'm trying to manage memory footprint for all that icons on screen where 80% could be the same shared instance of Image. I just realize I can't set the image instance on tabview.Page, on Image itself ... the API appears to always be the URL string. I think that with the possibility to se