> Thanks. I figured it out. Unfortunately I noticed I can't append the text
to the
> undrawn multiline edit field. I'm guessing it has to do with mapping.

  Yes, that's right. The text is stored in the native object.


> So I though I'd use one multiline object but separate text buffers. I
though I'd
> store those in list's items as one of attributes. 

  Don't get it. Why do you need a list?


> Now I have the question:
> what's the maxium size of an attribute? 

  From a general point of view, attribute values are dynamically allocated
internally in IUP. So actually there is no limit.

  But in the native controls there maybe limits with some attribues. If so
those limits will be in the IUP documentation.


> Is it overflow safe (for example if I use strcat)?

  Don't understand this also. What do you mean?

Best,
Scuri



  


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to