The appearance tag has no wiki summary.
0
votes
1answer
51 views
iOS:How to set the color of the text view's modal mail compose controller's navigation bar?
When the user long presses email link in UITextView, and selects new message option, system presents mail compose controller. I would like to change its navigation bar color (or appearance). Any easy ...
1
vote
2answers
69 views
Issue - applicationIconBadgeNumber - number exeeds 9999
I am facing kind of weird requirements, which in real word I don't seem to exists. But, As a developer I don't ask for the reasons behind them :)
When working In a chat Application. I put BadgeNumber ...
0
votes
1answer
21 views
How to make the stock “DigitalClock” randomly appear on screen in different location every minute
absolute beginner (to android) here,
I've got a very simple android project in eclipse, Basically just a fullscreen activity with a digital clock placed inside a Linearlayout. I just want that clock ...
1
vote
2answers
127 views
JFreeChart charts appearance when combined with JasperReports
I use JFreeChart in my java application to display charts like this one:
But after creating a report with JasperReports that chart now looks like this:
And that's not all, this is how a chart ...
0
votes
0answers
55 views
Assign part of a line plot a specific color in Matlab?
I have the following graph
They fluctuate if a value v=1. PB1->PB4 can fluctuate simultaneuously if v1->v4 is also equal to 1.
I want visualise the process where any of the variables PB1->PB4 are ...
0
votes
2answers
61 views
How to plot individual points in Matlab at certain locations?
I have the following graph :
Each line changes according to 3 values : 1 2 3 .. However plotting anything less than 5000 will not show on the graph (axis min size is 5000), so I can't plot them ...
0
votes
0answers
18 views
How do I remove the file type icon in Eclipse document views?
I'm looking for a small snippet of CSS that can remove the small picture located to the left of the file-name in Eclipse 4.x document tab bar?
I want to do this to maximize the number of tabs in a ...
0
votes
2answers
63 views
Python 3.3 (tkinter): Value does not change
First problem is that when i click '+ $16' button it doesn't show the increase, although you can see it after closing the window and typing money into Python Shell.
Second problem is that after I ...
0
votes
0answers
48 views
Asp.net website behaves differently when deployed
My website looks fine when i run in localhost,but when i deployed it behaves weired..
ie when i check in f12 developer tools,the document mode is set to IE7 standards Mode.
And when i change the ...
0
votes
0answers
29 views
How to view n edit image appear on the thumbnail in android
Can anyone help me to complete the code below,here i want to view n edit the image appear on the thumbnail..
@Override
protected void onCreate(Bundle savedInstanceState) {
...
0
votes
1answer
48 views
Checkbox and label created on the fly
When I create a checkbox and a label "on the fly" with jQuery, it works fine respect to its functionality (that is: if I click the label, the checkbox is checked), but the default visual appearance ...
0
votes
0answers
56 views
Creating Overlay over Java 3D Universe
So I have a really basic program creating a universe and a cube object that rotates.
I need to add an overlay (ex. checkerboard pattern) that remains constant over the ENTIRE world (background and ...
-1
votes
2answers
55 views
Different view changing style in iOS [closed]
I like to know about different transition style of view in iOS6 , like after button press view coming from bottom or other way .
Please give me proper link OR if Possible small code .
0
votes
1answer
75 views
How to make a similar article/content appear on a specified scroll point?
Nowadays on a lot of sites when I scroll down and reach a specified point I see these recommendation boxes where a box of content suddenly appears and It shows some kind of similar articles or ...
0
votes
0answers
34 views
how to modifying the appearance of a JScrollPane in JAVA?
how to modifying the appearance of a JScrollPane in JAVA?
I would like the JScrollPane only be one line. Something like Sublime Text
1
vote
0answers
307 views
UIBarButtonItem Appearance not working with resizableImageWithCapInsets
PROBLEM: Scaling of UIBarButtonItem background image is not being obeyed as per resizableImageWithCapInsets when set using the Appearance Proxy
I have set up a project with a few test assets for ...
-4
votes
1answer
44 views
Homepage appearance in IE8/IE9 (IE8 doesnt work) [closed]
basicly I have a problem with a Webpage I create for my club... I tested it in IE9, Chrome, Safari, Firefox, Opera and everywhere it worked perfectly.
Then a member contacted me who is using IE8 on ...
0
votes
1answer
134 views
Removing Glossy Effect on UITabBar
I know this is a common question but it's quite different in my case.
I want an image to be placed when the bar is active and I've done that successfully using these code under ...
2
votes
2answers
104 views
Making an old fashioned (Windows 95-esque) GUI in Java
I'm currently working on a project and I'd like it to look as though it were from the windows 95 era. I spent a lot of time searching for a pluggable Look and Feel that matched the Windows 95 ...
-1
votes
1answer
58 views
Make text in div used as button not markable
I really like the concept of using div elements as buttons. Above all the complete freedom of styling it is a real benefit in my opinion to do so.
The problem I got now is following: in a little ...
0
votes
1answer
165 views
Set UINavigationBar's background image
I have this piece of code:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
if([[UINavigationBar class] ...
0
votes
1answer
295 views
Magento: updated product's image doesn't appear in frontend
I opened a product, deleted it's images and uploaded other 2 instead. They appeared in backend.
I refreshed the cache, deleted the cache of images in System=>Cache Management. I deleted cache of ...
0
votes
1answer
116 views
Change navigationBar appearance
My application flow: AViewController -> BViewController -> CViewController (via navigationController). AViewController and CViewController looks the same, only BViewController looks different.
...
1
vote
1answer
140 views
Horizontal stripes over a custom font in Android
I'm trying to add a custom font to my text, but the problem is that the text appears with vertical stripes over it. They aren't in the font and the problem seems to appear only on some Android ...
0
votes
0answers
43 views
Appearance of navigation controller on separate views
I have AViewController and BViewController. Both of them have different navigation controller, which are styled via this way:
[[UINavigationBar appearanceWhenContainedIn:[ANavigationController ...
1
vote
3answers
484 views
Google Maps api v3 tools: visual distortions?
I just noticed that the gMap view tools are displaying…rather unusually. Their regions still seem to be properly defined—I can interact with them just fine, it's just their appearance that looks ...
-2
votes
1answer
157 views
How to change form's appearance [closed]
EDIT :
Thanks everybody, i found this http://www.vcskicks.com/custom_shape_form_region.php
I want to change form's appearance like Diablo 3 launcher like this:
How can I achieve this in winform?
...
0
votes
1answer
288 views
UICollectionView: Custom UI for a manually selected Cell
I'm overriding (BOOL)isSelected {} from UICollectionViewCell to change the cells appearance on selection. This does work as intend if I'm clicking on a cell. But the isSelected method never gets ...
0
votes
1answer
37 views
Form is not appearing but its content does
I have this piece of code:
<div>
<form name='profileForm' id='profileForm' action='' method='get'>
<input type='submit' name='ProfileBtn' id='ProfileBtn' class='buttonC' ...
0
votes
2answers
145 views
How can I replace UIBarButton image with custom image?
I tried setting it to custom and put image onto it, but it only changes middle icons, how can I change the whole button appearance?
I want to put this icon: http://cl.ly/image/3B2P0p0p1e1a
But all I ...
2
votes
1answer
1k views
Status bar color changed when change UINavigationBar appearance backgroundimage
I use this line of code to change navigation bar background:
[[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"image.png"] forBarMetrics:UIBarMetricsDefault];
in iOS6, it ...
1
vote
0answers
61 views
Change the styling of a radiogroup in monotouch.dialog?
By subclassing the DialogViewController I've found my way to customize the styling of the DVC (setting background color etc.).
While that works as expected, I cannot find my way to customize the ...
0
votes
0answers
107 views
How can I change only one style-class of CSS file? - Sencha - PlainTabPanel
I working with com.sencha.gxt.widget.core.client.PlainTabPanel GXT 3.
I want to control the height of the tab body which is represented by .tabBody in the CSS (TabPanel.css).
I've tried to implement a ...
1
vote
1answer
292 views
Plot thick line with dark dots at data points in ggplot2
I want to plot a path and show where the datapoints are.
Combine Points with lines with ggplot2
uses geom_point() + geom_line() but I do not like that the dots are much thicker and the lines have a ...
0
votes
2answers
1k views
How to change the appearance of a MenuStrip [duplicate]
I add a MenuStrip in my app and is add on ManagerRenderMode at Render Mode. The problem is with the appearance, look offal. Look at those two photos, I want to change that white border of submenus in ...
1
vote
1answer
85 views
html code color is light grey on Pydev, how to change it?
I have a problem with Pydev for Eclipse. I have to edit an html file in the Eclipse editor, but the code has a light grey color and I can't find the way to change it.
I have tried the Eclipse ...
1
vote
0answers
23 views
Tutorials needed on color, texture, images, etc
Can anyone please recommend tutorials or examples of using color, texture, and images to make my app better looking? Now that my app is functionally working, I want to make it prettier.
Thanks
0
votes
0answers
44 views
How to make DataGrid's appearance like TabControl?
Have you seen how TabControl appears on the form? It is nice. I would like that my DataGrid to show like TabControl appears when person opens the form.
Is it real? Could you give me example of code ...
2
votes
0answers
263 views
How to set appearance for a UIButton without affecting UIBarButtonItems?
Using the following code to customize regular UIButtons also affects UIBarButtonItems and clear buttons in text fields.
[[UIButton appearance] setBackgroundImage:greenButtonImage ...
0
votes
1answer
140 views
Custom UINavigationBar image with default gradient and lines
I want to use custom graphics as UINavigationBar background:
[[UINavigationBar appearance]
setBackgroundImage:[UIImage imageNamed:@"tile"]
forBarMetrics:UIBarMetricsDefault];
Works fine, ...
0
votes
1answer
459 views
CSS style textarea like textfield cross browser
The following FIDDLE shows a series of inputs. The last is a textfield. On Firefox it looks different and renders differently based on padding (although less so on FIDDLE than without FIDDLE.
What ...
0
votes
2answers
129 views
How To Remove click effect from a QPushButton
In QT: I only want to show an icon and some text, so I use QPushButton. But how can I remove the click effect from it? Tank you.
0
votes
0answers
53 views
Custom font vertical align on iOS UILabel [duplicate]
Possible Duplicate:
Custom UIFont baseline shifted
In my app I'm using a custom font.
When I disable the custom font all buttons looks like:
But, when the custom font is enabled, using ...
0
votes
1answer
100 views
Qooxdoo, set appearance for required textfield
I want to add some specific style for required fields, but I wantto have only one appearance id. Something like states
MyAppareance: {
style:function () {
if (required) {
// ...
1
vote
1answer
494 views
UIPopoverController Nav Bar Appearance
I am using this code to customise my nav bar image throughout my app.
UIImage *navBarTexture = [[UIImage imageNamed:@"NavBarTexture_iPad"] resizableImageWithCapInsets:UIEdgeInsetsMake(0, 0, 0, 0)];
...
0
votes
0answers
33 views
Android app does not appear in some area
I published android application on the market in last month. But it does not appear in Mongolia and China if I search. It is OK for Korean, American users and it has been dowloaded more than 100 times ...
0
votes
0answers
166 views
Changing row colour Ext.grid.GridPanel
This could be a bit of a tricky one!
I have set up the following selection grid:
grid = new Ext.grid.GridPanel({
frame: true,
height: 569,
width: 725,
store: store,
...
0
votes
1answer
233 views
DataGridView fixed columns
I have a DataGridView that I am using to put data in from an access database. I have it on the main form at the moment and when the form is open the grid is just greyed out.
When the button is ...
-1
votes
2answers
778 views
@end must appear in an objective-c context
I am Following a tutorial at http://www.raywenderlich.com/14172/how-to-parse-html-on-ios .
Here is my detailviewcontroller.h file.
#import <UIKit/UIKit.h>
@end <-- //errors shows up ...
0
votes
0answers
88 views
arranging multiple text-boxes to form a table
I know this might be one of the weirdest ways of trying to do what i want. I wanted to create a table like look but with multiple text-boxes mainly because i am using a different dataset for each ...






