thanks for the tips, guino
i can use a different skin file, with buttons to trigger VLC's options via Sendkey, no problem there. but how will i use the Load command together with it?
i'll have a vlc.skin previously loaded from the main menu, with a button for "Open video", another button to "Exit", an Application area where VLC will load and (optionally?) a clip region with the same properties as the App. what code will i have to use for the "Open video" button? something like:
Code:
"ACTIVATE;$dvdname$||SENDKEY;^n{left}{left}||LOAD;vlc_open_video.skin;Open Video;xxxxx.xxx;!32770!Open..."
what executable in xxxxx.xxx will i have to use on the load comand? if i use $dvdpath$, it will load the application again, won't it? or should i use the simpler form of LOAD, using only "....||LOAD;vlc_open_video.skin" ?
skinbedder looks promising but i'd like to avoid it for now, if there's a simpler way of doing this
Bookmarks