Re: [E-devel] How can I reset a table's content without blank

2013-02-23 Thread The Rasterman
On Sun, 24 Feb 2013 11:49:35 +0800 (CST) 哆啦比猫 said: > In fact, the image data is generated on the fly(I'm writing an procedural > image generator). Internally, they are stored as SIMD floating point vectors, > with 4 elements, rgbx, where x is an undefined value and each ranged from 0 > to 1. I c

Re: [E-devel] How can I reset a table's content without blank

2013-02-23 Thread 哆啦比猫
In fact, the image data is generated on the fly(I'm writing an procedural image generator). Internally, they are stored as SIMD floating point vectors, with 4 elements, rgbx, where x is an undefined value and each ranged from 0 to 1. I chose PPM because the file format is SIMPLE. Can I disable

Re: [E-devel] How can I reset a table's content without blank

2013-02-22 Thread The Rasterman
On Fri, 22 Feb 2013 16:03:57 +0800 (CST) 哆啦比猫 said: > What I want to do is: > > > // show result in Image Stack (a table, in fact) > elm_table_clear(stack, true); > for (int i=ipu_stack_length()-1; i>=0; i--) { > image = elm_image_add(win); > elm_image_resizable_set(image, 0, 0); > evas_object_