Questions tagged [appearance]

333 questions
5
votes
2 answers

Why my edit control looks odd in my win32 c++ application using no MFC?

I have this program where i created a window and inside that i added an edit control using plain C (no MFC or dialogs), the edit control creation code is as hWnd=::CreateWindowExA(NULL, //no extended style "EDIT", …
smit
  • 959
  • 1
  • 9
  • 20
5
votes
1 answer

Bubble size in Neo4j

Is there a way to adjust the bubble size (or colour) of nodes in Neo4j in relation to a node property value? For example, if each node has a size: "xxx" property, how would I make each node scale to this size? Is there a similar way to adjust…
Rachie
  • 433
  • 1
  • 6
  • 17
5
votes
6 answers

Custom webview keyboard issues

So adapting code form this thread UIKeyboardAppearance in UIWebView and TomSwift's awesome answer, I got about 99% of it working. In the iOS 7 simulator, everything appears to work just fine. However in iOS 8, when the keyboard first appears, the <…
ChrisOSX
  • 724
  • 2
  • 11
  • 28
5
votes
1 answer

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 works, but in iOS5, background of the status bar is…
zhijie
  • 642
  • 11
  • 17
5
votes
2 answers

How to change the appearance of a MenuStrip

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 transparent, that blue rectangule that look offal…
AnDr3yy
  • 239
  • 2
  • 5
  • 16
4
votes
1 answer

Default font for iOS app

I already found this article here Set a default font for whole iOS app? and I basically have the same question. I want to set the default font for my whole application but without having to specify the font size. I Have different labels with…
Georg
  • 3,664
  • 3
  • 34
  • 75
4
votes
3 answers

appearance proxy reload view

In the iPad you can change the appearance of the app in a view which is modally pushed. But after selecting a theme and dismissing the view the appearance does not change. if I push an other view full-screen, the view is updated. How can I force to…
Justin
  • 2,960
  • 2
  • 34
  • 48
4
votes
1 answer

MPMoviePlayerViewController vs. Appearance-Framework (iOS 5)

i am using a MPMoviePlayerViewController inside my Project. I have defined the following appearance for UIButtons and UINavigationbar like so: [[UIBarButtonItem appearanceWhenContainedIn:[UINavigationBar class], nil] …
Saibot
  • 103
  • 4
4
votes
1 answer

How to make a WPF application the same in both Windows classic style and windows XP style?

I have written a app in WPF. And I am using standard BlueTheme available on microsoft website for my application. The application looks great in Windows XP which is having Windows XP style. In the screenshot below we can see the buttons with round…
4
votes
1 answer

Removing ragged lines in (Python) comments

PyCharm can can wrap code lines that are longer than some number n(=67 for this example), e.g. # this is a really really really really really really really really really really really really really really long comment becomes # this is a really…
l7ll7
  • 1,309
  • 1
  • 10
  • 20
4
votes
2 answers

How may i customise all UITextField appearances for borderWidth?

i am trying to customise all UITextField appearances for borderWith. Trying something like this. Only first 2 lines are making a difference. Rest of the lines not working ? [[UITextField appearance] setBackgroundColor:[UIColor…
Add080bbA
  • 1,818
  • 1
  • 18
  • 25
4
votes
4 answers

.NET MVC: How to implement different page appearance per user?

I am running out of ideas here. Maybe you can advice me what pattern or method(s) to use. User should be able to log in and change the appearance only for his/her profile. The difference (AFAIK) with personalization is that personalized layout are…
J Pollack
  • 2,788
  • 3
  • 29
  • 43
4
votes
4 answers

Change color of tab bar

I created an app in iOS 5 using Storyboard to lay out my screens. I have a tab bar controller and the bottom tab bar with 4 icons. I want to change the color from black to a graduated green. I can make a .png file, but can't figure out how to…
ronsinda
  • 139
  • 1
  • 5
4
votes
1 answer

Ugly looking selection in Visual Studio 2012 text editor

I've started to use Visual Studio 2012 and there is one feature that really upsets me: the way the selection in text editor looks. For some reason it looks differently for variables and all other text. The same is right for the break-point…
Mikhail
  • 20,685
  • 7
  • 70
  • 146
4
votes
2 answers

Using the Window API, how do I ensure controls retain a native appearance?

Some of the controls I've created seem to default to the old Windows 95 theme, how do I prevent this? Here's an example of a button that does not retain the Operating System's native appearance (I'm using Vista as my development environment): HWND…
conmulligan
  • 7,038
  • 6
  • 33
  • 44