Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
5answers
526 views

Hide Emacs echo area during inactivity

The echo area is the line at the bottom of Emacs below the mode line: ~ ~ | | ...
10
votes
4answers
5k views

UISearchbar clearButton forces the keyboard to appear

I have a UISearchBar which acts as a live filter for a table view. When the keyboard is dismissed via endEditing:, the query text and the gray circular "clear" button remain. From here, if I tap the ...
9
votes
3answers
985 views

iOS 5: Curious about UIAppearance

On the tech talk 2011 I saw a speech about the new UIAppearance protocol. There is not a lot of documentation out there yet. I will shortly summarize what I remember to explain where my question is ...
8
votes
6answers
6k views

Default font for Windows Forms application

Everytime I create new form in my application, it uses "Microsoft Sans Serif, 8.25pt" font by default. I'm not changing it, because I know that in this case my form will pick up whatever default font ...
6
votes
2answers
896 views

How to see imediately compile errors in project tree of IntelliJ Idea?

I'm wondering if it is possible to configure IntelliJ Idea to immediately show compile errors on the class files in the project tree. Currently I need to manually trigger the recompilation to see ...
6
votes
5answers
1k views

JLabel not greyed out when disabled, when HTML text displayed

How do I get a JLabel displaying a HTML string to appear greyed out (which is the behaviour of JLabels that don't display HTML text)? Is there another way than actually changing the colour myself by ...
5
votes
1answer
1k views

How Do I Handle Windows 7's 125% or 150% Magnification (Delphi)

Windows 7 has added on its Control Panel, Appearance and Personalization, Display setting, an ability to Magnify the text and other items by 125% or 150%. When that is done, some of the contents of ...
5
votes
1answer
477 views

How do you modify the appearance of a disabled button in vb.net?

I'm disabling a button in vb.net and when I do, I cannot control the BackColor or ForeColor properties to change the appearance. I set new values for them but they don't get picked up. The disabled ...
4
votes
3answers
216 views

How can I check if a user is on iOS4 or iOS5?

In my AppDelegate I am using the appearance proxy to make custom UI: //Setup custom appearances [[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"header"] ...
3
votes
2answers
165 views

Android button textAppearance

I can change button text appearance by setting it right within object like this: <Button android:id="@+id/login_btn_bypass" android:textSize="15dp" ...
3
votes
0answers
131 views

UIBarButtonItemStyleDone background image using the iOS 5 appearance API

How can I provide a visually distinct bar button item background image for bar buttons with the UIBarButtonItemStyleDone style and the editing state of the Edit/Done button? None of the documented ...
3
votes
4answers
514 views

.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 ...
3
votes
2answers
474 views

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 ...
2
votes
3answers
80 views

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 ...
2
votes
2answers
2k views

UINavigationBar and new iOS 5 appearance API - how to supply two background images?

I want to exploit the new iOS 5 appearance API to supply custom background images to all UINavigationBar instances in my app. To do this, it's as simple as this: [[UINavigationBar appearance] ...
2
votes
6answers
73 views

How can I get a div to appear next to the element the mouse is hovering on top of? (jQuery)

I have a bunch of images wrapped in links such as these: <a class="tipsFeatured" href="#" rel="products/p0.html"><img ...
2
votes
1answer
432 views

How do I create simple round-rectangle buttons with Java Swing?

I'm using a simple "Calculator" project as an example of rounded-rectangular buttons. The entire project consists of one small class file. Here it is: import java.awt.BorderLayout; import ...
2
votes
1answer
151 views

Whether iPad 4.3 simulator is supporting UIKeyboardAppearanceAlert or not?

I have used this code: myTextField.keyboardType = UIKeyboardTypeNumberPad; myTextField.keyboardAppearance = UIKeyboardAppearanceAlert; But when I run my project in iPad simulator 4.3, keyboard ...
2
votes
1answer
148 views

C# GUI question

Does someone know some good C# GUI libraries (opensource / commercial). I want to develop my own graphics user interface, probably something Acronis-like. Skin support is welcome, but not necessary. ...
2
votes
2answers
426 views

ASP.NET website looks different when deployed

I have googled around for the answer to this question, but haven't come up with anything. Maybe the search terms I used were too generic... Anyway, here goes: I am discovering the joys of web design ...
2
votes
2answers
115 views

Consistent appearance for Windows Forms applications

Is there a way to apply consistent visual appearance for multiple Windows Forms applications? So that the same color scheme is used, etc? Or you have to do it manually? (I apologize for this ...
2
votes
1answer
56 views

Cant find the problem, IE appearance problem

I have this ajax_update script that updates file.php every 60 seconds.. Now file.php outputs this after updated a table: <div id="message" style="display: none;" onclick="closeNotice()">this ...
2
votes
3answers
676 views

.Net - Detecting the Appearance Setting (Classic or XP?)

I have some UI in VB 2005 that looks great in XP Style, but goes hideous in Classic Style. Any ideas about how to detect which mode the user is in and re-format the forms on the fly? Thanks in ...
1
vote
2answers
40 views

Change Eclipse Indigo Debug Appereance

I have a problem with Eclipse Preference. I cannot see anything in the debug-layout which pops up when you hover over a variable, but sometimes pictures can say more than words: how can I adjust ...
1
vote
0answers
23 views

Can I use IOS5 Appearance in only some cases, to preserve the back arrow?

I am using the appearance protocol [[UIBarButtonItem appearance] setTintColor:[UIColor blueColor]]; to color all my buttons. The problem I am running into is that there are some rare cases where I ...
1
vote
3answers
105 views

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 ...
1
vote
2answers
112 views

UISegmentcontrol appearances causing issues

i need help on my UISegment appearances, i set this in my app delegate everything works fine. till i add in this code to change my selected segment color, it caused an issues. i called the IBAction ...
1
vote
1answer
242 views

iOS5 UIAppearance protocol error when using [[UINavigationBar appearance] setOpaque:NO]

When using the new appearance proxy in iOS5 I receive the following error when trying to set the opaque property [[UINavigationBar appearance] setOpaque:NO]; 'NSInvalidArgumentException', reason: ...
1
vote
0answers
125 views

Java3d: Texture is not applied to OBJ model properly

I load a 3d model of a torus (obj file) into my program, using these lines: Shape3D torus=null; Scene t1 = getSceneFromFile("Some local path\torus.obj"); Then I grab the model from the scene using ...
1
vote
1answer
198 views

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 ...
1
vote
2answers
488 views

How do I make a UITableViewCell appear disabled?

I know about UITableview: How to Disable Selection for Some Rows but Not Others and cell.selectionStyle = UITableViewCellSelectionStyleNone, but how do I make a cell (or any UIView for that matter) ...
1
vote
1answer
211 views

Control the appearance of a Google Map from My Maps

I'm having a difficult time looking for instructions on how to customize the appearance of an embed map instance I've created in Google Maps and stored in My Maps. There are jquery plugins for ...
1
vote
1answer
127 views

Appearance profiles in Eclipse?

I use 2 monitors - 21" external and 15" laptop's screen. Everytime I swap the screens (e.g when taking laptop to school/home) I have to set up font's size (on exteranl screen I prefer bigger fonts on ...
1
vote
1answer
244 views

Qt style control

I have a qt app that is defaulting to looking like windows 98. Is there some way to get it to look better? I like the appearance it has on GNOME or KDE, but even getting it to look like windows XP ...
1
vote
3answers
118 views

How To Choose And Create a Icon?

As I develop some things to my self and now I'm developing some of this applications for my friends and my family. I want to put icons on this applications, because It's takes the appearance better, ...
1
vote
1answer
633 views

Programmatically Changing XP Appearance Settings

I am trying to silently apply very specific appearance settings for a single user with poor eyesight on an XP machine. I can alter the settings by using the appearance tab of the display settings ...
1
vote
1answer
1k views

Datagridview - remove part before the first column

i was wondering if when using the datagridview control you can remove the thing that looks like a column before the 1st column. I think its used to select rows but not sure what its called. there is ...
1
vote
3answers
807 views

Keep Window Inactive In Appearance Even When Activated

Is there a way to keep a window inactive looking, even if it contains focus? I have two forms (A and B). After the user interacts with A, I transfer focus back to B. The result of the focus ...
1
vote
1answer
1k views

Keyboard Appearance Defaults to UIKeyboardAppearanceDefault on Dismissal

First time Stack Overflow poster. Please bear with me! :) I have a set of UITextFields whose keyboard appearance I set in Interface Builder. I'm using the UIKeyboardAppearanceAlert appearance (the ...
0
votes
1answer
28 views

setTintColor: on UINavigationBar appearance has no effect

This is my code to change the color of my app's tab bar and navigation bar: UIColor* color = [UIColor colorWithPatternImage:[UIImage imageNamed:@"blue.jpeg"]]; //set colors [[UINavigationBar ...
0
votes
1answer
39 views

How to ovverride UINavigationBar appearance if already customized

In the application delegate within my application I call the following method: - (void)customizeAppearance { UIImage *gradientPortrait = [[UIImage imageNamed:@"gradient_portrait"] ...
0
votes
0answers
11 views

Alternate between colours depending on tab/indentation level

For some sections of the Reddit.com site (e.g. askscience), they use a colour scheme where each tab indentation swaps between white and light blue. I myself have create an example to illustrate this ...
0
votes
0answers
53 views

Why does -[[UIButton appearance] setBackgroundImage] affect the initial appearance of UIBarItem objects and how do you correct it?

When customizing the appearance of UIButton using the class proxy UIBarItems seem to initially take on the custom properties set for UIButton. Starting with the default Master/Detail project using ...
0
votes
0answers
23 views

UIKeyboardAppearanceAlert for textfield of UIWebView

How to set the keyboard appearance to UIKeyboardAppearanceAlert that appears whenever I tap on text field of UIWebView? I know how to set it for a textfield placed in normal UIView Thanks and ...
0
votes
1answer
92 views

Effective ways to “Jazz up” and polish the UI of iOS 5 App

I've finished up my first iOS 5 app (and only third iOS app overall) and I'm wondering if anyone out there has any recommendations for adding that touch of class, polish, professionalism, etc. to a ...
0
votes
2answers
105 views

Radio Button Styling

I want to style radio buttons with pure CSS, no classes or IDs. Just input[type=radio]. I want to use a background image for unselected and selected. However, the -vendor-appearance:none; doesn't work ...
0
votes
3answers
105 views

How to scroll the UITableviewcell scroll up when the keyboard appears? [closed]

Possible Duplicate: Table View scroll when text field begin editing iphone I have loaded many UITextFields in UITableview. Maximum i have 15 UITextFields in UITableView cells. I want to ...
0
votes
1answer
47 views

customizing IKImageBrowserView group appearance

I am trying to change the appearance of the group header of an IKImageBrowserView. I've seen that we can provide an custom CALayer with IKImageBrowserGroupHeaderLayer but I do not know at all how to ...
0
votes
1answer
273 views

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 ...
0
votes
1answer
630 views

IOS 5 unrecognized selector send at appearance proxy for setBackgroundImage

Like a lot of developers I am playing around with the new features of IOS 5. I tried to use appearance proxy's for customizing my App. But at some methods I get an error. This works: ...

1 2