22,710 questions
612
votes
21
answers
1.1m
views
How to list all functions in a module?
I have a Python module installed on my system and I'd like to be able to see what functions/classes/methods are available in it.
I want to call the help function on each one. In Ruby I can do ...
4
votes
4
answers
2k
views
Getting multiple UI threads in Windows Forms
I'm trying to figure out a way to make user controls run in their own UI threads. Is this possible? I'm trying to prevent a module-based application from crashing due to a single module.
Any thoughts?...
7
votes
4
answers
570
views
How should I start when developing a system based on modules or plugins?
I intend to develop a system that is entirely based on modules. The system base should have support for finding out about plugins, starting them up and being able to provide ways for those modules to ...
1
vote
2
answers
519
views
Creating a DNN Module that uses a end-user modifyable template
I'd like to create a module in DNN that, similar to the Announcements control, offers a template that the portal admin can modify for formatting. I have a control that currently uses a Repeater ...
258
votes
23
answers
427k
views
What's the easiest way to install a missing Perl module?
I get this error:
Can't locate Foo.pm in @INC
Is there an easier way to install it than downloading, untarring, making, etc?