1
vote
4answers
56 views
Possible to disable flash element?
I'm trying to do something unusual. I promise it has a purpose. I'm 90% sure it can't be done, but wanted to double check with geniuses.
Is it possible to have an object/embeded . …
0
votes
3answers
48 views
Javascript: enable/disable button with mouseover/mouseout help
Ok..this should be pretty straightforward:
<input type="button" name="test" id="test" value="roll over me" onmouseover="this.disabled=true;" onmouseout="this.disabled=false;"&g …
0
votes
2answers
19 views
How to disable sIFR for headings in a specific div
Hi,
Is it possible to have sIFR 2 replace headings in a content like #content, but not in #sidebar?
Thanks,
osu
0
votes
3answers
41 views
Can you prevent MSBuild.exe from running Build Events?
I'm building a number of projects via a script, and the occasional use of custom build events causes a great deal of difficulty for the build system. If it is possible, I'd like t …
0
votes
7answers
1k views
Disable Copy/Paste into HTML form using Javascript
Is there a way using Javascript to disable the ability to paste text into a text field on an HTML form?
E.g.
I have a simple registration form where the user is required to input …
1
vote
3answers
69 views
In Emacs, how do I figure out which package is loading tramp?
I have a strange interaction with tramp and cygwin-mount (I think: http://stackoverflow.com/questions/1705802/emacs-tab-completion-of-file-name-appends-an-extra-i-cygwin). Because …
0
votes
1answer
40 views
How do I disable the opening and closing animation of the DropDown of a ComboBox in WPF?
When I put a combobox in my WPF app, at runtime, when I click it, it rolls down the included items. After selection, it rolls the DropDown up again.
Is it possible to prevent the …
1
vote
3answers
95 views
How to disable right-click save on one specific image only
Hello,
I'm running an Asian e-commerce site where users post images of their products. Is there a way to disable right click for only 1 specific image on the page?
E.g. When vi …
0
votes
1answer
27 views
Add Checkbox DataGird Wpf C# Disable problem
I have added checkboxes into a DataGird, but they are not enabling they just disable when i click on another control giving you complete source code.
public partial class WinSubne …
9
votes
6answers
2k views
Disable, but not uninstall Resharper 4.x
Any ideas on how to disable, but not uninstall Resharper 4.x?
0
votes
1answer
27 views
Disable Jquery validation
I am using Jquery validation plugin for UI validation.
I have a Jquery menu to select the type of transaction.
On certain menu selection there should not be any validation happenin …
0
votes
0answers
8 views
How to disable system devices without using DevCon?
Hi,
I need to disable a device but not using the DevCon exe. Is there any script or a way to do this?
0
votes
3answers
359 views
How to make a TextBox non-interactive in C#
Hey,
I've got a TextBox on a form that I am using to just display data. I have set it to ReadOnly which stops the user from changing the data displayed in the TextBox. Although …
0
votes
2answers
220 views
jquery disable/enable submit button
i have this hmtl:
<input type="text" name="textField" />
<input type="submit" value="send" />
how can i do something like this:
-when the text field is empty the su …
0
votes
2answers
92 views
disable text drag and drop
There is a common feature of modern browsers where a user can select some text and drag it to an input field. Within the same field it causes moving of text, between different fiel …
