Re: [E-devel] ewl notebook widget

2006-01-05 Thread dan sinclair
> Thanks, I didn't know the difference between those sets of functions. > The API ref here: > http://www.enlightenment.org/doxy/ewl/group__Ewl__Text.html doesn't make > it too clear ;) > I'm gearing up to do a major overhaul on the EWLBook which will hopefully get a lot of things cleared up

Re: [E-devel] ewl notebook widget

2006-01-05 Thread Ben Ford
dan sinclair wrote: On Thu, 2006-01-05 at 04:08, Ben Ford wrote: ewl_test is still broken, but I was able to create a working notebook by puzzling through the source. Ewl_Test is working fine here. Can you please send a backtrace or some indication of why it is broken as we aren't see

Re: [E-devel] ewl notebook widget

2006-01-05 Thread dan sinclair
On Thu, 2006-01-05 at 04:14, Ben Ford wrote: > A problem that remains is that this returns zero (as it should!) on an > empty notebook, but it still barfs errors to stderr. > > * Ewl Developer Warning * : > To find where this is occurring set a breakpoint > for the function ewl_print_wa

Re: [E-devel] ewl notebook widget

2006-01-05 Thread dan sinclair
On Thu, 2006-01-05 at 04:08, Ben Ford wrote: > ewl_test is still broken, but I was able to create a working notebook by > puzzling through the source. > Ewl_Test is working fine here. Can you please send a backtrace or some indication of why it is broken as we aren't seeing any issues. (You hav

Re: [E-devel] ewl notebook widget

2006-01-05 Thread Ben Ford
Ben Ford wrote: diff -ur ewl.orig/src/lib/ewl_notebook.c ewl/src/lib/ewl_notebook.c --- ewl.orig/src/lib/ewl_notebook.c 2005-12-29 23:05:47.0 -0800 +++ ewl/src/lib/ewl_notebook.c 2006-01-05 00:47:49.0 -0800 A problem that remains is that this returns zero (as it should!)

Re: [E-devel] ewl notebook widget

2006-01-05 Thread Ben Ford
Ben Ford wrote: Nathan Ingersoll wrote: ewl_simple_test needs updating badly. Use ewl_test and click on the various test modes, or use ewl_test I should have made it clear that I tried all of the executables and they all crashed. I'll go build a fresh checkout of everything and see if that

Re: [E-devel] ewl notebook widget

2006-01-03 Thread Ben Ford
Nathan Ingersoll wrote: ewl_simple_test needs updating badly. Use ewl_test and click on the various test modes, or use ewl_test I should have made it clear that I tried all of the executables and they all crashed. I'll go build a fresh checkout of everything and see if that helps. Thanks.

Re: [E-devel] ewl notebook widget

2006-01-03 Thread Nathan Ingersoll
ewl_simple_test needs updating badly. Use ewl_test and click on the various test modes, or use ewl_test On 1/3/06, Ben Ford < [EMAIL PROTECTED]> wrote:dan sinclair wrote:> Take a look at the ewl_notebook_test in the src/bin directory of ewl. >> dan>Thanks.  Is there a trick to running the tests?plu

Re: [E-devel] ewl notebook widget

2006-01-03 Thread Ben Ford
dan sinclair wrote: Take a look at the ewl_notebook_test in the src/bin directory of ewl. dan Thanks. Is there a trick to running the tests? pluto bin $ ./ewl_simple_test No usable theme found, exiting EWL *** ECORE ERROR: Ecore Magic Check Failed!!! *** IN FUNCTION: ecore_idle_enterer_de

Re: [E-devel] ewl notebook widget

2006-01-03 Thread dan sinclair
Take a look at the ewl_notebook_test in the src/bin directory of ewl. dan On Tue, 2006-01-03 at 17:38, Ben Ford wrote: > Is there an example somewhere of how to use the EWL notebook widget? > The EWL book section on notebooks is empty and I'm having trouble > getting it to work using just the