Re: [Components] YAML: design document

2009-04-30 Thread Derick Rethans
On Thu, 2 Apr 2009, Thomas Nunninger wrote: > we managed to overwork the YAML design document according to the > feedback we got. The API is straightened and we added a part about the > main classes. > > You can find the document at > > http://svn.ez.no/svn/ezcomponents/experimental/Yaml/d

[Components] GRAPH - Use carriage returns in graph titles

2009-04-30 Thread Raul Mateos
Hi! Does any one know how to include a carriage return in graph titles? Thanks in advance Raul -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

[Components] Struggling a bit w/ ezcWorkflow

2009-04-30 Thread Alan Catterson
Hi, I'm new to ezComponents/ezWorkflow. Trying to get a simple example to run using ezcWorkflowDatabaseExecution. It kabooms because I don't have the required tables in my database. Makes sense ... I didnt create any tables :-) I'm having trouble finding any info on schema for tables required.

[Components] I can't see why this throws exception?

2009-04-30 Thread Alan Catterson
Another newbie situation :-) I get an exception on resume(). It is noted in following code as a comment. The classes PrintTrue and PrintFalse exist, code also below. As expected, the workflow suspends ... waiting for input. But when provided the input via resume(), it throws exception ... Unde