Re: [E-devel] Access evas for ewl_window

2005-02-24 Thread The Rasterman
On Thu, 24 Feb 2005 09:13:38 -0500 (EST) "Nigel Benns" <[EMAIL PROTECTED]> babbled: > A wonderful idea :) > but... I've been reading that libxml2 has a htmlreader with it... (as long > as it's compiled)... I was thinking about using that... (or trying it at > least) > > I'

Re: [E-devel] Access evas for ewl_window

2005-02-24 Thread Nigel Benns
A wonderful idea :) but... I've been reading that libxml2 has a htmlreader with it... (as long as it's compiled)... I was thinking about using that... (or trying it at least) I've been working a little on the interface just to get the basic features mapped from edje into the program and wow does i

Re: [E-devel] Access evas for ewl_window

2005-02-22 Thread The Rasterman
On Mon, 14 Feb 2005 11:08:12 -0500 (EST) "Nigel Benns" <[EMAIL PROTECTED]> babbled: > Awsome... that is pretty much what I was looking for... > > I'll be able to get the interface for this program working soon then. > I'm going to try to put my hand at creating an E web browser

RE: RE: Re: [E-devel] Access evas for ewl_window

2005-02-14 Thread Nigel Benns
oh yeah... also this: http://cvs.sourceforge.net/viewcvs.py/enlightenment/misc/esmart_rsvg/ > Well, I took a look at EXML when I was doing EKE and found it was simpler > just to go straight to libxml2 > > Heh, I'd even skip the editor part and just make it a webbrowser. Just > adding a lot of comp

RE: RE: Re: [E-devel] Access evas for ewl_window

2005-02-14 Thread Nigel Benns
I'll take a look at libxml2 then, I've been spoiled by the .Net XML Classes and have never used any from C :). The editor is just an idea, I'll only do it if I can make sure it doesn't interfere with how fast the browser is. But it would be nice to have a wysiwyg editor for linux :) As for SVG,

RE: RE: Re: [E-devel] Access evas for ewl_window

2005-02-14 Thread dan sinclair
Well, I took a look at EXML when I was doing EKE and found it was simpler just to go straight to libxml2 Heh, I'd even skip the editor part and just make it a webbrowser. Just adding a lot of complexity into a program when its not necessary. As far as I know Evas has no abilities to render SVG,

RE: Re: [E-devel] Access evas for ewl_window

2005-02-14 Thread Nigel Benns
I'm going to do some testing this week (if I have time), I'm also trying to think of a more intuitive interface then the usual (but I really suck at it because I don't have an art bone in my body). I was looking at EXML and wondering about modifying it to work with it. I think I'm actually going t

Re: [E-devel] Access evas for ewl_window

2005-02-14 Thread Nigel Benns
Awsome... that is pretty much what I was looking for... I'll be able to get the interface for this program working soon then. I'm going to try to put my hand at creating an E web browser (not with embedding mozilla or any thing halfassed like that) I want to try and convert the tags to evas object

[E-devel] Access evas for ewl_window

2005-02-11 Thread Nigel Benns
Is there any way to access the evas that an ewl_window or any other widget uses to draw? I know that I could create an evas and ewl_embed all of the widgets on it, but that doesn't seem very consistent for gui programming (mabey I'm just used to the old ways :) I'm basically looking for an equivi