Re: [E-devel] File manager for iRiver iFP player.

2006-06-08 Thread Hisham Mardam Bey
On 6/9/06, Daniel Kasak <[EMAIL PROTECTED]> wrote: > Hisham Mardam Bey wrote: > > > It seems like the C code generated by perlxs is giving you problems. > > Those valist functions need to go anyway, so it should all be fine. > > Let me know when you get the updated source and try to compile it (I >

Re: [E-devel] File manager for iRiver iFP player.

2006-06-08 Thread Daniel Kasak
Hisham Mardam Bey wrote: > It seems like the C code generated by perlxs is giving you problems. > Those valist functions need to go anyway, so it should all be fine. > Let me know when you get the updated source and try to compile it (I > will hopefully fix it tonight). That fixed it :) I'll be

Re: [E-devel] File manager for iRiver iFP player.

2006-06-08 Thread Hisham Mardam Bey
On 6/8/06, Morten Nilsen <[EMAIL PROTECTED]> wrote: > Daniel Kasak wrote: > > Hisham Mardam Bey wrote: > > > >> On 6/7/06, Daniel Kasak <[EMAIL PROTECTED]> wrote: > >> > >>> Anyway, if there's anything on the *perl* side of things that need > >>> doing, I'll certainly help out there. But I assume t

Re: [E-devel] File manager for iRiver iFP player.

2006-06-08 Thread Morten Nilsen
Daniel Kasak wrote: > Hisham Mardam Bey wrote: > >> On 6/7/06, Daniel Kasak <[EMAIL PROTECTED]> wrote: >> >>> Anyway, if there's anything on the *perl* side of things that need >>> doing, I'll certainly help out there. But I assume the bindings will be >>> in C anyway, right? >>> >> I have just ad

Re: [E-devel] File manager for iRiver iFP player.

2006-06-08 Thread Daniel Kasak
Hisham Mardam Bey wrote: > On 6/7/06, Daniel Kasak <[EMAIL PROTECTED]> wrote: > >> Anyway, if there's anything on the *perl* side of things that need >> doing, I'll certainly help out there. But I assume the bindings will be >> in C anyway, right? >> > > I have just added etk-perl to CVS. Most of

Re: [E-devel] File manager for iRiver iFP player.

2006-06-07 Thread Hisham Mardam Bey
On 6/7/06, Daniel Kasak <[EMAIL PROTECTED]> wrote: > > Sorry. Perl & PHP is my current limit. > > Having said that, I am interested in learning C. I bought myself a > 'learn C on Linux in 20 days' ( or something ) book a while back, but I > never really got further than day 3 ( time constraints ).

Re: [E-devel] File manager for iRiver iFP player.

2006-06-06 Thread Daniel Kasak
Hisham Mardam Bey wrote: > It should be possible to do this. Enhance has not yet been "ported" to > etk-server, but I'm sure that if you would like to help with this, we > can get things sorted out. > Sorry. Perl & PHP is my current limit. Having said that, I am interested in learning C. I bo

Re: [E-devel] File manager for iRiver iFP player.

2006-06-01 Thread titansoccr15
-Original Message- From: Michel Briand <[EMAIL PROTECTED]> To: Grzegorz Andrelczyk <[EMAIL PROTECTED]> Cc: enlightenment-devel@lists.sourceforge.net Sent: Fri, 2 Jun 2006 00:35:05 +0200 Subject: Re: [E-devel] File manager for iRiver iFP player. Grzegorz Andrelczyk a é

Re: [E-devel] File manager for iRiver iFP player.

2006-06-01 Thread Daniel Kasak
Michel Briand wrote: > Gtklike shit is definitly not the way. > I beg to differ, and there are others watching etk who are with me on this. You are of course free not to use etk, but try not to put other's efforts down. > If you want my 2cents: Qt is the anwser for now. > 2 cents is a bit

Re: [E-devel] File manager for iRiver iFP player.

2006-06-01 Thread Kim Woelders
Michel Briand wrote: > Grzegorz Andrelczyk a écrit : > >>Thu, Jun 01, 2006 at 10:26:55AM -0400 dan sinclair <[EMAIL PROTECTED]> >>napisał: >> >> >>>Why? All the widgets etk supports are supported by ewl already. >> >> >>I just tought that that could be usefull if in ewl and etk are different >

Re: [E-devel] File manager for iRiver iFP player.

2006-06-01 Thread Michel Briand
Grzegorz Andrelczyk a écrit : > Thu, Jun 01, 2006 at 10:26:55AM -0400 dan sinclair <[EMAIL PROTECTED]> > napisał: > >>Why? All the widgets etk supports are supported by ewl already. > > > I just tought that that could be usefull if in ewl and etk are different > widgets. But if etk and ewl s

