perfect, thanks a lot again!! brunetto
On 16 July 2013 16:59, Jeremy Sanders <[email protected]> wrote: > On 07/16/2013 04:48 PM, brunetto wrote: > > I have no problem in creating a dataset, but is it possible to include >> its non-OO syntax in a OO-interfaced script or have I to rewrite the >> entire script?! >> > > The OO interface isn't really a completely different interface. It's a > convenient wrapper to the same underlying tree structure. In fact, if you > look at the implementation, it often calls the old fashioned commands, but > internally keeps track of the tree paths. > > You're can use the normal interface methods (e.g. Export, Save, Print, > SetData...) mixed with accessing the tree via the Root object. The Root > object and the nodes just replace the To(), Set(), Get(), Add(), Remove(), > Rename() methods (although they are still available). > > Jeremy > >
_______________________________________________ Veusz-discuss mailing list [email protected] https://mail.gna.org/listinfo/veusz-discuss
