[E-devel] equivalent function like "gdk_draw_rgb_image()" in EFL ??

2010-07-14 Thread Hyun Park
Hi, Firstly, English is not my native language, please understand this : ) I'm now trying to re-write my GTK application by using "Elementary" widget library. I already checked test application, 'elementary_test' but I couldn't find some appropriate APIs like "gdk_draw_rgb_image()" in Evas or som

Re: [E-devel] equivalent function like "gdk_draw_rgb_image()" in EFL ??

2010-07-14 Thread Hyun Park
_object_resize(win, MY_WIDTH, MY_HEIGHT); evas_object_show(win); elm_run(); elm_shutdown(); return 0; } ELM_MAIN() //====== 2010/7/14 Carsten Haitzler > On Wed, 14 Jul 2010 16:00:11 +0900 Hyun Park said: > > > Hi, > >

Re: [E-devel] equivalent function like "gdk_draw_rgb_image()" in EFL ??

2010-07-14 Thread Hyun Park
, MY_WIDTH, MY_HEIGHT); >> evas_object_image_data_copy_set(bg, buffer); >> evas_object_image_alpha_set(bg, 1); >> evas_object_show(bg); >> >> evas_object_size_hint_min_set(bg, 100, 100); >> evas_object_size_hint_max_set(bg, MY_WIDTH, MY_HEIGHT); >

Re: [E-devel] equivalent function like "gdk_draw_rgb_image()" in EFL ??

2010-07-15 Thread Hyun Park
exact reason because i just traced some logs using printf() now... do you have any idea for this? 2010/7/15 Carsten Haitzler > On Thu, 15 Jul 2010 15:38:07 +0900 Hyun Park said: > > in efl, evas offers some basic object types. rectangle, image, text, > textblock, > polygon, l

Re: [E-devel] equivalent function like "gdk_draw_rgb_image()" in EFL ??

2010-07-15 Thread Hyun Park
ething to use this option? What should i do to use this "EVAS_COLORSPACE_RGB565_A5P" colorspace option? 2010/7/16 Carsten Haitzler > On Thu, 15 Jul 2010 18:25:37 +0900 Hyun Park said: > > > This sample code is perfect one that i was finding and I checked it works >

Re: [E-devel] equivalent function like "gdk_draw_rgb_image()" in EFL ??

2010-07-15 Thread Hyun Park
pplication. : ) Thank you again! 2010/7/16 Carsten Haitzler > On Fri, 16 Jul 2010 13:20:18 +0900 Hyun Park said: > > > Thank you so much for your kind explanation. : ) > > > > > that only works in the 16bpp software enigne. unfortunately you will > have > > to &g

[E-devel] How can I use "gl_x11" backend Evas (or EFL)?

2010-07-22 Thread Hyun Park
Hi, All (I'm not sure this kind of question is appropriate for this mailing list...) Firstly, i'm trying to use a openGL based drawing module on Evas application. For example, this module will draw some image data or texts using openGL APIs like "glTexImage2D()". Besides, It needs to process Key

Re: [E-devel] How can I use "gl_x11" backend Evas (or EFL)?

2010-07-22 Thread Hyun Park
openGL on Evas continuously... Thank you! 2010/7/22 Eduardo Lima (Etrunko) > On Thu, Jul 22, 2010 at 10:18 AM, Hyun Park wrote: > > Hi, All > > > > (I'm not sure this kind of question is appropriate for this mailing > list...) > > > > Firstly, i&#x

[E-devel] How can I draw openGL 2D texture on Evas object..?

2010-07-23 Thread Hyun Park
Hi, All. I'm newbie on EFL and struggling all day long for below problem... :-( I'm tring to draw a openGL texture image on Evas directly (if it's possible solution..) plus, i want this texture image could be resized, rotated and scrolled smoothly... Firstly, I rebuilt ecore and evas libs after

[E-devel] some questions about Evas 'scroll' object.

2010-07-27 Thread Hyun Park
Hi, All. I'm writing a kind of image viewer application. This app has a image array view and is scrolled by touch interface one by one by horizentally. I'm refering to 'test_photo.c" in Elementary test app, but I hit the wall because of some problems like below. = #inclu

Re: [E-devel] some questions about Evas 'scroll' object.

2010-07-28 Thread Hyun Park
i could fix some scroll & rough image problems. plus, i found better e.g. for my app's case, test_scroller.c this sample looks really helpful to me :-) thanks all !! -- The Palm PDK Hot Apps Program offers developers who u

[E-devel] How can i display html text on Evas?

2010-08-03 Thread Hyun Park
hi, all. i want to display some html texts on Evas view. i found a example from 'test_anchorview.c' in Elementary library, but it doesn't seem to be able to display full html text. how can i display html text on Evas? do you have any idea? BR - hyun -

Re: [E-devel] How can i display html text on Evas?

2010-08-05 Thread Hyun Park
Thanks for all this information. i thought i found the right solution now.. i'll try this today. : ) 2010/8/6 Hugo Camboulive > See here : > http://trac.webkit.org/wiki/EFLWebKit > > On Tue, Aug 3, 2010 at 12:44 PM, Tom Hacohen < > tom.haco...@partner.samsung.com> wrote: > >> EWebkit or whateve