button

VSTO C#: How to disable the popup (tooltip) on a Ribbon Button

Hello, I developed a plugin for outlook 2007 that adds a button to the office ribbon. I wanted to know if there is any possibility (programmatically) to not show the popup message when hoovering over the button with the mouse pointer. When I hover over the button, a little popup (tooltip) with the following text is displayed: MyAddinN...

Button inside swing Rectangle2D.double

Hi Gurus, We have a swing application which displays a lot of rectangles. We use Rectangle2D.double class to draw the rectangles on a JPanel. My requirement is this. Upon clicking the rectangle, I have to pick an image from the local filesystem and show it in a popup window or a frame. My question is how can I provide a hyperlink or butt...

Broadcast receiver that listens to hard button in android

Hi Is there a cross device hard button in android that a background service can listen to and act when it is pressed/released? Thanks ...

Dynamic Allocation of buttons in C Builder 6?

Hi, I want to make a game of TicTacToe. WhenI resize the window I want to appear more buttons on the interface. From a matrix of 3x3 to 4x4 etc up to 9x9, depending on how much I resize the window. How do I do this? I will make a free web site design to whoever provides me with a working answer (and something extra for the full program...

Creating a menu button in Windows

Microsoft's User Experience Interaction Guidelines give some UI guidelines for when to use a menu button: How do I create one of these menu buttons? I've found information on how to create a split button in Vista and above how to create a toolbar button with a dropdown menu how to create a regular pushbutton and manually wire up a...

How to disable auto submit behavior when hitting enter key?

I want to hit enter key to go to p2.htm or p3.htm according to the input text that I was typing in. And I also want to hit submit1 button to alert('no1') manually. It works in FireFox, but in IE6, when I hit enter key it will submit the submit button. How can I make the thing right in IE 6 as it is in FireFox? I use javascript and j...

Google Chrome upload button is rendered oddly

I put upload button to my webpage, but oddly Google Chrome renedring of upload is very odd. It has this text ("E...a") which I have never ever entered anywhere and it dosen't look at all like other browsers renedering. Are there any ways to make Chrome upload button to look like it looks in other browsers? ...

PyQt + shortcut to trigger a button

How do I configure keyboard shortcuts to click specific buttons in a PyQT app? Eg: Ctrl+1 to click one button while Ctrl+2 to click the other? ...

Blend: Bind Image Source in Button template

I have a button template in Expression blend of which I have a image control. Is there a way to bind the source of the image to the button template so that when I click the button higher in the visual tree I can set the image without having to edit the template in Blend? I'm using Expression Blend 3. Thanks, Rob ...

iphone map fold button in new map app

Hello, does anyone know what is the name of the button in the right corner of the toolbar in the new Maps application? It's the button that unfolds the map and the view underneath offers buttons to switch between map modes. I would like to use it in my map application if it's a part of the SDK! ...

Python: fill out a form and confirm with a button click

Hello! Which do you think is the best method to fill out a form and confirm with clicking a button with Python? Do I have to use django? I want to do it in a simple way. Is there a library? Thanks in advance! ...

Reset state of button

Hi, on my website I have 4 css styled buttons in the header of a table. When each button is clicked it currently changes the css correctly as per the below script (the below code may not be the easiest/most efficient way I am achieving this result). What I would like to achieve is something similar to a radio button in that when each ...

iPhone: NavigationController NavigationBar Back button text

When I push a new ViewController onto a navigation controller stack the "back" button is the Title of the previous controller. How can I change the text in the back button to "Back" instead of the default name-of-last-controller? ...

iPhone: Navigation from button

Hey guys I have a RootViewController that has his nib file RootView.nib. Anyways there's a button that when you press is it sends you to my SecondViewController(SecondViewController also has his SecondViewController.nib file). Now the SecondViewController has an IBOutlet UINavigationController and has also the delegate from NavigationCo...

Javascript Buttons

Is it possible to set a button's onclick action to a javascript variable? The idea is that we are controlling a table with javascript. Whenever one clicks on a row of that table, we update a javascript variable. That var would be the _GET var for the php script to be run. ...

wpf flat button

How ma make a button flat style in wpf? I've tried BasedOn property but it does not work. ...

An ASP Button problem on IE6

Hi there, I have an ASP.NET web application, which operates just fine on IE7, IE8, IE8(Compatibility mode) and on Firefox, however, we have now some users on IE6 (and no they aren't going to change any time soon)... When displaying the buttons on IE6, they don't render correctly, and the onclick events don't fire. There isn't any detec...

ImageButtons in a ViewGroup

My app's underlying view has bitmaps, lines, etc drawn on a canvas. I want to display images (icons) on top of this which will respond to Touch events. The number and positioning of such images will be variable depending on data in an SQLite database. Am I correct in thinking that the way to achieve this is to have a ViewGroup to which ...

Any online resources for web control images?

I have found plenty of icons online, but have yet to find images for other types of controls except 1-off examples. For example - buttons, tabs, dropdown menus, sliders, table headers, panel headers, etc. I've found plenty of tutorials, but our attempts always look bad in comparison (particularly for buttons and tabs). Are there any f...

iPhone views programming

Hi ! I'm trying to have 2 views in my app, using 2 buttons on my home screen. For each of these buttons i've created a new class and added the following code to my view controller : ViewController.h : #import <UIKit/UIKit.h> @interface Gallerie2ViewController : UIViewController { } - (IBAction)switch2class1:(id)sender; // 1st button - ...