Re: IP Address control broken

2005-03-16 Thread Rob Shearman
Robert Reif wrote: Rob Shearman wrote: Disabling the control does not change it's color. It doesn't change colour when disabled on Windows. Of course, this is purely a user interface feature so we could make this a Wine-only extenstion. Rob

Re: IP Address control broken

2005-03-16 Thread Robert Reif
Rob Shearman wrote: Robert Reif wrote: Rob Shearman wrote: Disabling the control does not change it's color. It doesn't change colour when disabled on Windows. Of course, this is purely a user interface feature so we could make this a Wine-only extenstion. Rob The MFC control does. Try my

Re: IP Address control broken

2005-03-06 Thread Mike Hearn
On Sat, 05 Mar 2005 14:27:47 -0500, Robert Reif wrote: I am unable to edit the text in an IP Address control. I can select it and delete it with the mouse but typing into it causes the test to go to the window it was started in. Sounds like the top level container window was created

Re: IP Address control broken

2005-03-06 Thread Mike Hearn
I tried your test program from the bug filed in bugzilla, and it works for me (ie , I can type into it OK). I get the following error from it though when it gains focus: err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window! (hwnd=0x2002a) thanks -mike

Re: IP Address control broken

2005-03-06 Thread Robert Reif
Mike Hearn wrote: I tried your test program from the bug filed in bugzilla, and it works for me (ie , I can type into it OK). I get the following error from it though when it gains focus: err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window! (hwnd=0x2002a) thanks -mike Try it

Re: IP Address control broken

2005-03-06 Thread Mike Hearn
On Sun, 2005-03-06 at 10:09 -0500, Robert Reif wrote: Try it with: Managed = N in your config file. No, there's no point, keyboard input going to the terminal for unmanaged windows is the expected behaviour. If you want to use unmanaged windows, use Desktop mode.

Re: IP Address control broken

2005-03-06 Thread Robert Reif
Mike Hearn wrote: On Sun, 2005-03-06 at 10:09 -0500, Robert Reif wrote: Try it with: Managed = N in your config file. No, there's no point, keyboard input going to the terminal for unmanaged windows is the expected behaviour. If you want to use unmanaged windows, use Desktop mode. The

Re: IP Address control broken

2005-03-06 Thread Mike Hearn
On Sun, 06 Mar 2005 10:43:50 -0500, Robert Reif wrote: The real app that has this problem is dialog based and uses menus. The only way to get those menus to work is to set Managed to N. So I have to run in Desktop mode for it to work properly? That stinks. Any plans on fixing this

Re: IP Address control broken

2005-03-05 Thread Rob Shearman
Robert Reif wrote: I am unable to edit the text in an IP Address control. I can select it and delete it with the mouse but typing into it causes the test to go to the window it was started in. Hmmm. Strange. The IP address control just uses Edit windows to handle this behaviour. It looks like