similar to: Observe_form and ssl on IE

Displaying 20 results from an estimated 7000 matches similar to: "Observe_form and ssl on IE"

2005 Dec 23
0
observe_form, ssl and Internet Explorer
Can anyone help with some strange error messages I''m getting on IE when using observe_form. I''ve written some code to observe a set of radio buttons and it all works fine in Firefox but when using IE about 20% of the calls return a request.status of 12152, ERROR_HTTP_INVALID_SERVER_RESPONSE (and the occasional 12030, ERROR_INTERNET_CONNECTION_ABORTED). It only happens on SSL
2006 Apr 08
0
Understanding observe_form...
Hi all, I''m trying to understand the workings of the observe_form function. In my application I have a search form with a number of parameters, and I want to have a live search counter on screen, so as the user chooses different parameters, she can see a live count of how many search results match. What I''m not clear on is how to use the "with" option, and what
2007 Feb 04
0
Very strange observe_form problem
I am doig something very simple here and this is not working correctly. So any help is greatly appreciated. I ahve this code in my template: <% form_for :company_branch, @company_branch, :html => {:id => "company_branch_form"} do |f| %> <%= f.text_field :street1 %> <%= f.text_field :street2 %> <% end %> <%= observe_form("company_branch_form",
2006 Nov 28
1
observe_form, observe_field, dynamic forms help
I made a pretty lengthy post on what I''m doing here: http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/89a2b8e54a874dd9 Short version: I have a radio_button group of two. If one is clicked another pair of radio buttons is added, if the other is clicked it is removed. observe_form does not work for elements added after initial page load. observe_field does not work
2006 Mar 22
2
observe_form without ajax?
This betrays my lack of javascript knowledge, but is it possible to watch a whole form for changes and activate some javascript when those changes occur without any remote request? That is, I want to do exactly what observe_form does, but without the ajax call actually happening. I realize I could use the form_tag :onchange parameter, but that seems to be incapable of doing things like
2006 Jan 09
2
Using RJS templates with observe_form
Hi there, I''ve been checking out RJS templates, and have been trying to use them with the observe_form helper. However, the form values are no longer being passed in the params (as soon as I point the action to the non-rjs and add the ''update'' clause everything is working again). Is this expected? Cheers, Dave -------------- next part -------------- An
2006 Aug 15
4
observe_form not serializing form
I want to use observe_form to automatically save notes in a text_area. This is the code I have: <form id=''notes_form''> <%= text_area :contact, :notes, :cols => 40, :rows => 10, :id =>''notes_text_area'' %> <%= observe_form(''notes_form'', :frequency => 1,
2006 May 29
0
nowhere to find a observe_form docu
Do somebody know where to find a real good documentation for the observe_form? I have some problems with it and find nowhere a documentation. -- Posted via http://www.ruby-forum.com/.
2005 Dec 29
0
observe_form without an update parameter
I''m using observe_form in a place that does not require any response from the server. So I do not use an update paramater. But without it webbrick hangs for a couple seconds and returns a status 500. On occasion, there will even be an exception in webbrick''s output if I change the form then quickly click a link before the couple second hang is done. If a add an update, it
2006 Oct 11
2
Help please with observe_form - not working
My observe_form is basically totally limp. I think it should update without hitting submit button but even if I hit it , it doesn''t change (doesn''t seem to post the data). Can anyone please take a look and see if I"m doing something wrong. TIA Form: <% start_form_tag({:action => "livesearch"}, :id => "asearch") %>
2008 Mar 20
6
I try to run an ebook viewer, which requires IE
Hello! I would like to launch this EXE file (http://downloads.marketingtips.com/lead-ebooks/FoolproofSuccessStrategies.exe). This is an ebook viewer application, it does not require install, but it requires Internet Explorer 4 or higher. I don't know, should I install Internet Explorer first, or does Wine contants the requires libraries? Does it make any difference if I would install
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
2006 Jun 12
2
dom id on form_remote_tag
I want to make use of a form_remote_tag to submit a form asynchronously. Easy done. However, we also want to add an observe_form tag to check for some value changes while the form is being entered. The observe_form tag needs a dom id to work on but I can''t see how to enter an html option for the dom id of the form on the form_remote_tag. Any ideas? Here is the form tag so far...
2010 Oct 07
3
Mac, SSL does not work
So, I first started off using Macports to install the stable Wine, which means version 1.2 on Macports. The install "worked", and, I could run iexplore to get to the wine home page. However, when I went to run a program I have from a vendor of ours, it failed. Program downloads files from their site using SSL and they won't give me access directly. The errors is:
2007 Jul 26
0
Problems with RJS & Ajax
I try to create an "onKeypress" event handler for a form but nothing works! I have already studied the reference books on Ajax, but that didn''t help. Can someone explain me how todo this? These are the code-snippets: 1) application.js var GridControlTracker = {} GridControlTracker = { gridEventHandler: function(element, value) { alert(''Key Pressed / element:
2010 Dec 27
2
Error in SSL connection
I experienced minor problem with running LibertyKeeper on Gentoo amd64 2.6.36-kernel app-emulation/wine-1.3.8 USE="X alsa cups dbus fontconfig gecko gnutls jpeg lcms ldap mp3 ncurses openal opengl oss perl png samba ssl threads truetype win32 win64 xcomposite xinerama xml" Actually program launch, but I can't connect e.g. login to server. I know exactly what cause a trouble: Code:
2007 Jan 09
0
Wine release 0.9.29
This is release 0.9.29 of Wine, a free implementation of Windows on Unix. What's new in this release: - More work on the new Direct3D state management. - Debugger support for Mac OS. - Many OLE fixes and improvements. - Audio input support on Mac OS. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the
2007 Feb 16
0
Wine release 0.9.31
This is release 0.9.31 of Wine, a free implementation of Windows on Unix. What's new in this release: - Many Direct3D fixes and performance improvements. - Several new comctl32 test cases. - IDL compiler improvements. - More 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
2012 Mar 06
3
Fallen Earth on Ubuntu 11.1_AMD_X64 not working
Code: thomas at thomas-Presario-CQ61-Notebook-PC:~/.PlayOnLinux/wineprefix/FallenEarth/drive_c/Games/Fallen Earth$ wine '/media/READYBOOST/Fallen Earth/FEUpdater.exe' fixme:ole:CoCreateInstance no instance created for interface {ea1afb91-9e28-4b86-90e9-9e9f8a5eefaf} of class {56fdf344-fd6d-11d0-958a-006097c9a090}, hres is 0x80004002 fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d
2010 Oct 22
3
Error running an ActiveX control on IE6
Hi I'm trying to get an ActiveX running in IE6. The ActiveX is from a surveillance DVR which require an ActiveX viewer. I've installed IE6, VC6run, WMP9 using winetricks. I have installed manually the activex (putting files in system32 and register ocx manually) The ActiveX starts, in fact I can see the interface of activex, but instead of loading the streaming video I get an error