Wine gecko: javascript in the frame

2009-01-29 Thread Konstantin Kondratyuk
g 3. "call myOnClick" message after click to link Wine gecko ignores all these events. Do you have any advice? Thanks. -- Best regards, Konstantin Kondratyuk. text f_right

Re: gdi32: Correct order of matrix elements in World transform

2008-12-25 Thread Konstantin Kondratyuk
Multiply(&extraMat, &transMatUnrotated); needsTransform = TRUE; } What can I do? Send second fix? Or send "full" patch for both transformations? -- Best regards, Konstantin Kondratyuk.

Re: [2/2] mshtml: Add VT_INT support in IHTMLElementCollection_item

2008-12-22 Thread Konstantin Kondratyuk
0) return E_INVALIDARG; if(i >= This->len) return S_OK; *pdisp = (IDispatch*)This->elems[i]; IDispatch_AddRef(*pdisp); TRACE("Returning pdisp=%p\n", pdisp); return S_OK; } And about my test for this problem - it's OK? -- Best regards, Konstantin Kondratyuk.

Re: mshtml: Add some interfaces in mshtml.idl (try 2) (resend)

2008-12-12 Thread Konstantin Kondratyuk
On Thursday 11 December 2008 17:28:03 Konstantin Kondratyuk wrote: > Add: > ILineInfo > IDisplayPointer > IDisplayPointer > IHTMLComputedStyle > IDisplayServices > IMarkupServices This patch is wrong. Please, ignore it. -- Bes

IServiceProvider::QueryService tests

2008-12-03 Thread Konstantin Kondratyuk
? Thanks. -- Best regards, Konstantin Kondratyuk.

Re: mshtml: Add new interfaces into mshtml.idl (try 2)

2008-11-24 Thread Konstantin Kondratyuk
S.85).aspx): HRESULT _stdcall SelectRange( [in] IMarkupPointer* pStart, [in] IMarkupPointer* pEnd, [in] _SELECTION_TYPE eType); What is correct? Thanks for your advices -- Best regards, Konstantin Kondratyuk.

Re: mshtml: Add new interfaces into mshtml.idl

2008-11-24 Thread Konstantin Kondratyuk
e: HRESULT Right( [in] BOOL fMove, [out] MARKUP_CONTEXT_TYPE *pContext, [out] IHTMLElement **ppElement, [out] long *pcch, [retval, out] OLECHAR *pchText); It is correct now? Try 1 contained four attributes "retval" in this method... Thanks for advices. -- Best regards, Konstantin Kondratyuk.

Re: [2/2] winspool.drv: GetDefaultPrinterW reads the value from data in registry

2008-04-09 Thread Konstantin Kondratyuk
On Wednesday 09 April 2008 22:13:44 Detlef Riekenberg wrote: > win3.x and win9.x use only "win.ini". > We need to fix bug #4096, before we can switch to the Registry. Thanks for advice! I will try to fix it. -- Best regards, Konstantin Kondratyuk.

Re: programs/net: Add russian resources (resend)

2007-10-02 Thread Konstantin Kondratyuk
Hello! > My note is a nitpicking, but... > > >+ * NET.EXE - Wine-compatible net program > >+ * English language support > > This file supports Russian language, not English Thanks, Kirill. I correct my patch... -- Best regards, Konstantin Kondratyuk.

Re: mpr: Changes comparison of dwScope in WNetOpenEnum function

2007-09-26 Thread Konstantin Kondratyuk
seEnumcloseEnum; PF_NPGetResourceInformation getResourceInformation; //my added function } WNetProvider, *PWNetProvider; It is correct? -- Best regards, Konstantin Kondratyuk.

Re: mpr: Changes comparison of dwScope in WNetOpenEnum function

2007-09-25 Thread Konstantin Kondratyuk
rTable->table [enumerator->providerIndex].dwEnumScopes); enumerator->providerIndex++) Other conditions and parameters look correctly. For example, function NPOpenEnum() expects a dwScope, containing RESOURCE_CONNECTED, RESOURCE_GLOBALNET or RESOURCE_CONTEXT. Correct for me if I am not right. -- Best regards, Konstantin Kondratyuk.

An enumeration of network resources

2007-09-14 Thread Konstantin Kondratyuk
tion in dll. The information about loaded dll is absent in the wine registry. Whether it means, what there are no preparations of DLL's for work with a network (similar ntlanman.dll in Windows)? -- Best regards, Konstantin Kondratyuk.

Re: programs/net: Add russian resources

2007-07-16 Thread Konstantin Kondratyuk
Hello! > Did you test this translation? You are using KOI8-R which won't work > properly in russian resources. I'm sorry for a carelessness. My current locale was koi8, it became the reason of my mistake. I resend the patch. -- Best regards, Konstantin Kondratyuk.