As long as you can recognise that youre on your own in the woods when
it comes to MacOS install, thats fine. I dont think any of the devs
use e17 on Mac so no-one even bothers testing. The fact that its
compiled so far is fairly miraculous to say the least. Glad to have
helped! And make sure you lo
I did get some help getting set up on irc. Very sorry for the noise
level.
No worries if there a glitch somewhere, I know it;s alpha. It's
_really good_ alpha.
I did get the help I needed off line, thanks Tom,
I'm having some challenges with e17 on a perhaps non-standard system.
I've been
On Tue, 13 Apr 2010 17:23:21 -0700 Dave Ray said:
> I am very close to getting e17 to finish compiling. I am getting a
> make error part way through e/data/themes/images, while edje_cc is
> running.
>
> Is svn currently stable in e/data/themes/images?
>
> I would really prefer to get help o
On Tue, 13 Apr 2010 23:19:35 +0200 Andreas Volz said:
> Am Tue, 13 Apr 2010 12:57:26 -0800 schrieb Gustavo Sverzut Barbieri:
>
> > > This is really great! I'm very near at the EFL development, but
> > > missed any news or blog entries about the 3D support. Even not on
> > > the website, this was
Im in IRC now and can give you a hand with the theme. I suspect it may
be the #define sections of it.
Toma.
On 14 April 2010 08:23, Dave Ray wrote:
> I am very close to getting e17 to finish compiling. I am getting a
> make error part way through e/data/themes/images, while edje_cc is
> running.
I am very close to getting e17 to finish compiling. I am getting a
make error part way through e/data/themes/images, while edje_cc is
running.
Is svn currently stable in e/data/themes/images?
I would really prefer to get help on irc without having to post this
message. I tried #e and feel v
Am Tue, 13 Apr 2010 12:57:26 -0800 schrieb Gustavo Sverzut Barbieri:
> > This is really great! I'm very near at the EFL development, but
> > missed any news or blog entries about the 3D support. Even not on
> > the website, this was the reason why I asked here.
> >
> > We should really do better p
On Tue, 13 Apr 2010, Gustavo Sverzut Barbieri wrote:
On Tue, Apr 13, 2010 at 12:39 PM, Andreas Volz wrote:
Am Mon, 12 Apr 2010 14:24:34 -0800 schrieb Gustavo Sverzut Barbieri:
On Mon, Apr 12, 2010 at 2:04 PM, Andreas Volz
wrote:
Hello,
I've read this on the E website:
---
Evas not
On Tue, Apr 13, 2010 at 12:39 PM, Andreas Volz wrote:
> Am Mon, 12 Apr 2010 14:24:34 -0800 schrieb Gustavo Sverzut Barbieri:
>
>> On Mon, Apr 12, 2010 at 2:04 PM, Andreas Volz
>> wrote:
>> > Hello,
>> >
>> > I've read this on the E website:
>> >
>> > ---
>> > Evas not only does quality render
Am Mon, 12 Apr 2010 14:24:34 -0800 schrieb Gustavo Sverzut Barbieri:
> On Mon, Apr 12, 2010 at 2:04 PM, Andreas Volz
> wrote:
> > Hello,
> >
> > I've read this on the E website:
> >
> > ---
> > Evas not only does quality rendering and compositing, but also can
> > scale, rotate and fully 3D t
Hello,
i m tring to make this :
i want make a windows with little img following the mouse.
for the moment i make this code :
#include
#include
Evas_Object * zozor (Evas *evas,int move1,int move2)
{
Evas_Object *o;
int iw, ih;
o = evas_object_image_add (evas);
evas_object_image_file_set (o, "
On Sun, 11 Apr 2010, Rafdi Saifan wrote:
> Greetings sir, i wanna ask something about Ecore, i've got some errors when
>> i compiled Ecore in OpenSolaris, configure ran well, but when i did "make",
>> i've got these:
do not use the snapshot, but the svn repository.
See http://trac.enlightenmen
Greetings sir, i wanna ask something about Ecore, i've got some errors when
> i compiled Ecore in OpenSolaris, configure ran well, but when i did "make",
> i've got these:
>
>
>
> cc: acomp failed for ecore_list.c
> *** Error code 1
> make: Fatal error: Command failed for target `ecore_list.lo
Hi everyone
Here are (my first!) two patches that add a function I use to access a
table's child using the coordinates it was inserted with.
evas_object_table_child_get(obj, col, row);
and its edje counterpart
edje_object_part_table_child_get(obj, part, col, row);
Hugo Camboulive
diff --git a
On Tue, Apr 13, 2010 at 3:56 AM, Dave Andreoli wrote:
> 2010/4/8 Enlightenment SVN :
>> Log:
>> Welcome a new Elementary widget: file selector button.
>>
>> This is an elm button extended to launch a file selector on click and to
>> callback_call registered funcs
>> when selection is completed
On Tue, Apr 13, 2010 at 4:15 AM, Dave Andreoli wrote:
> 2010/4/13 dev mohanty :
>> Dear All
>>
>> I am a newbie in the field of enlightenment. I have just started using it.
>> Could anyone please tell me where to find the list of events that can be
>> sent in this function
>> evas_object_smart_cal
>
> 2010/4/8 Enlightenment SVN :
> > Log:
> > Welcome a new Elementary widget: file selector button.
> >
> > This is an elm button extended to launch a file selector on click and to
> callback_call registered funcs
> > when selection is completed.
>
> Do we really need this kind of widgets? we w
HI
I am using elm_slider,I want to know how to block the callback and unblock
it.
Does I have to del the callback and readd it after something done?
--
Download Intel® Parallel Studio Eval
Try the new software tools for y
On Tue, Apr 13, 2010 at 5:35 AM, Carsten Haitzler wrote:
> On Mon, 12 Apr 2010 22:58:19 -0400 Christopher Michael
>
> said:
>
>> On 04/12/2010 10:17 PM, Tom Haste wrote:
>> > Hey all,
>> >
>> > Ive had discussions with raster and Manowarrior in IRC about icons and
>> > their sizing. We all agree
2010/4/13 dev mohanty :
> Dear All
>
> I am a newbie in the field of enlightenment. I have just started using it.
> Could anyone please tell me where to find the list of events that can be
> sent in this function
> evas_object_smart_callback_add(Evas_Object * obj,
>
2010/4/8 Enlightenment SVN :
> Log:
> Welcome a new Elementary widget: file selector button.
>
> This is an elm button extended to launch a file selector on click and to
> callback_call registered funcs
> when selection is completed.
Do we really need this kind of widgets? we will then need on
Dear All
I am a newbie in the field of enlightenment. I have just started using it.
Could anyone please tell me where to find the list of events that can be
sent in this function
evas_object_smart_callback_add(Evas_Object * obj,
const char * event,
On Tue, 13 Apr 2010, rui kou wrote:
> Hi
>
> I'm trying to make a image_object from a buffer in memory, I have only a
> pointer to the buffer and size of the buffer,no high no width..nothing more
> abort the image, So ,how can I make it?
so you don't know what the content of that void * is ?
V
On Tue, 13 Apr 2010 18:19:42 +0800 rui kou said:
> Hi
>
> I'm trying to make a image_object from a buffer in memory, I have only a
> pointer to the buffer and size of the buffer,no high no width..nothing more
> abort the image, So ,how can I make it?
write to file, then load file. there is no "
Hi
I'm trying to make a image_object from a buffer in memory, I have only a
pointer to the buffer and size of the buffer,no high no width..nothing more
abort the image, So ,how can I make it?
--
Download Intel® Parallel St
25 matches
Mail list logo