-1
votes
1answer
39 views
Change size of UIAlertView buttons
I have three buttons in a UIAlertView, and I only want to change the size of two of them so that I can have toe first two on their own line and then the third button on it's own line..
0
votes
2answers
61 views
iPhone App Store Green Button
Hi,
I want to use a green button on my app like the one used on App Store when you select an app to install and press the button "FREE".
Is it possible to use a button like this without a custom …
0
votes
1answer
27 views
can two overlapping buttons recieve the same click?
I am new to flex and as3 and I need to create a workaround for a button issue. I don't know how to have one button created by one class send a click event to another item created in a different class
…
1
vote
5answers
78 views
show / hide submit button
HOWTO?
show submit button only if one or two needed inputs are filled with a value
but if you remove on of the needed values, the submit has to disappear.
should be done with keyup i think.
any …
0
votes
4answers
75 views
JSF CommandButton onclick does not call Javascript function
I am using a command button from JSF. I don't know why I can't call my javascript function. NO alert will show when I click the button.
<h:commandButton id="login" value="Login" action="login"
…
4
votes
8answers
153 views
What disadvantages are there to the “button” tag?
I started using a diagnostic css stylesheet, e.g.
http://snipplr.com/view/6770/css-diagnostics--highlight-deprecated-html-with-css--more/
One of the suggested rules highlights input tags with the …
0
votes
2answers
100 views
i need calculator buttons to be able to work.
hi.
i'm making a calculator and need to get my buttons to work but i don't know what to do.
i have 2 ways of inserting numbers.
1) physically write the number in the field
2) push a button and the …
0
votes
1answer
40 views
android start user defined activity on search button pressed @ handset
I am using following code to start activity when user pressing search button on the handset
@Override
public boolean onKeyUp(int keyCode, KeyEvent event) {
if(keyCode == KeyEvent.KEYCODE_SEARCH){
…
0
votes
1answer
25 views
DOJO Button within A Grid
I am trying to get the dojo button that is within the data grid to use styling. Currently it does not use the styling.
HTML:
<table dojoType="dojox.grid.DataGrid" class="soria" id="grid1" …
0
votes
1answer
19 views
SilverLight - Binding a command to button within control template
I have a datagrid. Within that datagrid, I have bunch of column headers styles. Inside the control template of this style, there is a button. I need to bind a command to that button.
Note that, …
0
votes
2answers
35 views
Hide/disable Save button in adobe in web browser
Hi
Greetings
Iam exporting a crsytalreport to pdf using asp.net 2003.
On executing the pdf report is opened in the default pdf reader(adobe reader 9 in my case) which is embedded in the browser (ie …
0
votes
2answers
51 views
WPF: Ribbon control application button and quick access toolbar location
How is the Application button and quick access toolbar placement accomplished?
0
votes
0answers
24 views
The button(s) on iphone notification message
Hi all, i am using Apple Push Notification Service for sending some notification messages. I am able to send text notification message but there is no "ok" or "view-close" buttons. In order to put …
0
votes
3answers
38 views
Python QPushButton setIcon: put icon on button
Hello Everybody,
I want to put an in ICON into a push button.. the code should work like that:
self.printButton = QtGui.QPushButton(self.tab_name)
…
1
vote
2answers
53 views
Sticky button in GWT
hi,
can i create a button in gwt that onClick stays pressed and if it looks pressed onClick releases it?
and the button has a different styles in each state?
any idea?
