|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
iPhone SDK: anybody has a clue why UIButton.highlighted does not seems to work ?
hi
i have been trying to use ordinary round rect buttons to spare resources i guess a standard button is easier on the system than an image based one, am i wrong ? i was trying to use them as radio buttons or on off ones, where by clicking on a button it will get highlighted to indicate status however, although i can set the highlighed state of any other button, it does not work with the button that is being pressed, after unpressing it always gets back to non highlighted state is there a workaround ? also i cannot seem to find a way to colour a UIButton, it allows setting text color, background color, shadow but no button color anybody has a suggestion ? is there any way to achieve this or do i need to use image based buttons ? thanks in advance for your help nonnus |
|
|
|
0
|
|
|
#2 |
|
I assume that you simply want them to appear as though they are highlighted when you have selected them? Essentially making them act like radio buttons, correct? If that is the case then I have a solution for you. It's just a few lines of code in your applicationDidFinishLaunhing method, and then you have to set the state of each button in it's target method, but that's easy enough.
Use this image as your UIButton's backgroundImage: In your applicationDidFinishLaunching Method, add these lines (assuming three buttons): Code:
//Sets the background images and title colors of the buttons to appear "highlighted" when they are selected [UIButton1 setBackgroundImage:[UIImage imageNamed:@"ButtonBack.png"] forState:UIControlStateSelected]; [UIButton2 setBackgroundImage:[UIImage imageNamed:@"ButtonBack.png"] forState:UIControlStateSelected]; [UIButton3 setBackgroundImage:[UIImage imageNamed:@"ButtonBack.png"] forState:UIControlStateSelected]; [UIButton1 setTitleColor:[UIColor whiteColor] forState:UIControlStateSelected]; [UIButton2 setTitleColor:[UIColor whiteColor] forState:UIControlStateSelected]; [UIButton3 setTitleColor:[UIColor whiteColor] forState:UIControlStateSelected]; Hope that helps.
__________________
Yo' mama's so STUPID, she went to Bangkok to get a TIE Fighter. |
|
|
|
0
|
|
|
#3 |
|
tx alot for replying
i had already started to use image based custom buttons and have been using the selected property to set them as radio buttons |
|
|
|
0
|
|
|
#4 |
|
radio buttons...
The closest thing to a radio button on the iPhone is the UISegmentedControl. It holds state--works very well.
|
|
|
|
0
|
|
|
#5 |
|
use a timer
|
|
|
|
0
|
|
|
#6 |
|
I believe the HIG recommends against leaving a UIButton selected to represent toggle state, in favor of using UISwitch.
|
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| Bumper with skins just does not seem to work well | Uabcar | iPhone Accessories | 6 | Jul 6, 2010 01:08 PM |
| "clear" does not seem to work in SL | mnpmac | OS X | 7 | Sep 28, 2009 01:57 AM |
| Extending Monitor does not seem to work | cwrighta70 | Windows, Linux & Others on the Mac | 4 | Jul 28, 2009 11:47 AM |
| Sleep function under 64-bit Vista Ultimate does not seem to work | hajime | Windows, Linux & Others on the Mac | 0 | Jul 27, 2008 08:42 PM |
| WiFi Encryption Does Not Seem to Work | infosprt | iPhone Tips, Help and Troubleshooting | 12 | Jun 30, 2007 02:45 PM |
All times are GMT -5. The time now is 04:39 PM.






Linear Mode

