I can run Avi-MuxGUI in compatibility mode XP SP2 on Windows7 however when you open the settings window it is not resizable and only the left hand side of the window is visible. Any workarounds?


EDIT: Problem solved
I have solved the problem of running avi-muxGui version 1.17.1 on Windows7

1. Under compatibility use XP SP2 and turn off disable visual themes
2. Edit the file gui.amg.xml
3. Change the Settings window width and height to the following settings if you have a 16:9 display.

<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE GUI SYSTEM "avimuxguiconfig.dtd">

<gui>

<file_information></file_information>

<settings_window>

<window_position>

<left>159</left>

<top>69</top>

</window_position>

<window_size>

<width>840</width>

<height>640</height>

</window_size>

</settings_window>

<chapter_editor>

<tree_default_title_languages>eng</tree_default_title_languages>

<default_save_extension>mkc</default_save_extension>

</chapter_editor>

<ebml_tree></ebml_tree>

<output>

<default_file_name_source>3</default_file_name_source>

</output>

<riff_tree></riff_tree>

<main_window>

<source_files>

<lowlight>1</lowlight>

<highlight>1</highlight>

</source_files>

<window_position></window_position>

<window_size>

<width>800</width>

<height>600</height>

</window_size>

</main_window>

<general>

<finished_muxing_dialog>1</finished_muxing_dialog>

<overwritedlg>1</overwritedlg>

</general>

</gui>