Re: Handling dialogs created without using templates

2004-04-05 Thread Dmitry Timoshkov
"Santosh Siddheshwar" <[EMAIL PROTECTED]> wrote: > Thanks. Would you be able to share details of the changes you did for > handling MDI windows? The patch is here: http://cvs.winehq.com/patch.py?id=10783 I think that (almost) all that needs to be done about the problem is to move most of the D

RE: Handling dialogs created without using templates

2004-04-04 Thread Santosh Siddheshwar
CTED] > Subject: Re: Handling dialogs created without using templates > > "Santosh Siddheshwar" <[EMAIL PROTECTED]> wrote: > > > Yes attached is a sample which is pretty similar to what I described > > below. > > Thanks. Now I see where the p

Re: Handling dialogs created without using templates

2004-03-30 Thread Dmitry Timoshkov
"Santosh Siddheshwar" <[EMAIL PROTECTED]> wrote: > Do you have a solution to this issue? If yes, are you planning to > introduce it soon? No, I have no a solution yet. Developing such a solution requires to write a lot of regression/conformance tests. i.e. find out how Windows hooks dialog crea

RE: Handling dialogs created without using templates

2004-03-30 Thread Santosh Siddheshwar
heshwar > Cc: [EMAIL PROTECTED] > Subject: Re: Handling dialogs created without using templates > > "Santosh Siddheshwar" <[EMAIL PROTECTED]> wrote: > > > Yes attached is a sample which is pretty similar to what I described > > below. > > T

Re: Handling dialogs created without using templates

2004-03-30 Thread Dmitry Timoshkov
"Santosh Siddheshwar" <[EMAIL PROTECTED]> wrote: > Yes attached is a sample which is pretty similar to what I described > below. Thanks. Now I see where the problem is. We have to hook dialog creation code into common window creation code, something similar to what I've done recently for MDI. A

Re: Handling dialogs created without using templates

2004-03-29 Thread Dmitry Timoshkov
"Santosh Siddheshwar" <[EMAIL PROTECTED]> wrote: > I have an application that creates dialogs without using any of the Win32 > Dialog creation APIs. I find that a lot of the > functionality in DEFDLG_Proc (DM_SETDEFID, DM_GETDEFID & WM_NEXTDLGCTL) is > unavailable for use with > dialogs created

Handling dialogs created without using templates

2004-03-29 Thread Santosh Siddheshwar
Hi, I have an application that creates dialogs without using any of the Win32 Dialog creation APIs. I find that a lot of the functionality in DEFDLG_Proc (DM_SETDEFID, DM_GETDEFID & WM_NEXTDLGCTL) is unavailable for use with dialogs created this way. This is because we allocate the DIALOGINFO st