0
votes
1answer
25 views
Text in disabled and css styled button shows movement in IE
Hi.
It's pretty much what the title says. I have disabled and css styled buttons. In Firefox, disabled buttons do not move at all when pressed (which is what is expected), in IE, …
0
votes
1answer
51 views
jquery radio button group problem
Hi,
I have a radio group which is validated for required. It works fine except when in certain cases I need to disabled first radio button leaving user to select one from remaining …
1
vote
4answers
113 views
How to change the look of a disabled JButton in java
I am making a game and when I disable a button with setEnabled(false); the buttons turn grey which clashes with the other colors in the game. Is their a way to change the color of …
0
votes
1answer
60 views
GWT DnD: Is it possible to drag disabled widgets?
I have a composite widget that contains a disabled TextArea on an AbsotutePanel. Now I want to be able to drag the composite widget, starting from anywhere on it, including the dis …
1
vote
3answers
228 views
disable value in s:select
Hi,
if I have a for example this struts tag:
<s:select name="country.id"
list="countries"
listValue="name"
listKey="id"
headerValue="Select Country"
headerKey=""
label="Countr …
1
vote
2answers
192 views
HTML attribute disabled=”disabled” doesn’t work with IE8
I have a ASP.NET MVC application. The code in the aspx is like that
<input '<%= ViewData["Disabled"] %>' class="Text1" type="text" name='test' value='0'/>
ViewData[" …
0
votes
2answers
346 views
Font color of disabled listbox
Hi everybody!
I want to draw some listview items disabled and would like to mimic the appearance of a disabled standard Windows listbox. Which colors does it use?
I can't find any …
1
vote
2answers
280 views
Android text view color don’t change when disabled
When I call setEnabled(false) for a TextView object the text color don't change, I expected it will be changed to gray.
If I remove the line of "android:textColor" in my XML file, …
1
vote
3answers
614 views
Rename a class in Xcode: Refactor… is grayed out (disabled). Why?
Why is Refactor... grayed out (disabled) in Xcode?
I'd like to rename a class.
2
votes
4answers
383 views
Why can’t I disable this XUL menuitem?
I'm at my wits end, and it's probably something really simple.. But I've got basically this code:
var menuitem = document.getElementById('mymenuitem');
alert(menuitem);
alert(varI …
0
votes
4answers
62 views
Is there away to monitor when a elements disabled attribute is set with jquery?
Hey I'm trying to fire a new event I created for when a button is set to disabled state (By another method etc...) how can I achieve this? i want to listen for when the disabled s …
4
votes
2answers
1k views
Disable Save button in WPF if Validation fails
I've adopted what appears to be the standard way of validating textboxes in WPF using the IDataErrorInfo interface and styles as shown below. However, how can I disable the Save bu …
2
votes
4answers
526 views
How to set CSS for disabled checkboxes?
I'd like change the CSS for disabled checkboxes in a grid (they are too hard to see, per the users). What is a simple way to do this?
My preference in technologies used (in descen …
0
votes
0answers
149 views
Flex : Disabled canvas look and feel
Is there a way in Flex by which a disabled canvas looks exactly the same
as an enabled canvas? I haven't been able to make sense of disabledOverLayAlpha
and disabledColor properti …
0
votes
1answer
90 views
How to programatically re-enable documents in the MS Office list of disabled files
MS Office programs keep a list of disabled files that have caused errors when previously opened. A user can remove documents from this list by accessing the list through the progra …
