Top "User-interface" questions

User Interface (UI) is the system through which people interact with a computer.

How to set the min and max height or width of a Frame?

The size of Tkinter windows can be controlled via the following methods: .minsize() .maxsize() .resizable() Are there equivalent ways to …

python user-interface tkinter ttk
Visually managing MongoDB documents and collections

I'm using MongoDB in a reporting system and have to delete a whole bunch of test documents. While I don't …

windows user-interface mongodb
How do I get rid of an element's offset using CSS?

I've got a positioning problem with some elements, upon inspecting it IE8 Developer tools it shows me this: Now I'm …

html css internet-explorer user-interface
How do I run Selenium in Xvfb?

I'm on EC2 instance. So there is no GUI. $pip install selenium $sudo apt-get install firefox xvfb Then I do …

python linux user-interface unix selenium
How can I get a Dialog style activity window to fill the screen?

I am using an activity with the dialog theme set, and I want it to be full screen. I tried …

android user-interface dialog
Easiest css for Facebook style "red" notifications

I need a facebook style notification, but getting something that looks nice cross browser seems tricky. For example, different browsers …

javascript html css user-interface user-experience
What's the best UI for entering date of birth?

What is the best method for date of birth selector? 3 text inputs (month / day / year) or one mask input. User …

forms user-interface usability
Minimum sensible button size on iPhone

I'm designing an iPhone app that features a rather large set of onscreen rounded rect buttons. Given finger-based touchscreen UI, …

iphone user-interface usability uibutton
QComboBox - set selected item based on the item's data

What would be the best way of selecting an item in a QT combo box out of a predefined list …

c++ qt user-interface combobox qcombobox
How to set AUTO-SCROLLING of JTextArea in Java GUI?

I have embedded a JTextArea on a JScrollPane and am using that JTextArea for output. I want that whenever the …

java user-interface swing jscrollpane jtextarea