[E-devel] merge 24X24 evas_object_images to one 24X48 image

2010-10-24 Thread whtuhtc tu
Dear, As title, because I want to merge two images into one and get one raw data to further process how can I do that? or Any other way? Thanks whtuhtc -- Nokia and AT&T present the 2010 Calling All Innovators-North

[E-devel] How to capture a snapshot from a evas

2010-10-22 Thread whtuhtc tu
Dear, as title I want to get the pixel data from a evas and save it to a .png file. is there any sample code or suggestion? Thanks in advance whtuhtc -- Nokia and AT&T present the 2010 Calling All Innovators-North Ameri

[E-devel] using evas_object_del to delete elementary widget

2010-10-21 Thread whtuhtc tu
Dear, Is it workable to delete elementray widget by using evas_object_del ? Will it free memory completely. eg. Evas_Object * btn = elm_button_add(win); evas_object_del(btn); It seems evas_object_del does not free memory completely. If not, how do I free elementary widget effectively , even mo

Re: [E-devel] Creating Evas events send to Edje.

2010-10-06 Thread whtuhtc tu
2010/10/7 Gustavo Sverzut Barbieri > On Wed, Oct 6, 2010 at 3:09 AM, CZhe Yang wrote: > > Hi, I have some questions. I create new event types. > > For example, using > > evas_object_event_callback_add(evas_object,"MY DEFINE EVENT > > TYPE",callback_function,NULL); > > Basicly, it work. > > If t

[E-devel] efl webkit problem

2010-09-01 Thread whtuhtc tu
Hi, Is it suitable to ask question about efl-webkit in this mailing list? Or where is the suitable place? Thanks whtuhtc -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the

[E-devel] get raw data of the image after output drawing

2010-08-30 Thread whtuhtc tu
Hi, I want to get the raw data of the image after output drawing. For example, if I load a 640x640 image (ex evas_object_image_filled_add() ) and down scale to 64x64, how do I get the raw data of the 64x64 image? Thanks a advance. whtuhtc ---

[E-devel] using elementary toolkit without bg or with transparent bg image leads some noise

2010-08-30 Thread whtuhtc tu
Hi all, It seems that use elementary without bg or with transparent bg image would cause some noise when redraw. For example, I have a elm_button within elm_win without elm_bg. It seems there are some noise when I click the button? Is there any way to prevent from this. Thanks in advance whtuht

Re: [E-devel] git does not have animation

2010-08-25 Thread whtuhtc tu
thanks for your information. suppose using edj animation to replace gif would be good. 2010/8/26 Vincent Torri > > > On Thu, 26 Aug 2010, whtuhtc tu wrote: > > Hi, >> >> I use evas_object_image_add and evas_object_image_file_set to load a gif >> file. But it

Re: [E-devel] git does not have animation

2010-08-25 Thread whtuhtc tu
sorry for typo on the mail title. 2010/8/26 whtuhtc tu > Hi, > > I use evas_object_image_add and evas_object_image_file_set to load a gif > file. But it seems the gif animation does not work? > Do I missing something? > > > Thanks

[E-devel] git does not have animation

2010-08-25 Thread whtuhtc tu
Hi, I use evas_object_image_add and evas_object_image_file_set to load a gif file. But it seems the gif animation does not work? Do I missing something? Thanks in advance. whtuhtc -- Sell apps to millions through the In

[E-devel] blur effect in edje or evas

2010-08-24 Thread whtuhtc tu
Hi all, Does edje or evas support the blur effect? I can not find it. Thanks whtuhtc -- Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of net

[E-devel] how to update the cell of elm_scrolled_grid

2010-08-10 Thread whtuhtc tu
Hi all I want to update the cell in the elm_scorlled_grid, but the updated cell only shows after I move the mouse. It seems that the elm_genlist.c has elm_genlist_item_update function for item update. Dose elm_scrolled_grid.c have the same function? whtuhtc Sincerely

[E-devel] Get a pointer to the raw data of the given evas object

2010-08-10 Thread whtuhtc tu
Hi, As title, I saw there is a function named "evas_object_image_data_get" which can get raw data of a image. Is it possible to get raw data of the given evas object? Sincerely whtuhtc -- This SF.net email is sponsored b

Re: [E-devel] which pointer point to the display memory(canvas) in evas

2010-06-23 Thread whtuhtc tu
Hi Rasterman, Thinks for your advice. You guide me on the clear way. I will take a try and share my experience if there are any good news. whtuhtc 2010/6/20 Carsten Haitzler > On Fri, 18 Jun 2010 13:42:05 +0800 whtuhtc tu said: > > what i think you are after is basically portin

