similar to: Ajax.Updater not populating element - please help

Displaying 17 results from an estimated 17 matches similar to: "Ajax.Updater not populating element - please help"

2006 Feb 07
1
Help needed with conflicting EventObserver
Hello everyone, I have a page that populates/updates make, model and year select lists via Ajax.Updater and I think that an EventObserver is causing a conflict. Here''s what I''m trying to do. I''m using this page as a create and edit page for a car database. If I''m calling the page in edit mode, I''ll want the make, model and year set (using the
2006 Feb 13
1
Not able to see length in another function
Hello everyone, I have the following code that builds <option> into a <select>. buildModel() is called first, then setModel(). For some reason, I can''t get the length of the "model" options in setModel(), but can after they are built in buildModel(); function buildModel(originalRequest, json) { var model = $(''model''); //might need to
2008 May 13
2
Calling C code from R...wrapping C structures
Hi everyone, I am currently trying to call some C code from R, specifically calling a function which populates a C struct. typedef struct{ // contents } Model; void test(Model *m){ // fill the struct with crap } I compile the C code into a shared library, which loads into R properly. My simple test functions work (i.e adding numbers etc) setModel <- function(){
2006 Jun 15
2
Set global var in onComplete and keep persistant? Is this possible?
Hello everyone, I posted yesterday about setting a global variable. I''ve done everything I can think of to keep the global variable set outside of the onComplete. Is this impossible? Surely I''m not the only one who needs this. Thanks for any help, Kevin -- Kevin Old kevinold-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006 Feb 08
29
Autocomplete and Firefox
Having problems with the autocomplete on my linux box and firefox. When I use form tags it breaks, without form tags everything works fine. Exact copy of the example provided, but I added form tags.. The initial search and select works but then the box sort of "locks up" and I can''t change it at all, If I do try to type something nothing changes but a second later the whole
2006 Jun 14
2
Global variables and onComplete in Ajax.Request
Hello everyone, Just a note, I have to pass my JSON in the response body. I''m aware of the X-JSON header, but am passing too much data to use it. No problem and I have code that has it working well. While I''m getting my JSON data back and can do whatever I''d like with it in "setMakeVars", I''d like to set it to a global var "gljson" below,
2010 Mar 15
2
Issue w/JGR after 2.10 upgrade: Error: could not find function...
After upgrading to R 2.10 and upgrading and testing JGR 1.7, I and other Ubuntu users are getting repeated error messages in JGR that look like this: > Error: could not find function ".getModels" Error: could not find function ".getDataObjects" Error: could not find function ".getOtherObjects" Error: could not find function ".getFunctionsInWS" The
2010 May 24
0
[PATCH matahari] Moves the CPU properties into the Host API space.
There was no valid reason to keep this set of APIs in their own agent and class, so those have been eliminated. A new HostListener method, HostListener::updated(), was added. It is via this method that the Host will notify all transports that the load average statistic is updated on the host. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- src/Makefile.am | 11
2011 Feb 28
0
Gamma mixture models with flexmix
I've been trying with no success to model mixtures of Gamma distributions using the package flexmix (see examples below). Can anyone help me get it to model better? Thanks very much. -Ben ## ## Please help me get flexmix to correctly model mixtures of ## Gamma distributions. See examples below. ## library('flexmix') ## ## Plot a histogram of dat and the Gamma mixture model given
2006 Jun 28
2
Event.observe for href
Hello everyone, I''d like to have an onclick triggered by a href, but since href''s don''t have id''s, how do I use the Event.observe syntax with an href? <a href="#" class="jQJSLink" />Click me!</a> <script type="text/javascript" charset="utf-8">
2006 Apr 17
0
IE help for Rating system
Hello everyone, I''ve taken this rating system (http://komodomedia.com/blog/index.php/2005/08/24/creating-a-star-rater-using-css/) and paired it with Prototype (http://prototype.conio.net) so that it reports the ratings via Ajax. I have a working version here (ajax is disabled though): http://kold.homelinux.com/rating_new/rating.html Problem is, the green stars don''t
2005 Sep 19
0
AJAX update_method support
Hello everyone, I ran across http://www.mattmccray.com/archives/2005/03/25/the-right-way/ as a possible solution for a bug I''ve been having with IE 6 with Prototype 1.3.1. He submitted this patch to RoR http://dev.rubyonrails.com/ticket/941 and it seems it was fixed in RoR and works correctly. I''m not a RoR user, but use Prototype with Perl and wondered if there were any
2006 Jan 27
1
Execute script tag loaded from Ajax.Updater call
Hello everyone, I have an ad serving application that give me a chunk of javascript to put in each page an when then page it loaded, that javascript executes and it load a banner ad. Basically, I''m returned this from the server: <script language="JavaScript1.1" type="text/javascript" src="http://mysite.com/execute/this_javascript.js"> </script>
2005 Sep 13
2
Error indexing mbox file (LF error)
Hello everyone, I'm getting the error below for 2 different users on my system of 150+ users: Sep 12 09:32:49 uavco pop3-login: Login: cah [::ffff:172.16.3.107] Sep 12 09:32:49 uavco pop3(cah): Error indexing mbox file /var/mail/cah: LF not found where expected Sep 12 09:32:49 uavco pop3(cah): Error indexing mbox file /var/mail/cah: LF not found where expected Sep 12 09:32:49 uavco
2010 Apr 19
1
[PATCH matahari] Removes all code for the previous CPUWrapper class.
This class has been replaced by the ProcessorsAgent. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- src/Makefile.am | 4 - src/cpu.cpp | 216 ------------------------------------------------------- src/cpu.h | 111 ---------------------------- src/host.cpp | 24 ------ src/host.h | 3 - src/schema.xml | 16 ---- 6 files changed, 0 insertions(+),
2010 May 19
2
Squashed commits...
Refactoring the previous patch ended up creating two deltas. This patch pushes them both together into a single commit.
2003 May 08
3
R crashes with package SJava; was Memory leakage?
Dear all, Maybe this has something to do with R crashing? When my R version crashes, there is Rgui.exe still running in the background (i.e. W2K's task manager recognises it only as a process, which apparently is using almost 100% of the CPU). I can reproduce that by "using" the SJava package (from Brian Ripley's homepage, as suggested on http://www.omegahat.org/RSJava/).