http://bugs.winehq.org/show_bug.cgi?id=7865
------- Additional Comments From r.swanwick@gmail.com 2007-06-08 10:59 ------- This override only leads to full function if Origin7.5 is run in Win95/98/NT modes. (Wine 0.9.42)
In XP/WIN2000 mode without override -> dialog box closes as soon as 1st selection is made (the dialog is designed to select multiple files)
with this on the command line:
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
In XP/WIN2000 mode with override -> Dialog box only showing folders, no files, and the pull down 'Look in' selector leads to items only displaying the 1st character of the folder name
with this on the command line:
fixme:pidl:SHLogILFromFSIL (pidl=0x193ab28) fixme:win:LockWindowUpdate (0x800d2), partial stub! fixme:win:LockWindowUpdate ((nil)), partial stub! err:shell:ReadCabinetState Initializing shell cabinet settings
In WIN95/85/NT mode without override -> dialog box displays fine but selecting a file prematurely closes the window.
opening dialog leads to this on the command line:
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
In WIN95/85/NT mode with override -> Works fine
opening dialog leads to this on the command line:
fixme:pidl:SHLogILFromFSIL (pidl=0x1935748) fixme:win:LockWindowUpdate (0x30034), partial stub! fixme:win:LockWindowUpdate ((nil)), partial stub! err:shell:ReadCabinetState Initializing shell cabinet settings
selecting and importing two random files leads to this:
fixme:shell:DllCanUnloadNow stub fixme:shell:IPersistFile_fnSaveCompleted (0x9fca10)->(L"c:\windows\profiles\rich\Recent\pluginreg.dat (5).lnk") fixme:shell:DllCanUnloadNow stub fixme:storage:StgCreateDocfile Transacted mode not implemented. fixme:storage:StgCreateDocfile Transacted mode not implemented.
Rich