similar to: getElementsByName

Displaying 19 results from an estimated 19 matches similar to: "getElementsByName"

2011 Jan 06
4
Problem with Windows app accessing internet
Hi I have been using MCC Pilotlog with some success in Wine recently, but have run into a vexatious issue. One of the features of the application is that it can log into a company crew information system and retrieve flight information into the log. I have tested this on a windows VM, and it works fine. However, under Wine, we get error 445 and then a crash. I am a bit surprised, as I thought
2010 Jun 04
0
How I improved wininet for SSL through a proxy...
I'm trying to get my app to use WinInet to connect to a https url through a proxy. I found that the following patch (my code in bold) to http.c improved wininet.dll.so (based on the 2.1-rc2 code) so that my app can talk to some servers. It still doesn't work if the server returns with a CONTINUE. But not all servers are using this. Thankfully the one server my app really depends on
2005 Sep 18
3
Attaching effects during onload
I''m trying to attach effects to elements in my onload handler and my lack of Javascript-fu is showing... I want to call the effect from the onclick handler of an anchor inside the div I want the effect to apply to. Here''s what I''m trying to do: function doOnLoad() { var filters = document.getElementsByName(''filter''); for
2008 Sep 10
1
peimg /inf running on wine
Hi forum, I'm trying to get peimg.exe running on wine for some time, now. Unfortunately I didn't succeed yet. It would be great to get some hints here. Peimg.exe is an application which is used to add hardware drivers in Windows PE "images" to be used during the installation Process of Vista and 2008 Servers. It is part of the windows AIK. While we are using a linux-based
2007 Apr 13
2
inplace editor and textarea
Hi, I have an inplace editor and I can access the innerHTML value of the created form. However the innerHTML gives "<textarea>....</textarea> ..." How can I access the textarea value? I tried to do innerHTML.textarea.value but it didn''t work. Any ideas will be appreciated. Thanks, Joe -- Posted via http://www.ruby-forum.com/.
2011 Sep 01
5
Another TAPI issue (Microkey Millennium)
Everything appears to install properly under wine when I'm setting up Millennium, but when I try to launch it, I get the following error: "The procedure entry point phoneInitializeExA could not be located in the dynamic link library tapi32.dll" I know tapi support in wine is woefully underdeveloped, but does anyone know if there's some kind of work-around for this kind of
2013 Nov 14
10
Render to clear textbox
There has to be a better way to do this. What I am trying is not working, and seems convoluted. Essentially, a controller method is called, and exits by rendering a partial the purpose of which is to simply clear a textbox in the view. So I am calling the partial which established the textbox -- but it doesn''t work (i.e. it doesn''t clear the textbox). Does anyone know of a
2014 May 02
0
Wine release 1.7.18
The Wine development release 1.7.18 is now available. What's new in this release (see below for details): - Improved OLE Accessible Object support. - Window sizing improvements in the Mac driver. - Fixes for various memory issues found by Valgrind. - A few more MSHTML functions. - Some DirectDraw cleanups. - Various bug fixes. The source is available from the following locations:
2009 Jul 27
5
Problems with Pass4Sure's Network+ Demo
All: My employer has required me to pass a computer security certification exam. The folks at Pass4Sure have what I consider the best program. However, it does not want to play nice under Wine. I installed the Demo version of the Network+ test program. It is a native Windows Java application. It wanted to install GDIPLUS and msxml6. I used Winetricks to install them and then tried to run
2016 Jul 22
0
Wine release 1.9.15
The Wine development release 1.9.15 is now available. What's new in this release (see below for details): - More shader instructions in Direct3D. - Performance improvements in GDI. - Better multi-joystick support on macOS. - Active Scripting improvements. - Additional stream support in the C++ runtime. - Various bug fixes. The source is available from the following locations:
2014 Feb 20
0
Wine release 1.7.13
The Wine development release 1.7.13 is now available. What's new in this release (see below for details): - More Task Scheduler support. - A few more Direct3D 10 interfaces. - More Windows Media Player stubs. - ARM code generation improvements. - Better memory size reporting on Mac OS X. - Various bug fixes. The source is available from the following locations:
2015 Jun 12
0
Wine release 1.7.45
The Wine development release 1.7.45 is now available. What's new in this release (see below for details): - Better debugging support on 64-bit Mac OS X. - Some more progress on DirectWrite implementation. - A number of RichEdit control fixes. - Beginning implementation of the old MSVCIRT C++ runtime. - Various bug fixes. The source is available from the following locations:
2013 Nov 22
0
Wine release 1.7.7
The Wine development release 1.7.7 is now available. What's new in this release (see below for details): - Support for configuring remote shares using Samba's NetAPI library. - Multiple keyboard layouts support in the Mac driver. - Improved embedding support through XEMBED. - Support for arrays in VBScript. - Various bug fixes. The source is available from the following
2007 Oct 12
0
Wine release 0.9.47
This is release 0.9.47 of Wine, a free implementation of Windows on Unix. What's new in this release: - New scheme for OpenGL support in child windows. - Lots of fixes for regression test failures. - A Tahoma replacement font. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The sources will
2018 Feb 16
0
Wine release 3.2
The Wine development release 3.2 is now available. What's new in this release (see below for details): - Separate implementation of USER controls for ComCtl32 v6. - Multisample texture support in Direct3D. - Support for HID gamepads. - More event support in MSHTML. - Obsolete DOS code removed. - Various bug fixes. The source is available from the following locations:
2011 Jan 07
0
Wine release 1.3.11
The Wine development release 1.3.11 is now available. What's new in this release (see below for details): - PO files now used for translations. - Various JavaScript improvements. - Some fixes to the Wine debugger. - Translation updates. - Various bug fixes. The source is available from the following locations:
2006 Nov 10
0
Wine release 0.9.25
This is release 0.9.25 of Wine, a free implementation of Windows on Unix. What's new in this release: - Many more fixes for installer support. - Many MSHTML improvements. - Support for NTLMv2. - RPC over TCP improvements. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The sources will be
2007 Jan 25
0
Wine release 0.9.30
This is release 0.9.30 of Wine, a free implementation of Windows on Unix. What's new in this release: - Many improvements to Direct3D shaders and state management. - Support for inter-process memory allocations. - OLE32 marshalling fixes. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The
2009 Jul 17
0
Wine release 1.1.26
The Wine development release 1.1.26 is now available. What's new in this release (see below for details): - Still more translation updates. - Faster bitmap stretching using XRender. - Proxy support in WinHTTP. - Many more JScript functions. - Various bug fixes. The source is available from the following locations: