[vlc-devel] HowTo wait for a function to end before executing new code

Pierre-Hugues PERET pype at gameflux.com
Fri Sep 23 10:12:22 CEST 2005


Hello,
Here is my problem.
Basically, i want to open a window from the skins2 interface and to wait 
that the user has closed this window before continuing execution of vlc.
here is the piece of code in skin_main.cpp

         Dialogs *pDialogs = Dialogs::instance( p_intf );
         pDialogs->showMyWindow();
         msg_Dbg(p_intf,"showmywindow ended");

         some piece of code that execute mywindow related things

In fact what i want to do, is to check if there is a new skin available on 
a remote server, download it, and then load it . But in the wxwindow dialog 
provider i don't know how to access theme module to load the new theme.

thanks a lot ,


*******************************
PERET Pierre-hugues
ph.peret at free.fr
******************************* 

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list