On Wed, 07 Oct 2015, Beno??t Minisini wrote:
> If you want to have custom dialogs associated with custom components, 
> I'm afraid it's not possible at the moment.
> 
> What is needed is:
> - A way to have a gambas library side by side with a component, that 
> would include the custom dialogs.
> - A way for the IDE to load these libraries automatically at runtime.
> - A way for the IDE to unload a library. This is not technically 
> possible, the interpreter being unable to do that.
> 
> And you forgot to attach your image.
> 

I was doing something like that some time ago with my plugin experiments.
One of the things they can do is take a *source archive* of a Gambas
project, compile and archive it and then load the executable archive as
a new component (this needs a small patch to the interpreter, to remove
a restriction on component paths). From there, the main application can
instantiate exported classes as usual.

Actually, I planned for tomorrow to write some custom dialogs into a
plugin for my image viewer. I don't think this will be a problem.

Regards,
Tobi

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk

------------------------------------------------------------------------------
Full-scale, agent-less Infrastructure Monitoring from a single dashboard
Integrate with 40+ ManageEngine ITSM Solutions for complete visibility
Physical-Virtual-Cloud Infrastructure monitoring from one console
Real user monitoring with APM Insights and performance trend reports 
Learn More http://pubads.g.doubleclick.net/gampad/clk?id=247754911&iu=/4140
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to