2
votes
1answer
77 views
Android: ListView elements with multiple clickable buttons
I've a ListView where every element in the list contains a TextView and two different Buttons. Something like this:
ListView
--------------------
[Text]
[Button 1][Button 2]
----- …
0
votes
1answer
8 views
Make Submit button not kill my dialog box
okay .. nooob alert.. sorry
I have a form and Im trying to perform ajax posts.
With the default submit button the dialog window closes, with the jquery button, nothing happens. …
0
votes
2answers
42 views
PyQt: translating standard buttons
How can I easily translate standard buttons (Yes, No) from QMessageBox? I can't use self.tr on those arguments, so I would like to achieve it in some other simple way. Do I have to …
0
votes
1answer
27 views
Eclipse behaves strangely on Ubuntu 9.10. My buttons won’t work after the upgrade!
Everything was fine until I did an upgrade from Ubuntu 9.04 to 9.10. Since then, Eclipse just doesn't respond properly. The following are the symptoms I can see:
When I click on …
0
votes
2answers
42 views
how to iterate Button varibles
Hi all.
I have 16 buttons named button1, button2... etc
What is the best way to iterate them and How do I need to store these buttons in( in an array or something)? I like to do so …
0
votes
2answers
27 views
Does UIAlertView really show table view if too many buttons?
I've seen a number of blogs claim that UIAlertView from firmware 3.0 onwards will show a table view if too many buttons are added to it to fit in the alert box. However, I don't s …
0
votes
1answer
3 views
KmlScreenOverlay Buttons
KmlScreenOverlay Buttons!!? real? how?
Any other way to put anything flash or html over GEPlugin?
0
votes
1answer
153 views
Reusing a TreeView’s expand [+] and collapse [-] buttons in WPF
Is there a way to reuse the simple expand [+] and collapse [-] buttons that appear next to nodes in a WPF TreeView? I would like to have a similar graphic elsewhere in my applicati …
0
votes
1answer
25 views
C# - Populate Data Structure At Runtime With References To Buttons Added To TableLayoutPanel At Design Time
Hello folks,
I am using Visual C# 2008 Express edition.
If at design time I have a form [myMainForm],
to which I have added a TabControl [myTabControl],
and myTabControl has a si …
1
vote
2answers
41 views
Cocoa Button that will light up with mouse over
Is there a flag that can be set that will cause a Cocoa button to be highlighted when it is moused over. I need to this programatically with objective C on OSX.
0
votes
1answer
29 views
C#: Getting a button to display a preset form
I am quite new to C#, so forgive my ignorance... I have (currently) 2 forms, one that needs to call the other. In other words, by clicking a certain button in Form1, Form2 needs to …
0
votes
0answers
64 views
[jQuery] Next and Previous Slide Button Functionality i++, i--
Hi Ya'll,
I had a great experience asking a question last time and thought I'd come back for more help. You guys are wonderful. Thank you in advance.
I am working with a featur …
0
votes
7answers
114 views
C# Array of Buttons.
How do I build an array of buttons in a Winforms application?
What I am trying to do is this: I have a lot of buttons in a sort of calendar arrangement, that are indicating time s …
0
votes
3answers
93 views
PHP multiple radio buttons
how can i process all radio buttons from the page?
<input type="radio" name="radio_1" value="some" />
<input type="radio" name="radio_1" value="some other" />
<inp …
4
votes
7answers
1k views
How to make a Delphi TSpeedButton stay pressed if it’s the only one in the group
I'm not sure why the TSpeedButton has this property but when a TSpeedButton is the only button of a given groupindex, it doesn't stay pressed, whether or not "AllowAllUp" is presse …