Re: [E-devel] File manager for iRiver iFP player.

2006-06-01 Thread Grzegorz Andrelczyk
Thu, Jun 01, 2006 at 10:26:55AM -0400 dan sinclair <[EMAIL PROTECTED]> napisał: > > Why? All the widgets etk supports are supported by ewl already. I just tought that that could be usefull if in ewl and etk are different widgets. But if etk and ewl supprts teh same widgets this option is indee

Re: [E-devel] File manager for iRiver iFP player.

2006-06-01 Thread dan sinclair
> Is it possible to put ETK widget into EWL conteiner (or EWL widget into > ETK conteiner)? If not, it is possible to add opion like that to EWL and > ETK? > Why? All the widgets etk supports are supported by ewl already. You can embed ewl into evas applications if you just want simple things l

Re: [E-devel] File manager for iRiver iFP player.

2006-06-01 Thread Grzegorz Andrelczyk
Wed, May 31, 2006 at 08:23:16PM +0200 Tilman Sauerbeck <[EMAIL PROTECTED]> napisał: > Hisham Mardam Bey [2006-05-30 23:56]: > > > > Take a look at ETK. ETK is a toolkit (similar to GTK) and already has > > ETK is also not EWL, which is what Grzegorz asked for. MEEEP. > Exactly. But ETK sound i

Re: [E-devel] File manager for iRiver iFP player.

2006-05-31 Thread Tilman Sauerbeck
Hisham Mardam Bey [2006-05-30 23:56]: > On 5/30/06, Grzegorz Andrelczyk <[EMAIL PROTECTED]> wrote: > > I'm trying to write (using EWL) file manager for iriver player. And I'm > > stack with "file manager" part. > > > > Can somebody suggest me which EFL library I should use to be able to > > write t

Re: [E-devel] File manager for iRiver iFP player.

2006-05-31 Thread Grzegorz Andrelczyk
Ok. Now I have things to think about. :) All of you directly or indirectly point me to eVFS. So I will try to use it. So first I want to install and try this app. I'm trying to build deb (autogen, make dist, ...). And when I get one serious error: make[4]: Wejście do katalogu `/home/gandrel/e17_c

Re: [E-devel] File manager for iRiver iFP player.

2006-05-31 Thread Alexander Taylor
Hi, It strikes me that the best way to do this independently would be as a plugin to evfs - that way the (albeit limited) applications that support evfs would be able to speak to it - my entropy project is one of those, and there are a few others. eVFS contains all the basic structures (open/close

Re: [E-devel] File manager for iRiver iFP player.

2006-05-31 Thread Hisham Mardam Bey
On 5/31/06, Daniel Kasak <[EMAIL PROTECTED]> wrote: > Hisham Mardam Bey wrote: > > > You can also install Enhance, a library that allows you to design ETK > > applications using Glade. > > This sounds very interesting. I've also seen mention of etk_server, > which will allow you to script things vi

Re: [E-devel] File manager for iRiver iFP player.

2006-05-31 Thread Daniel Kasak
Hisham Mardam Bey wrote: > You can also install Enhance, a library that allows you to design ETK > applications using Glade. This sounds very interesting. I've also seen mention of etk_server, which will allow you to script things via many different languages, for example Perl. Is this right?

Re: [E-devel] File manager for iRiver iFP player.

2006-05-30 Thread dan sinclair
I assume you're talking about a library to help with reading file systems, moving files, renaming files and all that stuff. If that's the case then look at evfs in e17/apps/evfs. It's a virtual filesystem thingy that chaos has been working on for a while (the successor to efsd). If you're just

Re: [E-devel] File manager for iRiver iFP player.

2006-05-30 Thread Hisham Mardam Bey
On 5/30/06, Grzegorz Andrelczyk <[EMAIL PROTECTED]> wrote: > Hello. > > I'm trying to write (using EWL) file manager for iriver player. And I'm > stack with "file manager" part. > > Can somebody suggest me which EFL library I should use to be able to > write this part? > Take a look at ETK. ETK is

[E-devel] File manager for iRiver iFP player.

2006-05-30 Thread Grzegorz Andrelczyk
Hello. I'm trying to write (using EWL) file manager for iriver player. And I'm stack with "file manager" part. Can somebody suggest me which EFL library I should use to be able to write this part? -- Grzegorz Andrelczyk | Wszechświat - kilka praktycznych informacji: [EMAIL PROTECTED] |