Evgeny Pol Posted July 17, 2012 Posted July 17, 2012 Hi Where all these methods (or similar): ImageList1.Add(Bitmap,Mask); ImageList1.AddIcon(Icon); ImageList1.AddMasked(Bitmap,MaskColor); ImageList1.Delete(Index); Thanks.
Administrators Farshad Mohajeri Posted July 17, 2012 Administrators Posted July 17, 2012 These methods aren't implemented yet and will be added in next build.
tappatappa Posted March 24, 2014 Posted March 24, 2014 uniGUI 0.95.1046 -- These methods aren't implemented yet. Any plans to add them soon? Any workaround?
tappatappa Posted April 4, 2014 Posted April 4, 2014 I desperately need this feature: i need to load from file a bunch of icons and add them to a menu. Does anybody know a way to do it without TUniImageList.Add? What does TUniImageList.InsertComponent do? EDIT: OK I think I've found a way to work around this missing feature. It involves streaming a TImageList and "convert" it into a TUniImageList at run time...
tappatappa Posted June 9, 2015 Posted June 9, 2015 0.99.0.1161 Implemented Add AddIcon AddMasked Not Implemented Delete Clear
Recommended Posts