[e-users] how to draw RGB565 image data ues EFL

2015-01-23 Thread bray
EIGHT); evas_object_show(evas); Does anyone konw how to draw a rgb565 data by using EFL or how to modify my source code? EFL version: 1.9.0 Thanks, bray -- New Year. New Location. New Benefits. New Data Center in Ashbur

Re: [e-users] how to receive all keyboard events by uesing EFL

2015-01-05 Thread bray
Hi, Thank you for your reply. how to grabbed the keyboard? BR bray At 2015-01-06 07:53:59, "Carsten Haitzler (The Rasterman)" wrote: >On Mon, 5 Jan 2015 21:24:22 +0800 (CST) bray said: > >> Hi everyone: >> >> I create a window by using EFL. >&g

[e-users] how to receive all keyboard events by uesing EFL

2015-01-05 Thread bray
); evas_object_resize(bg, width, height); evas_object_show(bg); BR bray -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all

[e-users] evas callback function is wrong

2014-09-01 Thread bray
have nothing to do. I click btn_A to execute appA.when appA is loading, I click btn_B and appA is launched. After this, no matter which button is clicked, function TouchUpBtn_B will called. Can anyone know the reason ? BR bray