ravinderonly@gmail.com
2006-Jun-20 04:15 UTC
[Wine] need help in CFileDialog::OnFolderChange() problem with Customized file open dialog
I am sorry i am posting again my problem. If anyone have idea to resolve this issue, please suggest me. Hello Friends, I am currently working on making a windows program function in wine. it works for the most part, so i'm trying to iron out a few critical bugs. first off... i'm looking at microsoft's CFileDialog class - it is what the standard windows 'open file' and 'save file' dialog windows use. the problem is this: CFileDialog has a built in function called OnFolderChange, that is used to determine whether the user has changed folders in the dialog, whether by double click or what not.. the program i'm working on overrides the CFileDialog class, and includes more code for the OnFolderChange function (and for other functions) for its own purposes. the new OnFolderChange function works perfectly fine in windows, but is completely ignored when using wine - it never even gets called, while the rest of the dialog window retains all of its intended functionality. regards Ravinder Singh
Jonathan Ernst
2006-Jun-20 04:29 UTC
[Wine] Re: need help in CFileDialog::OnFolderChange() problem with Customized file open dialog
On Tue, 2006-06-20 at 02:10 -0700, ravinderonly@gmail.com wrote:> I am sorry i am posting again my problem. If anyone have idea to > resolve this issue, please suggest me.Open a bug in bugzilla with sample code that shows the problem (post source and binary). If you can, write a regression test and send it to wine-patches. Thanks. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 191 bytes Desc: This is a digitally signed message part Url : http://www.winehq.org/pipermail/wine-users/attachments/20060620/64445014/attachment.pgp