[flexcoders] Line or Edge Renderer

2007-03-10 Thread Keith Sutton
Has anyone built or seen an implementation of a line (renderer) which responds to click events, dragging, tooltips etc? We are building graph (nodes and edges not pie charts) display application and need a way of accessing the edges/lines and underlying data. I have checked SpringGraph

[flexcoders] PHP service classes in a different directory besides Weborb's Services dir

2009-10-19 Thread Keith Sutton
Weborb seems to restrict you to putting service classes in the /Services directory. It would be nice in some cases to have an applications service classes in a subdirectory of the deployed application directory (i.e www.myhost.com/myApp/PHP/MyService.php). Has anyone successfully done this ?

RE: [flexcoders] Re: PHP service classes in a different directory besides Weborb's Services dir

2009-10-26 Thread Keith Sutton
Weborb's Services dir The Services path is set in the weborb-config.xml file in the Weborb directory. I have never tried changing it but that is the first place I would try. --- In flexcoders@yahoogroups.com, Keith Sutton keith_sutton...@... wrote: Weborb seems to restrict you to putting service