Page 1 of 1

Various dialog question

Posted: 19 Jan 2014 22:41
by destroyedlolo
Hello,

some questions related to Dialogs :

1/ in extension, any way to create a delay ?
For the moment, I'm using a busy wait but it's not smart, isn't it ?

2/ Any standard API to launch a function every minutes ?

3/ Is anyway to add a callback when a dropdown value is changed ?

For question 1 & 2, I know how to use it using lua's extension but I would like to do it without requesting users to install anything but VLC :D

Thanks

Laurent

Re: Various dialog question

Posted: 21 Jan 2014 12:17
by mederi
No.

Re: Various dialog question

Posted: 21 Jan 2014 22:38
by destroyedlolo
Arg :cry:

In this case, how can I make VLC's embedded Lua to use Lgi extension ?
I mean, for other GUI driven Lua applications, I'm using lgi which is available thru luarocks, but how can I use it ?

Re: Various dialog question

Posted: 23 Jan 2014 14:08
by mederi
Perhaps it is possible to enhance capability of VLC Lua by using external libraries.
https://forum.videolan.org/viewtopic.php?f=29&t=109033
Somebody could find it out and share the how-to with other users here.

Re: Various dialog question

Posted: 23 Jan 2014 21:51
by destroyedlolo
Well, I will go-ahead with my application using some work-around and then test if I can integrate LGI.
Will let U know.