Re: [Gambas-user] Extensible Image Viewer

2015-07-29 Thread Tobias Boege
On Wed, 29 Jul 2015, Beno?t Minisini wrote: > Le 29/07/2015 19:13, Tobias Boege a ?crit : > > On Tue, 28 Jul 2015, Tobias Boege wrote: > >> Extensibility is accomplished by a plugin system (the base code for this > >> is also in the software farm for some days now, it's called "Plugins"). > >> It's

Re: [Gambas-user] Extensible Image Viewer

2015-07-29 Thread Benoît Minisini
Le 29/07/2015 21:31, Alexie a écrit : > Hi Benoit, > > Before you release 3.8, is it possible to look at issue 630? Should be > an issue fix i think. > > https://code.google.com/p/gambas/issues/detail?id=630 > > Regards and Thanks, > Alex > Fixed! -- Benoît Minisini

Re: [Gambas-user] Extensible Image Viewer

2015-07-29 Thread Benoît Minisini
Le 29/07/2015 19:13, Tobias Boege a écrit : > On Tue, 28 Jul 2015, Tobias Boege wrote: >> Extensibility is accomplished by a plugin system (the base code for this >> is also in the software farm for some days now, it's called "Plugins"). >> It's a bit of a hack but works nicely for my purposes. >>

Re: [Gambas-user] Extensible Image Viewer

2015-07-29 Thread Tobias Boege
On Tue, 28 Jul 2015, Tobias Boege wrote: > Extensibility is accomplished by a plugin system (the base code for this > is also in the software farm for some days now, it's called "Plugins"). > It's a bit of a hack but works nicely for my purposes. > I tried to use the thing outside of the IDE toda

[Gambas-user] Extensible Image Viewer

2015-07-27 Thread Tobias Boege
Hi list, I have written (and uploaded to the software farm) an image viewer in Gambas. But wait: it's an *extensible* image viewer. If you write the first letter of the important words after one another you get "Geiv" which is the project's name... :-| Extensibility is accomplished by a plugin sy