From Simon Mieth Wed Feb 27 09:29:18 2008 From: Simon Mieth To: inkscape-user@lists.inkscape.org Subject: [Inkscape-user] parameter UI for import filter Extension Date: Wed, 27 Feb 2008 18:28:49 +0100 Message-ID: <47C59DD1.6020502@...26...> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5924888803880842627==" --===============5924888803880842627== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi, I'm building an import filter extension for inkscape which needs some data for the import process. The wiki describes howto to write an INX file. There is a description how to define parameters for a UI dialog. Is this feature only supported for effects? I tried the following example, but nothing happens. <_name>My Import filter my.id org.inkscape.input.svg Modelspace Modelspace-Limits Paperspace Paperspace-Limits .foo image/x-svgz <_filetypename> foo <_filetypetooltip>Import foo org.inkscape.output.svg Best Regards and many thanks, Simon --===============5924888803880842627==-- From Ted Gould Thu Feb 28 06:07:02 2008 From: Ted Gould To: inkscape-user@lists.inkscape.org Subject: Re: [Inkscape-user] parameter UI for import filter Extension Date: Wed, 27 Feb 2008 20:43:09 -0800 Message-ID: <1204173789.5024.2.camel@...2378...> In-Reply-To: <47C59DD1.6020502@...26...> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6507487729544657660==" --===============6507487729544657660== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Wed, 2008-02-27 at 18:28 +0100, Simon Mieth wrote: > I'm building an import filter extension for inkscape > which needs some data for the import process. The wiki > describes howto to write an INX file. > There is a description how to define parameters for a > UI dialog. Is this feature only supported for effects? This works for me. What version of Inkscape are you using? I was using one of the 0.46 release candidates. --Ted --===============6507487729544657660== Content-Type: application/pgp-signature Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="signature.asc" MIME-Version: 1.0 LS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0KVmVyc2lvbjogR251UEcgdjEuNC42IChHTlUv TGludXgpCgppRDhEQlFCSHhqdmRMRTMzNXBSUEdwMFJBdVoxQUtDSDlEUW5DNllqODNwMGlrOWkv aW0ycXUza0dBQ2dvZzdaCjJCUUdOTEMwODFnOFdzeFRydkVyb2tzPQo9OWlwUQotLS0tLUVORCBQ R1AgU0lHTkFUVVJFLS0tLS0K --===============6507487729544657660==-- From Simon Mieth Thu Feb 28 06:26:08 2008 From: Simon Mieth To: inkscape-user@lists.inkscape.org Subject: Re: [Inkscape-user] parameter UI for import filter Extension Date: Thu, 28 Feb 2008 15:25:41 +0100 Message-ID: <47C6C465.90209@...26...> In-Reply-To: <1204173789.5024.2.camel@...2378...> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7681164577756205178==" --===============7681164577756205178== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Ted Gould schrieb: > On Wed, 2008-02-27 at 18:28 +0100, Simon Mieth wrote: >> I'm building an import filter extension for inkscape >> which needs some data for the import process. The wiki >> describes howto to write an INX file. >> There is a description how to define parameters for a >> UI dialog. Is this feature only supported for effects? > > This works for me. What version of Inkscape are you using? I was using > one of the 0.46 release candidates. > > --Ted Hi Ted, I have here version 0.45.1 (Fedora) and I was confused that it works with effect INX files and not with my import extension. But any fine that it will work with new version, I will tests with a 0.46 release candidate. By the way were can I annotate an extension, is the right place? Best Regards, Simon --===============7681164577756205178==--