On Fri, Dec 07, 2001 at 03:22:03PM -0800, Bill Medland wrote:
Any chance of a quick pointer on this?
I have a dialog containing a group of radio buttons, managed using DDX_Radio etc. On windows the DDX_Radio sets the correct button. However under WINE it always seems to set the first button of the group. Does anyone know what part of the code I should even be investigating (i.e. where is the dialog management code)
windows/dialog.c, of course ;)
find . -name "*.c"|xargs grep -i dialogxi is real enlightenment for really blind people :-)
--debugmsg +relay,+msg,+dialog should help.
Oh yeah, and dialog focus issues are problematic, right.