similar to: That ol'' AJAX select box update again : observe_field does nothing

Displaying 20 results from an estimated 100 matches similar to: "That ol'' AJAX select box update again : observe_field does nothing"

2005 Dec 22
3
NewbieQ : undefined method `stringify_keys!'' Dumb Question
Hi, I''m running round in circles again! I''m trying to save a note that has a HABTM relationship with a job. The note is new - the job exists. In my partial for notes I have ; <%= start_form_tag :action => ''new_note'', :id => @job %> <%= text_area_tag "note", nil, :size => "65x10" %> <%=submit_tag
2006 May 02
3
file_column : _temp field always nil
Hi, I''m trying to set up file_column to upload attachments for emails. My view has <td align="left"><%= file_column_field ''to_do'', ''attachment'' %></td> and the attachment_temp hidden field is generated. When I inspect tthe params on saving the form the attachment_temp param is always an empty string. Also, when I was
2006 Feb 09
4
Login_Engine: trouble configuring
Hi Guys, I''m having some trouble getting login_engine to work. I''ve followed the steps in the README file to the letter (I think) with the exception of the Mailer stuff and cannot get my application to run. Heres what I have; module ApplicationHelper include login_engine end ##################################### require ''login_engine'' class
2006 Jan 30
5
Action Mailer woes
Hi gang, Im having my first stab at ActionMailer and not having any luck. Perhaps someone could help me out. I generated a a mailer called ItemMailer - its purpose is to take some information that I''ve already gathered in a ToDo list form and to mail it out to the person who is nominated for the task In environment.rb I have; ActionMailer::Base.server_settings = { :address =>
2010 May 04
1
Objective: to create a Joint Probability Table and save as a csv file (with headers).Input: A csv file (with headers) containing raw data, arranged by columns.Variable: number of bins for each column of data, default to 5 bins per column.Data
Hi Roscoe, I couldn't make it though that excel worksheet without my eyes glazing over... but do you want something like data(mtcars) tab <- xtabs(~cyl + gear, data=mtcars) tab/sum(tab) ? Best, Isat On Mon, May 3, 2010 at 10:08 PM, Roscoe <Roscoe at exemail.com.au> wrote: > Dear R-Help, > > First post, be gentle... > > I am new to R: I can perform basic functions
2007 Nov 04
7
HFSC and that ATM overhead problem (Another VOIP QoS post. Ahhhh)
G''Day I would like to be able to use my VOIP telephone over a saturated ADSL link whilst enjoying optimum audio quality and utilising all of the bandwidth I pay for. It is about this situation that I write. HFSC appears to be the queueing discipline of choice for VOIP. In order for this to work, though, do I have to account for the ATM overhead in the small VOIP packets by defining my
2009 Mar 02
3
Error setting rowname if rowname currently NULL
Hi, My first post here and new to R so please bear with me (long time programmer though, helping a friend with some scripts). I've noticed a behaviour when using rownames() that I think is odd, wondering if I'm doing something wrong. To illustrate, say I create a very simple matrix (called fred): fred<-matrix(,4,2) It looks like this: [,1] [,2] [1,] NA NA [2,] NA NA
2008 Aug 09
5
MyAC Problem
MyAC is an anti-cheat program for CS 1.6, it can't run with wine, I'm using the latest version of wine on Ubuntu 8.04 - The Hardy Heron. I'll appreciate if anyone can help me 'cause I really like the game and currently can't play it on my favorite servers, and frankly that's the reason I still keep WindowsXp like a back up operating system.
2009 Dec 24
3
Restarting Wine for game on Mac 1
I have installed a game and it has asked me to reset the system. I have closed down wine, X11 and even my computer but it still asks for a restart. Please Help, Thanks, drummerguy
2005 Sep 30
1
ugly name when mapping drives to windows
Hi list I have just finished setting up a samba server as a member server in a windows 2003 AD. Everyting works like a "keps" Only one minor beauty defekt. When I map a drive in windows from the samba share like. net use x: \\server\sharedfolder In windows "this computer" and in explorer the mapping shows with the long name "sharedfolder at Samba file and print server
2002 Aug 19
1
Join Domain to SAMBA from Win2K
When i try to join win2k to samba domain using root as Domain admin users, there's always error that said "The account used is a computer account. Use your global user or local user account to access this server". actualy what user should i put in when win2k asking for user and password to join the samba. i'm using samba-2.2.3 --------------------- Yang Mudah dan Menghibur
2009 Mar 29
4
A3 Mania on Wine
Hi, Has anyone successfully run A3 Mania on Wine? It is an MMORPG (http://www.a3mania.com). I have installed directX and some other things using winetricks. I wias getting errors with urlmon.dll and rpcrt4.dll and then a dump. I copied over the urlmon.dll and rpcrt4.dll files from my windows installation to the system32 folder of wine. My current dump is as follows. What should i do to fix
2009 Sep 21
4
[LLVMdev] LLVM Build Difficulties
I hope this is the right list for such questions.... I've been trying to get LLVM compiled under Linux (Ubuntu 9.04, 64 bit) for the last couple of days. It all ends with the error: llvm[2]: Linking Release executable tblgen (without symbols) /home/cjones/Desktop/Build/llvm/utils/TableGen/Release/ AsmMatcherEmitter.o: In function `(anonymous
2003 Nov 18
4
logwatch
Hi All, I need to be able to make sense from my shorewall logs. I have installed logwatch and it is mailing me reports but the level of detail is just not there. I have set the detail variable to High=10 but I get entries only from the DNS service about denied updates. What am I getting wrong? Tom, will you be kind enough to send me your logwatch config files? Thanks in advance. Ama
2008 Sep 05
1
How do I use Internet Explorer 6.0 in Wine 1.1.3
Hi I just installed Wine 1.1.3 a couple of days ago, on my Acer Aspire 3623 Laptop (256MB and 40G HD) running PuppyLinux 4.0 OS. I installed Wine because I am taking an online math course at college and it needs a Windows OS and Internet Explorer 6.0 to run. [Image: http://farm4.static.flickr.com/3224/2831514726_408632591a_o.png ] Then I installed Internet Exlorer using the "Add
2020 Apr 09
2
fail2ban firewalld problems with current CentOS 7
Hi! I have a server running CentOS 7.7 (1908) with all current patches installed. I think this server should be a quite standard installation with no specialities On this server I have fail2ban with an apache and openvpn configuration. I'm using firewalld to manage the firewall rules. Fail2an is configured to use firewalld: [root at server ~]# ll /etc/fail2ban/jail.d/ insgesamt 12
2008 Apr 28
3
connecting database with railo
i m not able to connect to database I am create my rails folder i get database.yml file in this format # SQLite version 3.x # gem install sqlite3-ruby (not necessary on OS X Leopard) development: adapter: sqlite3 database: db/development.sqlite3 timeout: 5000 # Warning: The database defined as ''test'' will be erased and # re-generated from your development database when
2009 Jul 06
3
Sieve vacation not working
I've been trying all night to get vacation working in my .dovecot.sieve file. The way our email works is we have one account on dovecot which serves my mail and my wife's and we use procmail and sieve to put the emails in different folders depending on who it's for. I'm trying to set up a vacation reply on my wife's email address (aaaaaaaa at optus* below) so people can update
2005 Nov 17
4
Can Windows 'Network Drive' name be changed ?
In Windows Explorer, 'Network Drives' section, the Samba share I've set up is described as: share on 'Samba 3.0.14a-0.4-SUSE (Our_server_IP_Address)' (K:) Is there any way of configuring Samba to display something other than "Samba 3.0.14a-0.4-SUSE (Our_server_IP_Address)" as the Network Drive description, for example: share on 'Our Samba Server' (K:)
2019 Nov 21
7
[PATCH 0/2] Fixes and tweak to the installation of qemu-ga MSI
This, together with the changes to common repo are fixes to the installation qemu-ga MSI. There is still an issue that I did not figure yet how to fix. On Windows 10 it fails to register the QEMU-GA service. Tomáš Golembiovský (2): windows: fix detection of qemu-ga installer on RHV windows: small tweaks of qemu-ga firstboot script v2v/convert_windows.ml | 8 +++++++- v2v/windows_virtio.ml