Re: mshtml.dll:Add implementation of HTMLDocument_(Get|Set)Title

2008-07-09 Thread Ivan Sinitsin
В сообщении от Friday 04 July 2008 19:23:32 вы написали: Ivan Sinitsin wrote: Changelog: mshtml.dll:Add implementation of HTMLDocument_(Get|Set)Title First of all it would be nice if you could add a test case for these. Hi, I make test for HTMLDocument_(Get|Set)Title. What do you

Question about openning html document in new window

2008-04-21 Thread Ivan Sinitsin
Hello, I have a question. I make a patch, that fix problem with open html document in new window. I tested it on MyIE 2 and it works. But I am not assured, whether it is possible to solve a problem in this way. What do you think about it? -- Sinitsin Ivan Index: dlls/shdocvw/navigate.c

Re: Question about function HTMLDocument_write

2008-03-13 Thread Ivan Sinitsin
What do you mean by hyperlinks don't work? I have such code which create html page: htmlDoc2-lpVtbl-open(htmlDoc2, Lhtml/txt, vnull, vnull, vnull, pdisp); bstr =SysAllocString(Lhtmlhead/headbodypSimple text/p); if ((pVar-bstrVal = bstr)) { htmlDoc2-lpVtbl-write(htmlDoc2, sfArray); }

Question about function HTMLDocument_write

2008-03-11 Thread Ivan Sinitsin
On Monday the patch realizing this function has been accepted. It works perfectly, but hyperlinks do not work. If I makes this function that way: static HRESULT WINAPI HTMLDocument_write(IHTMLDocument2 *iface, SAFEARRAY *psarray) { HRESULT hres; VARIANT *pvar; IHTMLElement *pbody;

problem with widl.

2008-01-18 Thread Ivan Sinitsin
I have a question about widl. tools\widl\header.cfunction write_method_macro fprintf(header, #define %s_, name); write_name(header,def); fprintf(header, (p); for (c=0; cargc; c++) fprintf(header, ,%c, c+'a'); fprintf(header, ) ); fprintf(header,

Re: try2:winefile:Save font settings for registry

2007-12-20 Thread Ivan Sinitsin
В сообщении от Thursday 20 December 2007 15:28:32 вы написали: Ivan Sinitsin [EMAIL PROTECTED] wrote: + if( RegQueryValueExW( hKey, reg_logfont, NULL, type, + (LPBYTE) logfont, size ) != ERROR_SUCCESS ) { + hFont=GetStockObject(DEFAULT_GUI_FONT); + GetObject

Re: try2:patch for sysparams.c

2007-08-30 Thread Ivan Sinitsin
В сообщении от Thursday 30 August 2007 12:44:15 вы написали: Sorry, but purpose of your patch is unclear to me. In your changelog field you tell that This patch does a font for the menu, statusbar and messages dependent from logpixels but as far as I know WINE already have correct

Re: comdlg32-colordlg fix bgcolor

2007-02-02 Thread Ivan Sinitsin
В сообщении от 1 февраля 2007 07:00 Dmitry Timoshkov написал(a): Ivan Sinitsin [EMAIL PROTECTED] wrote: The patch corrects background color of a dialogue window Choose color at copying a triangular marker, the user colors and the predetermined colors. Earlier the background about