The use for IupSetAttributes is more oriented to simplify instead of optimize. So it is an easy way to set a few attributes in the same line of code.
To fill an IupMatrix I recommend using plain IupSetAttribute. Best, Scuri > -----Original Message----- > From: Ano Nymous [mailto:[email protected]] > Sent: quarta-feira, 23 de maio de 2012 08:27 > To: IUP discussion list. > Subject: [Iup-users] IupSetAttribute or IupSetAttributes and string size limit for > Attributes string > > hi, > > want to ask if let say we want to insert datas into IupMatrix control, are we > advised to use loop through record with IupSetAttribute or should we > formatted our attributes into one long string then we call IupSetAttributes? > > and is there any string size limit for IupSetAttributes ? > > or is there any rule to decide using IupSetAttribute or IupSetAttributes? > > thank you > > ---------------------------------------------------------------------------- -- > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/iup-users ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/iup-users
