Hi, I am working on the bug video resize problems. The video resizing check box is disabled when the video is not integrated with the interface. Was that done on purpose. Here is snippet of the code : vlc source code : vlc-2.0.2/modules/gui/qt4/components/simplepreferences.cpp Line No 586, 587<br>
<br>CONFIG_BOOL( "embedded-video", embedVideo );<br> CONFIG_BOOL( "qt-video-autoresize", resizingBox );<br> [b]CONNECT( ui.embedVideo, toggled( bool ), ui.resizingBox, setEnabled( bool ) );[/b]<br> ui.resizingBox->setEnabled( ui.embedVideo->isChecked() );<br>
<br>Please tell me if this is not the place where i should post my technical queries.<br clear="all">