Re: [E-devel] which pointer point to the display memory(canvas) in evas

2010-06-17 Thread whtuhtc tu
make sense? I am not good at this domain, any advice will be appreciated. whtuhtc 2010/6/17 Cedric BAIL > On Thu, Jun 17, 2010 at 3:15 PM, whtuhtc tu wrote: > > 2010/6/17 whtuhtc tu > >> 2010/6/17 Cedric BAIL > >> On Thu, Jun 17, 2010 at 1:24 PM, whtuhtc tu wrote:

Re: [E-devel] which pointer point to the display memory(canvas) in evas

2010-06-17 Thread whtuhtc tu
2010/6/17 whtuhtc tu > > > 2010/6/17 Cedric BAIL > > On Thu, Jun 17, 2010 at 1:24 PM, whtuhtc tu wrote: >> > I try to figure out which pointer point to the display memory. After >> > tracking code, it seems the pointer is in _Evas structure. >> > AM

Re: [E-devel] which pointer point to the display memory(canvas) in evas

2010-06-17 Thread whtuhtc tu
2010/6/17 Cedric BAIL > On Thu, Jun 17, 2010 at 1:24 PM, whtuhtc tu wrote: > > I try to figure out which pointer point to the display memory. After > > tracking code, it seems the pointer is in _Evas structure. > > AM I right? Is *attach_data the pointer which point to

[E-devel] which pointer point to the display memory(canvas) in evas

2010-06-17 Thread whtuhtc tu
Hi, I try to figure out which pointer point to the display memory. After tracking code, it seems the pointer is in _Evas structure. AM I right? Is *attach_data the pointer which point to the display memory? Thanks in advance. whtuhtc ---

[E-devel] elementary panel content is invisible

2010-06-09 Thread whtuhtc tu
Hi, I downloaded the elementary ver. 49589 and saw the new panel which can be expanded in four direction. But it seems that the content is invisible until I resize the window. anyone have the same problem like me? whtuhtc -

Re: [E-devel] edc part dragable problem

2010-06-03 Thread whtuhtc tu
My bad. It seems that do not insert "confine" attribute in dragable block would resolve this problem. whtuhtc 2010/5/30 whtuhtc tu > Hi, > > I want to make a part dragable and can move to specific position which is > clicked. > > So I add a dragable block to make

[E-devel] edc part dragable problem

2010-05-30 Thread whtuhtc tu
Hi, I want to make a part dragable and can move to specific position which is clicked. So I add a dragable block to make a part named "dragable_part" dragable and it works. When I add a program block to make the part to move to specific position by changing the state of the part when clicking. It

Re: [E-devel] Check if image file is recalsed

2010-05-24 Thread whtuhtc tu
n > > or : >> >> evas_object_image_file_set 1 time and then when you rezise : >> evas_object_resize >> >> 2010/5/24 Vincent Torri >> >> >>> >>> On Mon, 24 May 2010, whtuhtc tu wrote: >>> >>> > Hi, >>> >

[E-devel] Check if image file is recalsed

2010-05-24 Thread whtuhtc tu
Hi, If I want to check if the image file is rescaled by EFL, where can I log or print a message to reminder me? Are there only evas_object_resize and evas_object_image_fill_set used to rescaled image file? Thanks in advance. whtuhtc --

Re: [E-devel] where does elemenetary_test load default.edj into memory

2010-05-24 Thread whtuhtc tu
Hi Rasterman, Thanks for your explaination, I got the point. whtuhtc 2010/5/21 Carsten Haitzler > On Fri, 21 May 2010 11:19:57 +0800 whtuhtc tu said: > > > More specific, when a AP initialize, it seems wm sould be informed and > give > > the AP a window. where does it

Re: [E-devel] where does elemenetary_test load default.edj into memory

2010-05-20 Thread whtuhtc tu
More specific, when a AP initialize, it seems wm sould be informed and give the AP a window. where does it happen? If my understanding is wrong, please correct mine. whtuhtc 2010/5/21 Carsten Haitzler > On Fri, 21 May 2010 10:05:02 +0800 whtuhtc tu said: > > > I am trying to un

Re: [E-devel] where does elemenetary_test load default.edj into memory

2010-05-20 Thread whtuhtc tu
I am trying to understand the EFL, including how to use and how to modify to fit my own purpose. by the way, where does the AP developed based on the elementary toolkit communicate with the window manager, when the AP start. Is it in ecore_init()? whtuhtc 2010/5/20 Vincent Torri > > > On Thu, 20