Displaying 20 results from an estimated 300 matches similar to: "setting selected option in select"
2006 Jun 14
4
Select box onchange problem
Hi,
i''ve got the following problem. I have a check_box witch shows
a list of varieties. Now i want to call a action when the user
changes his selection. (the method to be called, will store the
selection from the user).
This is my code:
<%= select(''variety'', ''variety_id'',
Variety.find_all.collect {|c| [c.description, c.id]},
2006 Jun 07
5
check_box:how to update 2 checkboxes dependent on each other
I''ve got the following problem,
I''ve created two check_boxes in my view. The user has to select one
check_box,
but isn''t allowed to seth both of them together on true. Now i am
looking for functionality that can help me doing the folling:
Scenario 1
CheckBox1 = True, The user sets CheckBox2 from False to True, now
CheckBox1 should automatically become False.
2006 Jan 04
4
radio_button method does not recognize int values?
So the api listing says that radio_button(object, method, tag_value,
options = {}) gives a radio button tag, and if object.method ==
tag_value, then the button will be checked.
I verified the method behaves correctly for attributes of type string.
However, if the attribute is of type int, it doesn''t make the button
checked.
Does anyone have some information before I file a bug?
Some
2011 Jul 18
2
ipconfig:About the length of 'options' field of DHCP packet
Hi,
I had the problem that 'ipconfig' as DHCP client in Debian-squeeze could not get
DHCP Offer reply from the built-in DHCP server of the cheap route that I have.
The name of the router is 'MegaBitGear TE4571E' which
I got at contract of ADSL Internet access service in 2009.
The router is not too old and can reply to other
DHCP clients like ISC-dhclient, WindowsXP and Vista.
2006 Jun 09
1
How to send html formated messages through E-mail?
Hi,
I want to send mail trough my rails application. Currently I am able to
send messages with content-type="text/plain". But when I am trying to
send messages in html format, the recepient receives messages but it''s
in the plain text format with heml tags also gets displayed in ythe
message.
How to avoid it? & how to send html message through my application?
Please
2016 Mar 21
0
[PATCH 0/1] ipconfig DHCP bug
Hi guys
ipconfig performs not well conformed DHCP client transactions.
This bug does not affect 100% of the DHCP servers as some of
them are more forgiving than others when considering client
side protocol mistakes;
i.e When PXE installing on a VMware Workstation using the VMware DHCP
server plus a proxyDHCP the bug is not present.
When PXE installing on a real PC with a Netgear ISP
2019 Jan 18
0
[klibc:master] ipconfig: Set broadcast when sending DHCPREQUEST and DHCPDISCOVER
Commit-ID: 8cb2792d8f7317c336ccc98f99199ae579ac84c6
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=8cb2792d8f7317c336ccc98f99199ae579ac84c6
Author: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre at canonical.com>
AuthorDate: Tue, 24 Jan 2017 10:05:12 -0500
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Wed, 2 Jan 2019 03:08:04 +0000
[klibc]
2007 Dec 10
1
[git patch] m-i-t support, ipconfig fix
hello hpa,
please pull latest
git pull git://git.debian.org/~maks/klibc.git maks
forgot to ask to keep git port open for our boxes at university,
thus moved my tree over too the alioth box.
for the changes
maximilian attems (4):
[klibc] klibc/socketcalls/.gitignore addition
[klibc] elf.h add support for st_info field
[klibc] remove local insmod.c copy
[klibc] ipconfig
2010 Mar 16
4
ipconfig: DHCP fixes
Hi,
Here are two fixes for ipconfig/dhcp, the second of them being required for my
dhcp3 server to accept ipconfig's requests.
Thanks,
Louis
Louis Rilling (2):
ipconfig: Fix missing dhcp_end field
ipconfig: Fix null ciaddr on DHCPREQUEST during SELECTING state
usr/kinit/ipconfig/dhcp_proto.c | 4 ++--
usr/kinit/ipconfig/packet.c | 2 +-
2 files changed, 3
2006 Jun 04
8
Remove item from session
Hi there,
when i do this:
session[:myItem] = ''foo''
session[:myItem] = nil
the item :myItem is removed from the session.
But this:
session[''myItem''] = ''foo''
session[''myItem''] = nil
doesn''t remove ''myItem'', it''s empty but still in the session.
Any suggestion ?
Thanks in advance.
mic
2001 Sep 04
1
Problems trying to run the examples in windows vorbis sdk
I have just downloaded the vorbis sdk for windows, for researching purposes.
I have compiled the example 'encoder_example.c' just to start, and it
compiles, but I got a error in the following line just at the beginning:
vorbis_encode_init(&vi,2,44100, -1, 128000, -1);
The error is more or less: The instruction at '0xaddresss' referenced memory
at '0xaddress'. The
2001 Sep 05
4
Problems trying to run the examples in windows v orbis sdk
Yes, it works now.
Thank you very much.
-----Original Message-----
From: Chris Wolf [mailto:cwolf@starclass.com]
Sent: 05 September 2001 10:12
To: vorbis-dev@xiph.org
Subject: Re: [vorbis-dev] Problems trying to run the examples in windows
vorbis sdk
On 9/4/2001 at 6:00 PM Pablos-Sanchez, Rolando wrote:
>I have just downloaded the vorbis sdk for windows, for researching
>purposes.
>
2018 Oct 16
2
high cpu load with share_conflict on browsing and opening files
Hello,
I have a server running samba version 4.7.1 on centos 7.5
1) A series of operations by a windows 10 (up to date) pc client consisting
of searching (or browsing)/opening/modifying/closing a (each time
different) file multiple times on a samba share containing many files (more
than 11000) goes fast for a while.
2) Then the same operation (or just the searching or opening) of the same
user
2006 Jun 17
2
ROR deployment on Apache - DocRoot set to /
I am trying to get a ROR app running on a linux box running Apache 1.3
at my hosting comapny, but cannot get it running.
There is a fresh/clean ROR app in the base directory /
.htaccess, dispatch.cgi, dispatch.fcgi and dispatch.rb are all in /
All dispatch files have been set to 755.
ROR docs say to point doc root at /public/ and to put .htaccess,
dispatch.cgi, dispatch.fcgi and dispatch.rb
2008 Sep 05
0
initial mntent.h, mount features, ipconfig fixes
hello hpa,
please review and on ack merge belows patchset.
thanks
maks
git pull git://git.debian.org/~maks/klibc.git maks
for the changes:
maximilian attems (8):
[klibc] Add initial mntent.h with setmntent() and endmntent()
[klibc] add getmntent()
[klibc] mount: add help arg for usage()
[klibc] mount: list
2006 May 27
10
Displaying Hours
Here''s an intersting one:
I have a client who wants to store hours of operation of a business for
their RoR web app. I came up with a solution, but I really don''t like
it.
I have a MySQL table that has these fields
monday_start, monday_end, tuesday_start, tuesday_end, etc., all as time
fields.
That''s all find and dandy. The kicker is, the client wants the hours to
2008 Sep 07
1
[git pull v2] initial mntent.h, mount features, ipconfig fixes
[ gsi.de pretends this is massmailing so removed from CC's ]
hello hpa,
please review and on ack merge belows patchset.
changes from v1, thanks to review by kzak:
* add strtok_r()
* use it in getmntent_r()
* getment_r() parses mnt_freq and mnt_passno too
isn't that hard.
thanks
maks
git pull git://git.debian.org/~maks/klibc.git maks
for the changes:
maximilian attems (9):
2017 Dec 31
4
[PATCH klibc 0/4] Fixes from Debian and Ubuntu
The following patches come from Debian and/or Ubuntu packages of
klibc.
Ben.
Ben Hutchings (1):
[klibc] run-init: Add dry-run mode
Jay Vosburgh (1):
[klibc] ipconfig: Use separate sockets for DHCP from multiple
interfaces
Mathieu Trudel-Lapierre (1):
[klibc] ipconfig: Set broadcast when sending DHCPREQUEST and
DHCPDISCOVER
YunQiang Su (1):
[klibc] mips: setjmp.S: don't
2005 Dec 24
0
sortableTree update?
Any idea when sortable tree functionality will become available? I''m trying
to build a site that needs this functionality. Any update would be
appreciated.
Best
Alex
Digitalpodcast.com
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2001 Sep 03
0
FW: Problems trying to run the examples in windows vorbis sdk
More information about the error below:
I have downloaded the source and I got the same problem, but now I know in
which exact line the error is.
Inside the vorbisenc.c, we have the following function:
tatic void codec_setup_partialcopy(codec_setup_info *ci,
codec_setup_info *cs){
int i;
memcpy(ci,cs,sizeof(codec_setup_info)); /* to get the flat numbers */
/* codebooks */