[E-devel] How to get the buffer of current evas

2011-06-20 Thread suxia li
Hi, Here i want to get the buffer of current evas, so i tried by the 2 API , firstly get the ecore evas, then get the buffer pixels of current Ecore_Evas, but the second API return NULL. is there any one help me on this issue, thanks in advance. ecore_evas_ecore_evas_get(const Evas *e); eco

Re: [E-devel] How to get the buffer of current evas

2011-06-20 Thread suxia li
ata are in the cloud ! but he is using the buffer engine with ecore_evas, so it should work. Maybe a small test case would be helpful Vincent > > 2011/6/21 suxia li > >> >> >> Hi, >> Here i want to get the buffer of current evas, so i tried by the 2 API , >>

Re: [E-devel] How to get the buffer of current evas

2011-06-21 Thread suxia li
Jun 2011, suxia li wrote: > is there any way to get the data? with the buffer engine of ecore_evas. Did you write a small test ? Vincent > > --- Original Message --- > Sender : Vincent Torri > Date : 六月 21, 2011 15:49 (GMT+09:00) > Title : Re: [E-devel] How to get the

Re: [E-devel] How to get the buffer of current evas

2011-06-21 Thread suxia li
i want to get the current screen data, and set it to an evas object image. --- Original Message --- Sender : Vincent Torri Date : 六月 21, 2011 16:50 (GMT+09:00) Title : Re: Re: Re: [E-devel] How to get the buffer of current evas On Tue, 21 Jun 2011, suxia li wrote: > oh, it

[E-devel] Questions about job

2011-08-27 Thread suxia li
Is there any mechanism to jump the queued job? here i have a request, when some job is processing, or some job is added into queue, there comes a job with higher priority. then how to process it in EFL? -- EMC VNX: the w

Re: [E-devel] Questions about job

2011-08-27 Thread suxia li
Title : Re: [E-devel] Questions about job On Sat, 27 Aug 2011 08:00:48 + (GMT) suxia li said: > Is there any mechanism to jump the queued job? here i have a request, when > some job is processing, or some job is added into queue, there comes a job > with higher priority. then how to

[E-devel] How to rebuild genlist more fast

2011-09-01 Thread suxia li
Hi there, does any one have any idea about how to delete and rebuild the genlist more fast, it seems the elm_genlist_clear takes too much time if it is too big? thanks in advance~ -- Special Offer -- Download ArcSight Log

[E-devel] Questions about ecore_thread_feedback_run

2011-09-02 Thread suxia li
Hi there, here i have a weired problem. i create 2 threads by ecore_thread_feedback_run, the try_no_queue are both set as EINA_TRUE. the second one is run after the 1st one end, but the second one does run? i try to change the second one by ecore_thread_run, it works. and i also try to change th

[E-devel] Patch for photocam elm_photocam_file_set

2011-03-21 Thread suxia li
hello, i made a patch for photocam, because i found a bug that sometimes grid_clearall is done after image preload process, but it should be done before image preload process, otherwise, only low quality image is loaded. Please have a check, thanks~ photocam.patch Description: Binary data -

[E-devel] Patch for photocam elm_photocam_file_set

2011-03-21 Thread suxia li
sorry, this is the last patch. --- Original Message --- Sender : suxia li Engineer/SCRC-SLP_Multimedia/Samsung Electronics Date : 三月 22, 2011 12:11 (GMT+09:00) Title : Patch for photocam elm_photocam_file_set hello, i made a patch for photocam, because i found a bug that sometimes