Hello,
I have two problems with the augmented file open dialogs. (By augmented I mean that extra buttons, checkboxes etc. have been added to the dialog.)
One - this one bothers me most: This dialog has a list at the bottom, to which files can be added. The problem is: If I press the "Add" ("Hinzufügen") button, the dialog closes (like "Close" or "Cancel" would do.)
Any idea how to fix or debug this? The channel commdlg+ didn't help me; besides, I actually fail to understand how it works behind the scenes anyhow and I don't even know which is the right DLL/source file to look at.
Bug: http://bugs.winehq.org/show_bug.cgi?id=3538 Screenshot: http://bugs.winehq.org/attachment.cgi?id=1140&action=view useless commdlg messages: http://bugs.winehq.org/attachment.cgi?id=1141&action=view
Two: Also an open file dialog. If I click the "show info" checkbox, an extra line appears, but several widgets move upward and are thus hardly useable. As a picture is worth thousand words: http://bugs.winehq.org/attachment.cgi?id=1395&action=view
Bug: http://bugs.winehq.org/show_bug.cgi?id=3911
Tobias
Tobias Burnus wrote:
Hello,
I have two problems with the augmented file open dialogs. (By augmented I mean that extra buttons, checkboxes etc. have been added to the dialog.)
One - this one bothers me most: This dialog has a list at the bottom, to which files can be added. The problem is: If I press the "Add" ("Hinzufügen") button, the dialog closes (like "Close" or "Cancel" would do.)
Any idea how to fix or debug this? The channel commdlg+ didn't help me; besides, I actually fail to understand how it works behind the scenes anyhow and I don't even know which is the right DLL/source file to look at.
Sounds to me like the message is being processed by the wrong dialog routine or the wrong ID is being used. +dialog,+message may help to diagnose this.
Two: Also an open file dialog. If I click the "show info" checkbox, an extra line appears, but several widgets move upward and are thus hardly useable. As a picture is worth thousand words: http://bugs.winehq.org/attachment.cgi?id=1395&action=view
Probably a bug in the common dialog resizing & positioning code.