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
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
-
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
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
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
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
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
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
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
>
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
, 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);
>
_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,
> >
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
13 matches
Mail list logo