tunedude Posted March 13, 2007 Share Posted March 13, 2007 Hi, Is there any big difference between configurable and non-configurable plugins? I'm working on some plugins and if I allow configuration then I end up with a big fat segfault somewhere, while as a non-configurable it seems to work nicely? Basically, should the "preview thingie" somehow be treated differently? Quote Link to comment Share on other sites More sharing options...
BoltBait Posted March 13, 2007 Share Posted March 13, 2007 There should be no difference as far as the Render function is concerned. If you have a working CodeLab script, then adding a UI should be easy. Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
Rick Brewster Posted March 13, 2007 Share Posted March 13, 2007 ... I end up with a big fat segfault somewhere... (emphasis added) Use the debugger, Luke... Then you can replace "somewhere" with the actual location in your code. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.