Re: Shell32 File Property Dialog

2005-12-07 Thread Mike McCormack
Johannes Anderwald wrote: @@ -1185,6 +1185,7 @@ BOOL SHELL_execute( LPSHELLEXECUTEINFOW static const WCHAR wFile[] = {'f','i','l','e',0}; static const WCHAR wHttp[] = {'h','t','t','p',':','/','/',0}; static const WCHAR wExplorer[] = {'e','x','p','l','o','r','e','r','.','e','x','

Re: Shell32 File Property Dialog

2005-11-02 Thread Andreas Mohr
Hi, On Wed, Nov 02, 2005 at 01:15:32AM +0100, Johannes Anderwald wrote: > Andreas Mohr wrote: > >>FIXME("Unhandled Verb %xl\n",LOWORD(lpcmi->lpVerb)); > > > >What kind of format specifier is that supposed to be? > >I don't know that one... > >Maybe use %p instead? (or %lx??) > This sta

Re: Shell32 File Property Dialog

2005-11-02 Thread Johannes Anderwald
Andreas Mohr wrote: FIXME("Unhandled Verb %xl\n",LOWORD(lpcmi->lpVerb)); What kind of format specifier is that supposed to be? I don't know that one... Maybe use %p instead? (or %lx??) This statement should be %lx. However, this statement is _not_ part of my patch. if (GetFil

Re: Shell32 File Property Dialog

2005-10-30 Thread Andreas Mohr
Hi, On Sat, Oct 29, 2005 at 08:59:51PM +0200, Johannes Anderwald wrote: > This patch adds file property dialog to shell32 > + LTEXT "Type of file:", 14004, 10, 30, 50, 10 Space missing?? > + LTEXT "Modied: ", 14016, 10, 90, 45, 10 "Modified: " > FIXME("Unhandled Verb %xl\n",LOWORD(

Re: Shell32 File Property Dialog

2005-10-29 Thread Mike McCormack
This version looks alot better than the first one. * SH_FileTimerProc [Internal] * * is invoked every 100ms to check if the property sheet should be closed * A timer is required because the property sheet pages are per default * modeless and the property sheetpage does not have a window

Re: Shell32 File Property dialog

2005-10-23 Thread Detlef Riekenberg
Am Freitag, den 14.10.2005, 13:28 +0200 schrieb Johannes Anderwald: > I have a patch which adds file property dialogs to shell32 Welcome to wine. Your Idea is nice and many Thanks for your Wine-Support, but since wine is different from ReactOS, your Patch will not work here. I started half a ye

Re: Shell32 File Property dialog

2005-10-22 Thread Mike McCormack
Johannes Anderwald wrote: I have a patch which adds file property dialogs to shell32 Looks like you've written the patch for ReactOS... it doesn't apply to the current Wine tree. I think you need to do a little bit more work to get it ready for submission: * use TRACE instead of DPRINT