View Single Post
Old 4th January 2006, 10:52   #1010  |  Link
berrinam
Registered User
 
berrinam's Avatar
 
Join Date: Apr 2005
Posts: 1,740
Quote:
Originally Posted by Doom9
What is missing / requires updates? Somebody else could be in charge of the todo in a post on this board.. being admin ensures that I can always make my own updates.
As both this thread and the main MeGUI thread are very long, and this thread is meant only for developers, perhaps it would be worth having a dedicated feature-request/bug-report thread?

On the topic of long threads, here's a feature request which may have been lost in the midst of everything else:
Quote:
Originally Posted by Raithmir
Could perhaps the "shutdown when finished" tick box be moved out of the settings onto the queue tab. I keep forgetting to disable it again and will just be doing a simple mux, only for the computer to then shutdown! lol
Finally, the D2V Creator seems to be ignoring whether you have the 'and close' checkbox checked. To fix this, change
Code:
                queueButton.DialogResult = DialogResult.Yes;
in VobinputWindow.checkIndexIO() to
Code:
                queueButton.DialogResult = DialogResult.None;
berrinam is offline   Reply With Quote