Re: [Inkscape-devel] More z-order operations

Still having problems explicitly adding a parameter to the extension's command line.
I suppose resorting to a separate inx/py set may be the only option. I guess I could pull common code into a lib file, but there would still be significant code duplication in each py file.
If noone has a better suggestion I will just press on.
-Rob A.
On 2/20/08, Rob Antonishen <rob.antonishen@...400...> wrote:
Yes.
I tried: <command reldir="extensions" interpreter="python">z_order.py --mode=o</command>
and get this error calling the extension: File "C:\DOCUME~1\RobA\LOCALS~1\Temp\ink_ext_XXXXXX.svgIJQG6T", line 1
<?xml version="1.0" encoding="UTF-8" standalone="no"?> ^
SyntaxError: invalid syntax
Note sure why, this seems to be loading the created temp file.
I also found this in launchpad: https://bugs.launchpad.net/inkscape/+bug/171870
requesting a hidden param.
One thing I am also playing with is using an option group with only one option...but it seems to not work properly.
-Rob A>
On Wed, Feb 20, 2008 at 2:32 AM, bulia byak <buliabyak@...400...> wrote:
On Feb 20, 2008 1:42 AM, Rob Antonishen <rob.antonishen@...400...> wrote:
Is there a way to have a "hidden" parameter in an .inx file?
did you try to just add them to the command in <command> tag?
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
participants (1)
-
Rob Antonishen