OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: khann on August 07, 2013, 07:34:54 PM

Title: Listview's ImageList can afford how many picture items?
Post by: khann on August 07, 2013, 07:34:54 PM
Hi,
Is there any limit to add pic item of Listview's ImageList?
I could not add more than 36 picture of png file, about size of (66 x 51).

(OS win7 / 64 bit - Studio 7.0.0.12)
Thanks.
Title: Re: Listview's ImageList can afford how many picture items?
Post by: owenwengerd on August 08, 2013, 06:49:33 AM
I suppose there could be limits based on the graphics and memory resources available, but that's just a guess.
Title: Re: Listview's ImageList can afford how many picture items?
Post by: khann on August 08, 2013, 06:18:25 PM
Thanks, Owen.
You mean basically there're no limits ImageList itself.
Mn.....!
Title: Re: Listview's ImageList can afford how many picture items?
Post by: owenwengerd on August 08, 2013, 07:04:11 PM
I don't think there are hard coded limits, but I'm not certain about that.
Title: Re: Listview's ImageList can afford how many picture items?
Post by: khann on August 08, 2013, 09:59:23 PM
Yes, You're right.
Maybe I did something wrong while adding the img pictures.
It can have over 120 pictures.

Oh, in my case, it seems good to make the pic file's name with number from 0 .
I think normal text filename occurs non expected error.

Thanks.