Augmented file open dialog debug question

Robert Shearman rob at codeweavers.com
Fri Nov 25 23:56:30 CST 2005


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.

-- 
Rob Shearman




More information about the wine-devel mailing list