Re: [Gnash-dev] async plugin installation

2016-06-01 Thread Dag Hovland
Den 31. mai 2016 14:20, skrev Sandro Santilli: On Tue, May 31, 2016 at 01:43:37PM +0200, Dag Hovland wrote: Den 31. mai 2016 10:26, skrev Sandro Santilli: On Tue, May 31, 2016 at 10:17:58AM +0200, Dag Hovland wrote: Den 30. mai 2016 15:43, skrev Sandro Santilli: There's a Gui::yesno()

Re: [Gnash-dev] async plugin installation

2016-05-31 Thread Sandro Santilli
On Tue, May 31, 2016 at 01:43:37PM +0200, Dag Hovland wrote: > > > Den 31. mai 2016 10:26, skrev Sandro Santilli: > >On Tue, May 31, 2016 at 10:17:58AM +0200, Dag Hovland wrote: > >> > >>Den 30. mai 2016 15:43, skrev Sandro Santilli: > >>>There's a Gui::yesno() method, if that's enough

Re: [Gnash-dev] async plugin installation

2016-05-31 Thread Dag Hovland
Den 31. mai 2016 10:26, skrev Sandro Santilli: On Tue, May 31, 2016 at 10:17:58AM +0200, Dag Hovland wrote: Den 30. mai 2016 15:43, skrev Sandro Santilli: There's a Gui::yesno() method, if that's enough (triggered when a script takes too much time). Or you could add another interface to Gui

Re: [Gnash-dev] async plugin installation

2016-05-30 Thread Dag Hovland
I guess plugin installation should ideally only happen once for every gnash installation, so probably few will want to configure this. What's the preferred way to add a dialog window here? Should I just call gtk directly, or are there some internal libraries I should call? Dag Den 27. mai

Re: [Gnash-dev] async plugin installation

2016-05-27 Thread Richard Wilbur
If in GstUtil::plugin_installer_return (the asynchronous callback) we had an idea of what needs to happen next based on the GstInstallPluginsReturn value, we might be able to either make it happen (preferrable, as then it Just Works!tm;>) or at least give feedback to the user in a more interactive