On 9/14/06, Johan Engelen <johane@...1482...> wrote:
Hello all,
For those of you creating Effect extensions... you can now create a so-called 'notebook' parameter: this way you can arrange parameters (or help text) on seperate tabpages. (0.44+SVN)
I have included an example of how this works. See the Function Plotter effect and funcplot.inx.
Looks very good, thanks! But when I click OK on the Function Plotter effect, Inkscape crashes with:
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1092206080 (LWP 15576)] 0x40ea59f3 in strlen () from /lib/tls/libc.so.6 Current language: auto; currently c (gdb) bt #0 0x40ea59f3 in strlen () from /lib/tls/libc.so.6 #1 0x403a9a11 in Glib::ustring::operator+= (this=0x9daf4c0, src=0x0) at char_traits.h:258 #2 0x084b55aa in Inkscape::Extension::ParamString::string (this=0x0) at extension/parameter.cpp:898 #3 0x084b0920 in Inkscape::Extension::Extension::paramString (this=0x0) at extension/extension.cpp:655 #4 0x084bef29 in Inkscape::Extension::Implementation::Script::effect (this=0x872b0e8, module=0x871cc40, doc=0x8c5fe00) at extension/implementation/script.cpp:764 #5 0x084bb57a in Inkscape::Extension::Effect::effect (this=0x871cc40, doc=0x8c5fe00) at extension/effect.cpp:223 #6 0x084bb7c1 in Inkscape::Extension::Effect::EffectVerb::perform (action=0x8c6af50, data=0x871cc40, pdata=0x0) at extension/effect.cpp:298 #7 0x083a9be1 in sp_action_perform (action=0x8c6af50, data=0x0) at helper/action.cpp:146
I did "make install" before running.