Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
1answer
504 views

TabNavigator can't handle disabled children in Flex 4.5

I've got a problem while migrating my TabNavigator from Flex 3 to Flex 4.5. Stripped to the bare minimum, the following code will produce the bug, namely that the second child of the TabNavigator ...
7
votes
2answers
555 views

how to check if javascript is disabled?

how to check if the user disable javascript in his browser? For example: in stackoverflow, a red warning div will show up at the top if you disable the javascript in firefox? How to achieve this? One ...
5
votes
2answers
1k views

android:state_enabled missing/not working?

I do not have the property android:state_enabled for any of the controls. Typing it manually doesn't work either. I can only use the deprecated android:enabled. I have the latest everything.
4
votes
3answers
196 views

Determine whether or not ELMAH is enabled?

How can I determine programmatically whether or not ELMAH is enabled?
3
votes
2answers
844 views

WPF/MVVM: Disable a Button`s state when the ViewModel behind the UserControl is not yet Initialized?

I have a DocumentListView.Xaml with a ListBox and 3 Buttons. Behind that UserControl sits a DocumentListViewModel with 3 Buttons and their Command Property bound to 3 RelayCommands. I have 3 ...
3
votes
3answers
329 views

Making a barebones, PHP-enabled web server in C?

I want to make the most lightweight possible HTTP server in C that supports PHP and possibly FastCGI if it will make a huge difference. I'm not sure how to implement PHP support. Does it just call ...
2
votes
2answers
49 views

How do I prevent an NSButton from registering presses while disabled?

Newbie Warning I have a simple but vexing problem trying to disable an NSButton. Here is sample code to illustrate the problem: - (IBAction)taskTriggeredByNSButtonPress:(id)sender { ...
2
votes
2answers
496 views

Hyperlinks are staying inactive after setting isEnabled=true to parent control

I've got a TabItem contanining a listbox, which has an obeservable collection of my feeds class as its item source. When I refresh/load the feeds into the collection I want to disable the main window ...
2
votes
1answer
549 views

UIBarButton ignores “setEnabled:YES”

I ran into a problem. I can't image why that happens, probably you guys can. I've created a UIBarButtonItem in IB and linked it correctly. A set the property and synthesized it. At the beginning I ...
2
votes
1answer
552 views

Commands are disabled in WPF application when data source is empty

Hi I have a simple WPF with a menu, a toolbar and a ListView in a GridView. the menu and toolbar actions are bound to commands. I have that defines when commands should be executed ("CanExecute"). ...
2
votes
3answers
1k views

Winforms button: Does Visible = false imply Enabled = false?

Simple question: I have a WinForms button, and I want to make it both (conditionally) invisible and disabled (to be sure that if someone clicks in the space where the invisible button lives, it won't ...
1
vote
6answers
61 views

Coding a Website JavaScript Disabled

I'm developing a website and want a status bar to stay anchored to the bottom of every page. The best way to do this seems to be using javascript. However, many browsers will have javascipt ...
1
vote
2answers
88 views

WinForms UserControl How Do I Stop the control receiving focus

I have a custom UserControl that contains just one TextBox. When I set the control to Enabled = False, the TextBox is disabled but the control is not (Control still fires the Enter event). How do ...
1
vote
2answers
49 views

Silverligtht WCF enabled service with Prism

Im required to write a Silverlight application using WCF. I'm also required to use Dependency Injection to gain access to this service in another library. (I add a Silverlight enabled WCF Service) ...
1
vote
2answers
295 views

UISegmentedControl.enabled = NO doesn't dim it

I have a UISegmentedControl in a UIView in my popover that I want to disable in some cases. The segmented control is set up with Interface Builder in a nib file. Its IB "Enabled" checkbook is checked. ...
1
vote
3answers
499 views

setEnabled(),setClickable() not working

I have used FrameLayout in which I have used two LinearLayout second one is initially invisible but when I press a button on layout one so second layout become visible which overlaps the first ...
1
vote
1answer
903 views

How do I enable/disable google chrome extensions via console

Today, while opening Google Chrome, I realized that there is no easy way to enable or disable an extension without going to one of the following locations: chrome://extensions clicking on ...
1
vote
2answers
348 views

Checkbox activates textboxes in asp.net with vb.net

I am creating a page in asp.net with vb.net and I have a check box that I would like to use to activate four text boxes and a drop down list. I have tried using JavaScript to get this working, but it ...
1
vote
2answers
330 views

State list for PreferenceScreen?

I've added a widget layout to my preference screens showing an arrow icon, to indicate to users that there are more preferences behind a given PreferenceScreen. However, I notice when a ...
1
vote
1answer
552 views

Is it possible to disable an item in a dropdownlist combobox in c#?

Can i disable an item in a dropdownlist in c#? a sample would be, i have 2 dropdownlist combobox both of them consist of months (jan,feb,mar,apr...) both of them will function like a range of month ...
1
vote
2answers
78 views

Warning a user of an unsigned executable

I have a ClickOnce application that plays the role of a stub - it's a small application that simply downloads another installer. They way it works is that it downloads the payload, runs it and closes. ...
1
vote
1answer
874 views

Android checkbox state_enabled

the xml element "enabled" for a checkbox is deprecated. Eclipse tells me to use state_enabled instead. I tried to add android:state_enabled="false" to my checkbox within my xml instead of ...
1
vote
2answers
424 views

Notification of when a network interface is ready [Windows]

How do I receive notification of when a network interface is brought up and ready, under Windows XP? Ready means the interface already obtained a network IP address via DHCP and is ready to use.
1
vote
3answers
594 views

Change Background Color with jQuery

I have a form with multiple drop downs... I would like to set the background color of the visible dropdowns to gray when they are disabled. All of these dropdown's id's begin with usrControl. Here is ...
1
vote
1answer
179 views

c# set performanceCounters enabled=true in code

Im using this method to count my app sent bytes: string currId = Process.GetCurrentProcess().Id.ToString(); PerformanceCounter dataSentCounter = new PerformanceCounter(); ...
1
vote
3answers
5k views

Disabling of EditText in android

In my application I have a EditText. I want my client just have read ability not write. In code I set "android:enabled="false"", although the background of EditText changed to dark, when I click on it ...
1
vote
2answers
276 views

JButton updating its own isEnabled value

I'm trying to create a sub-class of the JButton component that will enable or disable itself based on a condition (which looks like below) public interface Condition { public static final ...
1
vote
1answer
144 views

How can a disabled button gets touches?

I was just wondering how can this happen !! In my iPhone application during a http request loading I am disabling a button in the navigation bar . But when I am touches the button three or four ...
1
vote
3answers
969 views

Determine whether client browser has java installed and can launch applets

I am developing an .aspx page which will ultimately launch an applet after the user clicks on a button (I am using the <applet> tag). So, I would like to detect if java is enabled/installed on ...
1
vote
1answer
360 views

Does @Test(enabled = false) work for a class in TestNG?

From the TestNG doc I can see that (enabled = false) can be applied to a class or method. But it seems it only works when applied to a method. Anybody seen the same, found a solution? I'm running ...
0
votes
2answers
41 views

Custom UIButton, enabled property works but hidden property won't

I have a little problem on my Xcode project (iPhone app). I just modified the rounded rect UIButton I used before to a custom one but now the hidden property isn't working anymore. if (artwork) { ...
0
votes
0answers
52 views

How to detect whether Java is Enabled in Java preferences through JavaScript(browser)

I have a page which loads an applet. I'm using the Oracle's deployJava.js to detect whether Java is installed on the system, and I make a call to applet.getAppletInfo() to determine whether the applet ...
0
votes
1answer
74 views

Make UIBarButtonItem appear disabled?

I know about self.navigationItem.rightBarButtonItem.enabled = NO, but how do I make a UIBarButtonItem appear disabled but actually detect when the user taps it? I want to do this in case I want to ...
0
votes
1answer
698 views

Flex Spark datagrid - disable selection of a row

I want to disable (and look disabled) some rows in a spark datagrid. I found this answer to stop selection which is great In flex, is there a way to capture and optionally cancel a row selection event ...
0
votes
1answer
48 views

MouseClick event not fired for disabled or read-only fields?

I'm using .NET C# there. I have a textbox. I assigned it a MouseClick event. Normally the event is fired when I click the control. But if I set the textbox's [Enabled=false] or [ReadOnly=true] ...
0
votes
2answers
163 views

How to enable/disable many controls together?

I have many checkBoxes HTML controls runat server, I want to disable and enable them together. I've tried to set them in an ASP.Net Panel and set the panel disabled, but they stayed enabled. Any ...
0
votes
2answers
469 views

Disable clicking on tabPanel in TabContainer

I want to disable to user clicking and going from one tabPanel to another. Like here http://www.eldan.co.il/en/ user can't select another step. I tried something like this if (Tabs.ActiveTabIndex ...
0
votes
0answers
66 views

Checking programmatically if Java plug-in is enabled in the browser.

I am trying to find a way to see if the Java plugin is actually enabled in the browser. I know I can use deployJava or PluginDetect to see if Java is present, but so far no luck figuring out if the ...
0
votes
1answer
84 views

Winforms controls - why doesn't Text go grey when Enabled = false?

I'm getting some inconsistent behavior when I disable certain Button controls in my VS2008 Winforms project. When I set Enabled = false, the buttons are disabled, but the Text of some (though not ...
0
votes
1answer
52 views

Disable menuItem while ModalDialog is shown, and enable when window is closed?

I am implementing an application, and if i click on a menu item : <MenuItem Name="menuAlgemeneGeg" Header="Algemene gegevens" Click="AlgemeneGegevensClick" /> the method is : private void ...
0
votes
2answers
215 views

Set Enabled for contact in box2d andengine

How to disable the contact between two body in box2d (Andengine). i have used contact.setEnabled(false) but this was not working for me. i have given code below for reference. @Override ...
0
votes
1answer
266 views

Android API call to determine user setting “Data Enabled”

My program tries to detect whether a mobile network is available at a certain location. The issue is that when I don't have a data connection it doesn't mean the network is not there... it depends on ...
0
votes
2answers
99 views

Enable/Disable button - Verify username existence

I'm now trying to verify the existence of username in DB. I have one field that contains a text field and a submit button. The submit button is disabled. Once the user put a valid username after ...
0
votes
1answer
149 views

Toggle a component's 'enable' property according to a radio button in netbeans

I have two radio buttons in a button group...And in the same panel I have a text box and a button...I want to enable the text box and the button only when the second button is selected and be disabled ...
0
votes
0answers
47 views

Flex FormItem component not geting disabled properly on enabled=false

I have a view stack and in first view, I select a radio button(lets say YES and NO values). I select YES and navigate to second view. In second view depending on values of first view, a formItem(with ...
0
votes
2answers
299 views

UIButton won't gray out

Isn't UIButton supposed to become grayish/grayer when enabled=NO ? I have a simple UIButton on a blackbackground (no custom images, no custom nothing, just dragged it with IB and changed size and ...
0
votes
7answers
241 views

Buttons In ScrollView Not Enabled Problem

Using Erica Sadun's scroll view example I created a project. I now have a scroll view and a page control in my project. I create a new view for each page and add it to my scroll view as seen below. ...
0
votes
2answers
426 views

using single style class for enabled and disabled button

i have a button which is using a class formBtn in css .formBtn {color:#fff; background-color:#518ACD; border-color:#ccc #000 #000 #ccc; font- size:11px; font-weight:bold;} in HTML ...
0
votes
0answers
54 views

configuration for ajax passing windows credentials to wcf service

On wcf method I use PrincipalPermission to authorize caller but I got SecurityExeption ?
0
votes
0answers
284 views

a4j poll conditional enabled

I am using a4j:poll and a4j submit in my page. Default configuration for . But when I click on a4j:submit it should change to a4J:poll enabled = "true" and onComplete should go back to enabled = ...

1 2