Re: [E-devel] E17 students making modules

2011-05-12 Thread The Rasterman
On Thu, 12 May 2011 23:25:15 +0200 Quentin Gibeaux said: > Hello ! > > Like I guessed, the call of edje_cc was ugly as hell. Never mind, I made a > working version with the evas librairy. The reloading function is great, but > does it check if the file have been changed before reloading, or do w

Re: [E-devel] E17 students making modules

2011-05-12 Thread hannes.janet...@gmail.com
On Thu, May 12, 2011 at 11:25 PM, Quentin Gibeaux wrote: > Hello ! > > Like I guessed, the call of edje_cc was ugly as hell. Never mind, I made a > working version with the evas librairy. The reloading function is great, but > does it check if the file have been changed before reloading, or do we

Re: [E-devel] E17 students making modules

2011-05-12 Thread Quentin Gibeaux
Hello ! Like I guessed, the call of edje_cc was ugly as hell. Never mind, I made a working version with the evas librairy. The reloading function is great, but does it check if the file have been changed before reloading, or do we have to do it manually in order to optimize the code? Anyway, good

Re: [E-devel] E17 students making modules

2011-05-11 Thread The Rasterman
On Wed, 11 May 2011 08:33:51 +0200 Cedric BAIL said: you really shouldn't be using system and edje_cc here. you are using edje simply where it's not needed. just create an image object yourself and move/resize it as you need/want and set the file to use. that's about it. it's much less complicate

Re: [E-devel] E17 students making modules

2011-05-10 Thread Cedric BAIL
On Tue, May 10, 2011 at 3:53 PM, Daniel Juyung Seo wrote: > I don't know why it freezes, but why you run edje_cc repeatedly? It just freeze because system is not an asynchronous call. So each time it run, it lock. You should seriously change the way you are using edje ! Edje_cc should be used for

Re: [E-devel] E17 students making modules

2011-05-10 Thread Daniel Juyung Seo
Hmm looks like you want to re-generate a new edj repeatedly. Looks ok :) It'll be better to send a file or sample code here. Thanks. Daniel Juyung Seo (SeoZ) On Tue, May 10, 2011 at 10:53 PM, Daniel Juyung Seo wrote: > Hello, > I don't know why it freezes, but why you run edje_cc repeatedly? >

Re: [E-devel] E17 students making modules

2011-05-10 Thread Daniel Juyung Seo
Hello, I don't know why it freezes, but why you run edje_cc repeatedly? edje_cc is a compiler and it compiles edc text file to edj binary file. Just run it once, before you distribute your program. Thanks. Daniel Juyung Seo (SeoZ) On Mon, May 9, 2011 at 4:39 AM, Quentin Gibeaux wrote: > Hello ev

Re: [E-devel] E17 students making modules

2011-05-08 Thread Quentin Gibeaux
Hello everyone ! Thanks a lot for your answers, it really helped us. We are going in step by step, for now we are juste trying to design a module able to load every x seconds the same picture, and to display it. So we created an Ecore_timer to compile the edc that links to the image, and then to l

Re: [E-devel] E17 students making modules

2011-05-02 Thread The Rasterman
On Sun, 1 May 2011 18:49:34 +0200 Quentin Gibeaux said: > Hello everyone > > We're still working on making e17 modules, and have progressed a little bit > ; for those who didn't have our previous mails here is a short presentation > of our situation : > > We are two french students working on e

Re: [E-devel] E17 students making modules

2011-05-01 Thread Nicolas Aguirre
2011/5/1 Quentin Gibeaux > Hello everyone > Hi guys ! > > We're still working on making e17 modules, and have progressed a little bit > ; for those who didn't have our previous mails here is a short presentation > of our situation : > > We are two french students working on e17 modules. > We h

[E-devel] E17 students making modules

2011-05-01 Thread Quentin Gibeaux
Hello everyone We're still working on making e17 modules, and have progressed a little bit ; for those who didn't have our previous mails here is a short presentation of our situation : We are two french students working on e17 modules. We have three projects : include the elementary clock into a