> i tried the following, using the provided code
> E:\CVS\iup\html\examples\C\list1.c
> i compile it and it loads fine, i see it supports different image size for
IupList,
> but when i change the line to
> IupSetAttribute(list, "FONT", "Helvetica, Bold 40");
> then the listbox changes to use the size 16x16
http://troll.ws/i/1JZ4VV.png

 That was a bug. It is fixed and committed to CVS.

 
> i tried BMP 128x128  (load fine using IupLoadImage) but 256x256 (failed,
list
> is size to 16x16 and the dialog grows bigger than usual)
> http://troll.ws/i/0ZRByj.png

 In Windows, there is a 255 pixels limit for an item height in IupList. See:

http://msdn.microsoft.com/en-us/library/ms997541.aspx

 at "LB_SETITEMHEIGHT".

Best,
Scuri



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to