2007-12-15, 05:12 AM
JavaWiz Wrote:The WizUiList was basically cloned from sub's UiList object, and uses the same caching scheme that he uses. If the cache fills, it reuses the oldest element and sets forceRefresh to true.
The bitmaps are returned in a wizuilabel not a wizuilist. When I want to change the image I use something like
lblProgramInfo.addArg("@thumbnail", targetProgram);
where lblProgramInfo was defined the object as
privateWizUiLabel lblProgramInfo;
And targetprogram was defined as an object of showinfo:
publicclassShowInfo : SkinHelper2.GetImageCallback
I know this is pretty hard to follow but if this means anything to you guys let me know.