search for: msxml2

Displaying 20 results from an estimated 26 matches for "msxml2".

Did you mean: msxml3
2007 Mar 19
2
Visual Basic Applications
...I am a beginner with Wine and I am already astonished by the possibilities given by such a software. In fact, I got a VB application that I want to use under my Ubuntu Dapper Distrib. This application is based on the creation of some objects as : - scripting.filesystem - scripting.dictionary - msxml2.serverXMLHTTP - adodb.connection I succeded in creating the two first objects but, even after an intense reading of FAQs & Forums, I'm still unable to create the last ones. I encounter the following error : "error 429 : ActiveX component cannot create object" (translated from t...
2006 Jan 26
0
XML Request in R: Pointers/examples needed
...cond one) 2- How do I get them to work in R? I'm a loss with the first one. As for the second one, I suspect I would have to use the rcom or R(D)COM packages but I do not understand what I should do once I have established the COM object. (example: library(rcom) comCreateObject("MSXML2.XMLHTTP.3.0") Any pointers/examples would be appreciated. #### Script #1 Logon Request##################################### <?xml version="1.0"?> <ds:Requests xmlns:ds="http://product.datastream.com/zappy/dsxml_1_0" xmlns:xsi="http://www.w3.org/2001/XMLSch...
2011 May 07
3
Corel X2, "strange error"
I'm trying to install (I know is garbage...but trying doesn't hurt anyone :D) Corel Paint Shop Pro X2 I've installed via winetricks various libs such .NET, msxml2, msxml3 and various Virtual Studio Runtimes... But it always stuck with these lines: fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080 What does it mean? What could be? There are any chances to get it working?
2010 Dec 06
12
FSX install... Failure
Hey guys I desperately want to install FSX, please don't post anything referring me to another sim, I already have it on another comp and I want to link them, I decided to use linux(Ubuntu 10.1) on this machine(programming reasons) so using wine that I installed three days ago, should have Wine triks, I attempted to install FSX but I got err. 1603. Help please?
2008 Jan 19
1
Set Return Type XML in Prototype
...var pars = new Hash(a).toQueryString(); var myAjax = new Ajax.Request( url, { method: ''get'', parameters: pars, onComplete: loadXML }); } function loadXML(xmlHttpRequest) { // code for IE if (window.ActiveXObject) { xmlDoc = new ActiveXObject("MSXML2.DOMDocument"); xmlDoc.loadXML(xmlHttpRequest.responseText); //xmlDoc=new ActiveXObject("Microsoft.XMLDOM"); //xmlDoc.async=false; //xmlDoc.load(xmlHttpRequest.responseText); alert(xmlHttpRequest.responseText); getmessage(); } // code for Mozilla, Firefox, Opera, etc....
2011 Sep 07
1
Haven't been able to completely install Dragon NaturallySpeaking for several weeks
...00000002, L"policy.8.0.Microsoft.VC80.MFC,type=\"win32-policy\",version=\"8.0.50727.4053\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\"", 0x33f888<br>fixme:sxs:cache_QueryAssemblyInfo 0x436cc0, 0x00000002, L"Microsoft.MSXML2,type=\"win32\",version=\"4.1.0.0\",publicKeyToken=\"6bd6b9abf345378f\",processorArchitecture=\"x86\"", 0x33f888<br>fixme:sxs:cache_QueryAssemblyInfo 0x436cc0, 0x00000002, L"Microsoft.MSXML2R,type=\"win32\",version=\"4.1.0.0\&quo...
2006 Apr 15
1
Begin with Autocompleter
...indow.XMLHttpRequest) { // Mozilla, Safari,... 4 http_request = new XMLHttpRequest(); 5 if (http_request.overrideMimeType) { 6 http_request.overrideMimeType(''text/xml''); 7 } 8 } else if (window.ActiveXObject) { // IE 9 try { 10 http_request = new ActiveXObject("Msxml2.XMLHTTP"); 11 } catch (e) { 12 try { 13 http_request = new ActiveXObject("Microsoft.XMLHTTP"); 14 } catch (e) {} 15 } 16 } 17 18 if (!http_request) { 19 alert(''InformaciĆ³n: No se ha podido crear la instancia del objeto XMLHTTP''); 20 return false...
2009 Jul 16
2
[PATCH server] updated anyterm/ovirt integration
...in different browsers. + // The ones we try are the ones that Sarissa tried. The disabled ones + // apparently also exist, but it seems to work OK without trying them. + + //try{ return new ActiveXObject("MSXML3.XMLHTTP"); } catch(e){} + try{ return new ActiveXObject("Msxml2.XMLHTTP.5.0"); } catch(e){} + try{ return new ActiveXObject("Msxml2.XMLHTTP.4.0"); } catch(e){} + try{ return new ActiveXObject("MSXML2.XMLHTTP.3.0"); } catch(e){} + try{ return new ActiveXObject("MSXML2.XMLHTTP"); } catch(e){} + //try{ return new...
2010 Sep 02
1
XmlHttpObject
Hello! Is there a reason why applications using xmlhttprequest don't work? Simple Delphi code. Uses comobj; procedure TForm1.Button1Click(Sender: TObject); var xmlhttp: variant; begin xmlhttp:=createoleobject('MSXML2.XMLHTTP.3.0'); xmlhttp.open('GET', edit1.text, true); xmlhttp.send(); while (xmlhttp.readystate<>4) do application.processmessages; memo1.lines.add(xmlhttp.responsetext); end; Screen cap: http://netikka.net/dev/ole.jpg Here is zipped exe: http://netikka.net/dev/ole.zip...
2010 Apr 16
0
RCurl slow when sending data over 1kb
...I can see that the delay occurs while the server is fetching the data from the client, and not at any other point in the response process. Note that the delay is constant above 1024 bytes; i.e. the delay doesn't double when the content length goes up to 2048. Using another client (Excel's MSXML2.ServerXMLHTTP library) yields no delays regardless of the content length. There are no significant differences as far as I can tell in the headers that are being sent. Is curl somehow throttling my connection? I suppose it could be a server-side issue, but the fact that other clients don't gen...
2006 Mar 16
23
AJAX on Mobile Internet Explorer
Hi! I try to get AJAX running on a mobile Windows Mobile 5.0 based device and failed. There should be a JavaScript support but nothing happens. Have any of you experience with the rails javascripts on a this platform or are there any hints, documentation on the net? tia, -- Daniel V?lkerts Protected by Anti Pesto.
2008 Jan 16
2
Ajax Response responseXML is null in IE
This may be a Prototype question but is probably a general JavaScript question. I am creating an Ajax.Request and getting back a response that should be evaluated as XML. But in IE, in my onSuccess function, the response.responseXML object is null. In Firefox it works properly. I have checked the three things that are supposed to determine whether the browser interprets the response text as
2010 Dec 24
0
Wine release 1.3.10
...inlines for x86-64 syscalls to avoid trouble with register constraints. wiaservc: Convert coclasses registration to the IRegistrar mechanism. include: Correctly define the msxml typelib by directly including xmldom.idl and xmldso.idl. include: Add a couple of missing interfaces in msxml2.idl. msxml: Add an msxml library that contains the v2.0 msxml typelib. msxml: Register the v2.0 classes using the IRegistrar mechanism. msxml2: Add an msxml2 library that contains the v2.6 msxml typelib. msxml3: Convert dll registration to the IRegistrar mechanism. loa...
2011 Mar 14
4
Autocad 2011 instalation is breaking up
Hi ppl I need hel installing autocad 2011. I'm using wine 1.2.2 (ubuntu 10.10) I've copyed whole autocad DVD onto my HDD and started a setup with wine. Setup is installing fine (directx installation and everything) huntil it comes to part where it is installing autocad files - then the installation just stops and starts to undo itself like I've pressed cancel to install... Has anyone
2005 Sep 25
14
script.aculo.us 1.5 release candidate 1
So, the first script.aculo.us 1.5 release candidate is out! Important changes and fixes from 1.5_pre4 (for a detailed list, see the CHANGELOG file): * Droppables w/greedy and hoverclass are now reverted when dragged item is no longer over them, fixes #2184 * Let Effect.Highlight correctly parse IE colors, add String.prototype.parseColor() for this, fixes #2037 * Make scriptaculous.js work
2010 Nov 12
0
Wine release 1.3.7
...for having a drawable associated to non-toplevel windows. winex11: Create Win32 windows corresponding to all the ancestors of embedded windows. msvcrt: Add some missing CDECLs. rpcrt4: Implement waiting in RpcMgmtWaitServerListen. include: Move IXMLDOMDocument3 definition to msxml2.idl. include: Move coclass definitions to msxml2.idl. include: Define a few more msxml interfaces and classes. include: Make msxml6.idl a copy of msxml2.idl instead of importing it. msxml6: Add a version resource. msxml6: Add a typelib resource. Revert "ntdl...
2005 Mar 06
8
Tutorial about XMLHttpRequest+Rails
Hi All I just finished writing up a tutorial relating my experience developing a system to edit line-items ''in-line'' in my Rails application using XMLHttpRequest. I thought this might be of interest to some readers of this list... Check it out at http://hieraki.goodlad.ca/read/book/1 Thanks! Dave -- Dave Goodlad dgoodlad-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org or
2006 Nov 24
0
Wine release 0.9.26
...ourceInfo, TargetPath}. Huw Davies (10): msxml3: Add a guard around DOMNodeType just like in the PSDK, so that we can include version 2 and version 3 msxml headers simultaneously. msxml3: Initialize the uuids that aren't in libuuid. msxml3: Add the CLSID_DOMDocument define in msxml2.idl to match the PSDK. msxml3: Support both v 2.x and 3.0 version independent clsids as well as the v 3.0 version dependent clsid. ole32: CoRegisterMessageFilter shouldn't crash on an uninitialized apartment. msxml3: Implement createProcessingInstruction with a stub PI object....
2020 Sep 25
0
Wine release 5.18
...Token. sapi: Improve stub for ISpObjectToken::SetId. dmstyle: Return S_FALSE for IDirectMusicStyle8::GetMotif. dmband: Avoid cloning stream in parse_bands_list. Nikolay Sivov (27): include: Add some missing types to msxml6 typelib. include: Handle same typelib name in msxml2.idl and msxml6.idl. widl: Emit a guard around library contents. combase: Use public symbol for special PS context flag. ole32: Remove some leftovers from private header. combase: Manage per-thread call cancellation counter. oleacc: Use wide string constants. olea...
2019 Jun 21
0
Wine release 4.11
...id NT header offset. msvcp90: Avoid depending on config.h for the __builtin_clz check. msvcm: Build with msvcrt. msvfw32: Build with msvcrt. msvidc32: Build with msvcrt. msvideo: Build with msvcrt. mswsock: Build with msvcrt. msxml: Build with msvcrt. msxml2: Build with msvcrt. msxml4: Build with msvcrt. msxml6: Build with msvcrt. mtxdm: Build with msvcrt. ncrypt: Build with msvcrt. nddeapi: Build with msvcrt. ndis.sys: Build with msvcrt. netcfgx: Build with msvcrt. netprofm: Build with msvcrt. newd...