The setbackground tag has no wiki summary.
-1
votes
1answer
19 views
Setting my selected image as a background to the iphone devise
In my iOS application i have ten images in the xib with thumbnail size, How can i set my selected image from ten images as wallpaper for the ios device. Thanks in advance.
0
votes
1answer
19 views
JApplet setBackground not working
I am wondering why the method setBackground() is not actually making the background black. I have feeling this has something to do with the class implementing JApplet as opposed to Applet but I can ...
0
votes
0answers
28 views
Table header colors and look-and-feel
I have two tables. In the first one, I used a groupable table header class I found online, the second one, is a basic table. Can I have the headers totally orange just like the first row in my first ...
0
votes
0answers
9 views
Something goes wrong when updating a JLabel's background color
I need to distinguish some rows in my table so I changed some JLabels with yellow background. Every year, these 'some rows' will change but I can't update the rows' colors. I have a method I use when ...
0
votes
0answers
53 views
Need help changing background color of an item in a gridview - Android
I currently have a gridview
GridView gv;
gv = (GridView)findViewById(R.id.gridView);
gv.setNumColumns(RowsSplit[0].length());
gv.setAdapter(new CustomAdapterClass(this, ...
0
votes
1answer
37 views
Android using switchpreference to set color background
How can I change the color of the app I'm trying to develop.
I have used a switch statement under preferences menu, but do not know how I can code this, so that when the user clicks on the switch, ...
0
votes
1answer
137 views
Android Dynamically setting a 9-patch background on EditText widget [duplicate]
firstly thank you for taking the time to read this.
So I have created three 9-patch files which are working correctly as I can set them in XML on my registration form I've created and they look fine.
...
0
votes
1answer
51 views
Background Change gives Force Close
I just made a little code to make my Background change to a Drawable if the Checkbox in my Preferences is checked, and make it go white when it isn't. The code works fine in my MainActivity, but it ...
0
votes
1answer
121 views
add two background image for selected and unselected UISegments iphone
I have two segment buttons (1 and 2) I want to add a background image one for selected segment and another image for unselected segment.How can I do that?
Here is what I have so far,should I set the ...
0
votes
0answers
87 views
Android random black screens due to asynctask or something else when switching activities
I created an app which works fine on emulators but sometimes, when switching from an activity to another on a real device (Samsung Note 2), i get a black screen and then after one second, I am ...
2
votes
1answer
121 views
Android View background changes unexpectedly
I'm building an app that has plenty of screens.
most of the screens have a View at the top with a background color.
I often change that color using view.setBackgroundColor(color)
Here comes the ...
1
vote
2answers
107 views
can't set JPanel color and JRadioButton invisibility
I have problem with setting JPanel and JFrame color to white, though I used panel.setBackground(Color.white). The second problem is that setting ImageIcon in JRadioButton constructor causes that ...
0
votes
1answer
32 views
Window setBackGround: causes runtime errors
I added a background color to the window of a well-running simple draw project and build succeeded. Then the fun began: runtime errors appeared in the console window. I found no help in Apple docs and ...
0
votes
1answer
178 views
setBackgroundImage on TabBar does not work when tapping items [SOLVED]
I can set the background once. But after that it never changes again. I´ve seen all examples on stackoverflow. The code examples look always the same. I´ve set the delegate. The images are all ok. ...
5
votes
2answers
1k views
Why won't my background color display in JFrame?
I have two class files:
Screen https://gist.github.com/3020101
JMain https://gist.github.com/3020107
I'm trying to get it to go fullscreen for 5 seconds and display the background (or, at this ...
0
votes
2answers
187 views
How do I use my own custom buttons and design with wxpython
I've been looking for some inspiration with wxpython as far as the GUI goes. Everything in the demo looks boring and uninspiring so I want to go in my own direction but I can't figure out how to use ...
0
votes
1answer
866 views
Problems with setBackgroundResource
I am having weird problems with setBackgroundResource.
For some reason when I run the folling code it doesn't set the backgropund.
layoutId is the id of a layout that I wish to add to another.
That ...
0
votes
1answer
239 views
setBackgroundImage works on simulator but real device (IOS5.1.1)
I wrote some codes in viewWillAppear in order to change the background image of some buttons. It works fine in simulator. However, when I load it to a real device, it doesn't work. The device is ...
0
votes
1answer
186 views
Delay when updating the background of a UIButton
I'm using setBackgroundImage:forState: to update the background of a UIButton. The background is updated but only after a few seconds. There is obviously some refresh cycle at work here but I can't ...
0
votes
2answers
218 views
Set imageview background on button click?
lets say I have a timer activity. Theres an image view that displays a number of 0 - 9(these are viewed as images, NOT text).
eg. the images names are clock_0, clock_1, clock_2...clock_9.
There is a ...
4
votes
1answer
301 views
How remove background image from UINavigationBar
I set UINavigationBar background image at root view controller, but i need to remove background image at detail view controller.
With Obj-C I use this code:
if ([[UINavigationBar class] ...
0
votes
2answers
799 views
UIbutton to show BackgroundImage、Image and Title
I want to create a UIButton that uses its setBackgroundImage, setImage, and setTitle properties, but when I add setTitle in combination with setImage and setBackgroundImage the title doesn't appear.
...
1
vote
1answer
2k views
Change background color editable JComboBox
I am programming an editable combobox in a JFrame Form, but i want to change te background color.
How the program works:
If i click the button "press", then the combobox his background needs to ...
1
vote
3answers
2k views
Cannot set the background colour of image view when it don't have an image resource
I want set a background colour to an ImageView, when the imageview has an image resource, it works and i get my background colour but when the image view don't have an image resource, ...
0
votes
0answers
157 views
in UIButton, the setImage and setBackgroudnImage content id different, it has rotate 90 degree
I have made a test about the UIButton, the button should show the capture buffer from camera, so i will set the image and backgroudimage for UIButton.
From the camera capture data, i set the image and ...
1
vote
3answers
4k views
JPanel setBackground(Color.BLACK) does nothing
I have the folowing custom JPanel and I have aded it to my frame using Netbeans GUI builder but the background won't change! I can see the circle, drawing with g.fillOval(). What's wrong?
public ...
1
vote
3answers
6k views
setBackground(new color()); in java does not understand the given RGB value
After searching google for a half hour I gave up! :)
I have a program with some gui, on the JFrame I set,
setBackground( new Color(107, 106, 104) );
[The problem]
It gives a greyish color, but ...
5
votes
4answers
4k views
How to change text color in the JtextArea?
I need to know how to do this:
Let's say: I have a code in the jtextArea like this,
LOAD R1, 1
DEC R1
STORE M, R1
ADD R4, R1,8
I wanted to change the color of LOAD, DEC, STORE and ADD to color BLUE
...
0
votes
2answers
2k views
Set background programmatically by an xml file
I have one ImageButton in my xml layout like that :
<ImageButton android:id="@+id/tabsButton"
android:background="@drawable/button" android:layout_height="48dp"
...
3
votes
5answers
1k views
setBackground statement not working?
import javax.swing.JApplet;
import java.awt.*;
public class Snowman extends JApplet {
//---------------------------------------------
// Draws a snowman.
...
1
vote
2answers
164 views
How can I change colors of components when the mouse is pressed in a JFrame in Java?
I am coding a piano in java using rectangles from the java.awt.graphics library. I am using a mouselistener to play the sound of each individual key when the mouse clicks a certain area on the ...
2
votes
1answer
325 views
Background color and GTK Look and Feel
I'm having troubles setting the background color for JButtons.
For example I get this when I do button.setBackground(Color.ORANGE)
But when I disable the GTK Look and Feel it's ok.
Another way to ...
2
votes
3answers
6k views
Java JFrame background color not working
I tried using:
frame1.getContentPane().setBackground(Color.yellow);
But it is not working. Can anyone help me?
import java.awt.*;
import java.awt.Color;
public class PlayGame {
public static ...
0
votes
1answer
336 views
Java swing Header & Footer background color
Is there any way to set Header and Footer in Java Swing?
Actually I am using theme in my application and I have set fixed background color for all panels. But now the work is to set different ...
0
votes
1answer
199 views
Making a button transparent then opaque again in android
I have a game where I am using 12 buttons with no text on to display lives. Every time they lose a life, this code is run
public void guessesRemainingDisplay(int numberOfGuesses) {
int ...
2
votes
2answers
342 views
How to set color using integer?
How can i convert color code in integer ex: 13369395 to android specific. Since 13369395 is also an integer i tried doing
mainLayout.setTextColor(13369395);
but its not working.
I also tried ...
0
votes
1answer
87 views
Android button background issue
I have some problems trying to add a background image in my button programmatically.
It works well on my XML file, but programmatically the background image of my button is bigger than normal. I mean ...
2
votes
1answer
2k views
Set selected View highlighted - random changing of the View while scrolling
What I tried
Hello Guys, I have made a GridView which I've filled over my database. Now I made an onItemClickListner, from the Google GridView tutorial. Now I tried to make that when the user ...
0
votes
1answer
490 views
Why setBackgroundColor on a layout sometimes crash my app
I'm building an application that can send and received OSC.
I'm using JavaOSC, it feets perfectly my needs.
I'm sending color value in OSC message, and receiving them also.
I send the color from a ...
3
votes
3answers
4k views
Android how to get gradient effect on setBackgroundColor
Is there a way to get a gradient effect or a semi-transparant effect when setting the background color of a view? For example, this code:
selView.setBackgroundColor(Color.rgb(240, 128, 128)); // ...
2
votes
4answers
3k views
Why does setBackground to JButton does not work?
I have the following simple code:
btn = new JButton();
btn.setBackground(backgroundColor)
I worked when I used:
...
4
votes
2answers
3k views
Setting a background color to my Blackberry application very basic!
This is my screen:
final class GeneralExpenseViewScreen extends MainScreen {
public GeneralExpenseViewScreen() {
super();
LabelField title = new LabelField("TeamMate TEC | ...


