search for: uncheck

Displaying 20 results from an estimated 643 matches for "uncheck".

2006 Apr 24
4
javascript in RoR page - Check ALL/uncheck ALL buttons
I am trying to implement a check all and uncheck all button for my check boxes. Here is what I have below. I am getting this error each time: Error: document.myform.add_visit_for_this_Pt has no properties Source File: http://localhost:3000/AddPatientVisit/addvisits Line: 1 Strange that I can''t seem to pass value into the function....
2006 Apr 04
6
check_box_tag is limited?
Hello all. Am I going totally nuts here and just want to check (Natch!) something. A normal check_box has two value posssibilities. One for checked and one for unchecked, the value gets submitted with a form. The check_box_tag on the other hand, has a checked_value (Called just ''value'') and for the unchecked value...nothing, zip, nada. This means that if you submit a form with a check_box_tag in it and it is unchecked there is absolutely nothi...
2006 Feb 05
1
Check/uncheck all checkboxes
...ser[]", "checked") %> Which outputs this: <input id="user_12_checked" name="user[12][checked]" type="checkbox" value="1" /><input name="user[12][checked]" type="hidden" value="0" /> How can i check/uncheck all checkboxes in one click? Do I have to use javascript and have onClick()-event? -- Posted via http://www.ruby-forum.com/.
2009 Nov 03
1
hivex.c: unchecked calloc
Hi Rich, There's an unchecked calloc in hivex.c's hive_open: h->bitmap = calloc (1 + h->size / 32, 1); ... This subsequent deref could cause a segfault: BITMAP_SET (h->bitmap, blkoff);
2003 Aug 07
1
changing file permissions problems
...a 2.2.8a Well, I have found that the problem I'm seeing is that in W2K it will not let you remove all permissions from say Everyone. For example in UNIX the file permission is set to 0644. I want to remove the read permission for Everyone from W2K. In the Security tab, when I try to uncheck the read for Everyone and then hit "Apply" the read just gets re-checked. Now I can check the write for Everyone hit "Apply" and that takes. I can then uncheck the read just fine. But I cannot uncheck the write. Also, in the Security tab, when I have selected "...
2010 Oct 08
2
vfs_acl_xattr issue
...r and broke inherit 'f02'. Now if i create a folder in 'f02' without change it (so it's called "New folder", the checkbox "inherit acl" is checked). If i rename "New folder" as "something" the checkbox "inherit acl" is becoming unchecked. F01 => tutu,toto,titi (inherited checked) \_F02 => tutu,toto (inherited unchecked) \_New folder => tutu,toto (inherited checked) \_something => tutu,toto (inherited unchecked) Can you help me? thanks
2012 Nov 06
0
How to get which check boxes has beed unchecked and remove Subscription for them?
...%> > </ul> > <%= f.submit %> > <% end %> > So I can only add new Subscriptions(in this particular example i can only add Engineering). <http://i.stack.imgur.com/5VoyD.png> How to refactor that action to be able also destroy subscription groups by uncheck them(ex. I want to unsubscribe from Marketing group) ? So when I choose Marketing and Enginnering then params[:subscription][:app_id] will be equal [marketing.id, engineering.id] Relations: *App* > has_many :subscriptions > has_many :users, through: :subscriptions > *User* >...
2012 Jan 04
2
Is this a Wine bug or a Gnome/Metacity bug?
...as an "Always On Top" option. If you put the window into "Always On Top" mode via the keyfinder's option under tools, when you right-click on the window bar, you will see that, according to Gnome/Metacity, the window is indeed in "Always On Top" mode. Also when you uncheck "Always On Top" under tools, this communicates to Gnome/Metacity, and right-clicking on the bar will show that it is not in "Always On Top" mode. But if you check or uncheck "Always On Top" via right-clicking the window bar and checking/ unchecking "Always On Top...
2019 Sep 09
0
***UNCHECKED*** clamd / amavisd missing socket
...d.amavisd/clamd.socket". > > I believe this should be created by systemd files but I > see no indication of them on my system. > > Anyone know which files might be missing and where to > get copies? Or a work around to run clamd at amavisd > and get rid of the "*** UNCHECKED ***' additions to my > my Subject lines? > > BTW manual creation of the socket with netcat had no effect > on the startup. > > Jon Hi John, I have the same problem, though /var/run/clamd.amavisd/clamd.sock do exists (please note .sock and not .socket). Sep 09 08:19:37 m...
2013 Nov 30
4
[Bug 2176] New: unchecked returned value from ftruncate
https://bugzilla.mindrot.org/show_bug.cgi?id=2176 Bug ID: 2176 Summary: unchecked returned value from ftruncate Product: Portable OpenSSH Version: -current Hardware: All OS: All Status: NEW Severity: minor Priority: P5 Component: sftp Assignee: unassigned-bugs at mindrot.org...
2006 Jul 03
9
checkboxes
in the mean time i am using a checkbox like this : <input type="checkbox" name="var[car]" <%= var.car ? ''checked'' : '''' unless @var == nil %> /> but i am sure there is something better than this in rails like <%= checkbox_tag ''var'', ''car'', :checked => true %> but this is not
2007 Mar 30
10
check_box_tag not passing 0 when unchecked?
...n.id}][is_approved]", 1, true) %> Rendered output: <input checked="checked" id="person[7][is_approved]" name="person[7][is_approved]" value="1" type="checkbox"> Problem: The value of "1" is always passed, even if the box is UNCHECKED. Suggestions? Thanks! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39...
2012 Jan 31
2
Hype The Time Quest Regression
There's an old Ubisoft game called "Hype the Time Quest". For many Wine versions, Wine could not get past the Hype installer. It would go up to 117% and fail. Then a version came where if you unchecked the DirectX check, the install would work (or maybe that's all you had to do to begin with). But the game would fail to start with an error about MaiD3Dvr_bleu.exe. Then a Wine version came where the game actually worked, but needed a dinput override. And eventually a Wine version came where...
2015 Oct 09
3
vino-server on Centos 6.7
I uncheck only Allow other users ?view? and leave without change ?control? your desktop, and the screen (active session) remain freeze, close the connection and now i can not do a new connection, i remain out. i must wait the next Monday when i back to office or i can do something through ssh? M. > O...
2023 May 04
1
[PATCH] virtio-vdpa: Fix unchecked call to NULL set_vq_affinity
On Thu, 2023-05-04 at 13:08 -0400, Feng Liu wrote: > > > On 2023-05-04 a.m.9:50, Dragos Tatulea wrote: > > External email: Use caution opening links or attachments > > > > > > The referenced patch calls set_vq_affinity without checking if the op is > > valid. This patch adds the check. > > > > Fixes: 3dad56823b53 ("virtio-vdpa: Support
2011 Mar 13
3
CentOS server install
It's been a while since I've used CentOS. I'm doing a test install for a server setup. I unchecked desktop and checked server. What does server give me?
2003 May 14
0
Question about performance with sync always unchecked
Hi, I've very strange problem from my cumtomer, his step is: 1. create a samba share, with sync always=no and strict sync=no 2. coping some big files 3. reboot, repeat step 2, he saw the performance is very bad 4. set sync always and strict sync to yes, repeat step 2, the performance is more better than step 3 I think this is maybe because of network traffic, but my customer dosn't
2007 May 04
1
software raid during centos5 install
Hello, I've got the first disk of centos5. I plan to do a minimal install, correct me but that's where you uncheck everything, what about base do you uncheck that as well? I am curious as to the 5.0 server CD? Anyway i want to implement software raid during the install. I've got two identical drives hda and hdb when i get to the disk partition screen, this is in text mode, do i select raid, then what? I...
2008 Feb 14
0
how to write a bloc in helper to check/uncheck box ?
Hi all I have a check box in form, and I would like to enable/disable it according to the value of the check box.. <% form_for(:query, @query,.... <%= f.check_box(:all_categories, :disabled => true, :onchange =>''javascript:all_categories();'') -%><%=l :All_categories %> I would like to have something like :disabled => { @query.all_categories.to_i
2023 May 04
2
[PATCH] virtio-vdpa: Fix unchecked call to NULL set_vq_affinity
On Thu, May 04, 2023 at 01:08:54PM -0400, Feng Liu wrote: > > > On 2023-05-04 a.m.9:50, Dragos Tatulea wrote: > > External email: Use caution opening links or attachments > > > > > > The referenced patch calls set_vq_affinity without checking if the op is > > valid. This patch adds the check. > > > > Fixes: 3dad56823b53 ("virtio-vdpa: