[E-devel] Install EFL with Easy_e17.sh problem on ubuntu 10.04

2010-05-01 Thread ychouchane
hello, i m trying to install EFl on ubuntu 10.04 with easy_e17 script : but problem with easy_e17.sh, first i have a crash to EWl, so i have eras it from th script, but now i have this error, can u see the problem please ? SO is a ubuntu 10.04 frech install and i have install this packtage : sudo

[E-devel] Callback

2010-04-15 Thread ychouchane
Hello and thanks I have rename my topic on callback . this topic follow the focus problem i have update my code, and i have the minimum, so a background "object_01" and on object zozor and i want this object follow the move of the mouse. and with this code the zozor will be follow the mouse only

Re: [E-devel] Focus problem

2010-04-14 Thread ychouchane
0 à 18:38 +0200, Dave Andreoli a écrit : > 2010/4/13 ychouchane : > > 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 > &g

[E-devel] Focus problem

2010-04-13 Thread ychouchane
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, "

Re: [E-devel] crop image

2010-04-10 Thread ychouchane
BLOCS_HAUTEUR); //Fin du programme ecore_main_loop_begin(); //notre boocle qui attend l'appuie sur la croix pour terminer le programme ecore_evas_shutdown(); // Arrêt des EFL (libération de la mémoire). return EXIT_SUCCESS; } but now i need to make this with edje, so i will le

[E-devel] Crop_image

2010-04-07 Thread ychouchane
To complet my message , an image to resume what i want to do : http://www.siteduzero.com/uploads/fr/files/188001_189000/188039.jpg and the result of the code i show u on the first message: http://img96.imageshack.us/img96/4097/capture1rf.png thanks -

[E-devel] crop image

2010-04-07 Thread ychouchane
Hello, i m trying to make that : I have an image with many zone, and i want take little zone and position it where i want on my window, so i use this function : #include #include #define LARGEUR_TILE 24 // hauteur et largeur des tiles. #define HAUTEUR_TILE 16 #define NOMBRE_BLOCS_LARGEUR 15